org.apache.wicket.util.collections
Class IntHashMap.Entry<V>

java.lang.Object
  extended by org.apache.wicket.util.collections.IntHashMap.Entry<V>
Type Parameters:
V - type of value object
Enclosing class:
IntHashMap<V>

public static class IntHashMap.Entry<V>
extends Object

Author:
jcompagner

Method Summary
 boolean equals(Object o)
           
 int getKey()
           
 V getValue()
           
 int hashCode()
           
 V setValue(V newValue)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

getKey

public int getKey()
Returns:
The int key of this entry

getValue

public V getValue()
Returns:
Gets the value object of this entry

setValue

public V setValue(V newValue)
Parameters:
newValue -
Returns:
The previous value

equals

public boolean equals(Object o)
Overrides:
equals in class Object
See Also:
Object.equals(java.lang.Object)

hashCode

public int hashCode()
Overrides:
hashCode in class Object
See Also:
Object.hashCode()

toString

public String toString()
Overrides:
toString in class Object
See Also:
Object.toString()


Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.