org.semanticdesktop.aperture.util
Class ArrayMap.Entry

java.lang.Object
  extended by org.semanticdesktop.aperture.util.ArrayMap.Entry
All Implemented Interfaces:
Map.Entry
Enclosing class:
ArrayMap

public class ArrayMap.Entry
extends Object
implements Map.Entry


Constructor Summary
ArrayMap.Entry(int index)
           
 
Method Summary
 boolean equals(Object object)
           
 Object getKey()
           
 Object getValue()
           
 int hashCode()
           
 Object setValue(Object object)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArrayMap.Entry

public ArrayMap.Entry(int index)
Method Detail

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.