gnu.trove

Class THashMap.Entry

final class THashMap.Entry extends Object implements Entry

Field Summary
intindex
Objectkey
Objectval
Constructor Summary
Entry(Object key, Object value, int index)
Method Summary
ObjectgetKey()
ObjectgetValue()
ObjectsetValue(Object o)

Field Detail

index

private final int index

key

private final Object key

val

private Object val

Constructor Detail

Entry

Entry(Object key, Object value, int index)

Method Detail

getKey

public Object getKey()

getValue

public Object getValue()

setValue

public Object setValue(Object o)