org.sourceforge.jxutil
Class ArrayMapEntry
java.lang.Object
|
+--org.sourceforge.jxutil.ArrayMapEntry
- All Implemented Interfaces:
- Map.Entry
- public class ArrayMapEntry
- extends Object
- implements Map.Entry
An entry in an ArrayMap.
The key is stored at 0 position, the value at position 1.
obj
private Object[] obj
ArrayMapEntry
public ArrayMapEntry(Object[] obj)
getKey
public Object getKey()
- Specified by:
getKey
in interface Map.Entry
getValue
public Object getValue()
- Specified by:
getValue
in interface Map.Entry
hashCode
public int hashCode()
- Specified by:
hashCode
in interface Map.Entry
- Overrides:
hashCode
in class Object
setValue
public Object setValue(Object value)
- Specified by:
setValue
in interface Map.Entry
Copyright © 2001,2002 Keve Müller, et al.; see LICENSE file for details.