com.samskivert.util
Class HashIntMap.Record<V>
java.lang.Object
com.samskivert.util.HashIntMap.Record<V>
- All Implemented Interfaces:
- IntMap.IntEntry<V>, Map.Entry<Integer,V>
- Enclosing class:
- HashIntMap<V>
protected static class HashIntMap.Record<V>
- extends Object
- implements Map.Entry<Integer,V>, IntMap.IntEntry<V>
next
public HashIntMap.Record<V> next
key
public int key
value
public V value
HashIntMap.Record
public HashIntMap.Record(int key,
V value)
getKey
public Integer getKey()
- Specified by:
getKey in interface Map.Entry<Integer,V>
getIntKey
public int getIntKey()
- Specified by:
getIntKey in interface IntMap.IntEntry<V>
getValue
public V getValue()
- Specified by:
getValue in interface Map.Entry<Integer,V>
setValue
public V setValue(V value)
- Specified by:
setValue in interface Map.Entry<Integer,V>
equals
public boolean equals(Object o)
- Specified by:
equals in interface Map.Entry<Integer,V>- Overrides:
equals in class Object
hashCode
public int hashCode()
- Specified by:
hashCode in interface Map.Entry<Integer,V>- Overrides:
hashCode in class Object
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2000-2008 Michael Bayne.
All Rights Reserved.