com.anwrt.util
Class AwtLinkedHashMap.AwtEntry

java.lang.Object
  extended by com.anwrt.util.AwtLinkedHashMap.AwtEntry
Enclosing class:
AwtLinkedHashMap

public static final class AwtLinkedHashMap.AwtEntry
extends java.lang.Object

Represents a entry Key / Value pair of an AwtLinkedHashMap
creation : 26 sept. 2008

Author:
David FRANCOIS

Method Summary
 java.lang.Object getKey()
           
 java.lang.Object getValue()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getKey

public java.lang.Object getKey()

getValue

public java.lang.Object getValue()