gnu.trove
Class THashMap.Entry

java.lang.Object
  extended by gnu.trove.THashMap.Entry
All Implemented Interfaces:
java.util.Map.Entry
Enclosing class:
THashMap

final class THashMap.Entry
extends java.lang.Object
implements java.util.Map.Entry


Field Summary
private  int index
           
private  java.lang.Object key
           
private  java.lang.Object val
           
 
Constructor Summary
THashMap.Entry(java.lang.Object key, java.lang.Object value, int index)
           
 
Method Summary
 java.lang.Object getKey()
           
 java.lang.Object getValue()
           
 java.lang.Object setValue(java.lang.Object o)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Map.Entry
equals, hashCode
 

Field Detail

key

private final java.lang.Object key

val

private java.lang.Object val

index

private final int index
Constructor Detail

THashMap.Entry

THashMap.Entry(java.lang.Object key,
               java.lang.Object value,
               int index)
Method Detail

getKey

public java.lang.Object getKey()
Specified by:
getKey in interface java.util.Map.Entry

getValue

public java.lang.Object getValue()
Specified by:
getValue in interface java.util.Map.Entry

setValue

public java.lang.Object setValue(java.lang.Object o)
Specified by:
setValue in interface java.util.Map.Entry