org.semanticdesktop.aperture.util
Class ArrayMap.Entry
java.lang.Object
org.semanticdesktop.aperture.util.ArrayMap.Entry
- All Implemented Interfaces:
- Map.Entry
- Enclosing class:
- ArrayMap
public class ArrayMap.Entry
- extends Object
- implements Map.Entry
ArrayMap.Entry
public ArrayMap.Entry(int index)
getKey
public Object getKey()
- Specified by:
getKey in interface Map.Entry
getValue
public Object getValue()
- Specified by:
getValue in interface Map.Entry
setValue
public Object setValue(Object object)
- Specified by:
setValue in interface Map.Entry
equals
public boolean equals(Object object)
- Specified by:
equals in interface Map.Entry- Overrides:
equals in class Object
hashCode
public int hashCode()
- Specified by:
hashCode in interface Map.Entry- Overrides:
hashCode in class Object
Copyright © 2010 Aperture Development Team. All Rights Reserved.