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 java.lang.Object

Author:
jcompagner

Method Summary
 boolean equals(java.lang.Object o)
           
 int getKey()
           
 V getValue()
           
 int hashCode()
           
 V setValue(V newValue)
           
 java.lang.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(java.lang.Object o)
Overrides:
equals in class java.lang.Object
See Also:
Object.equals(java.lang.Object)

hashCode

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

toString

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


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