wicket.util.collections
Class IntHashMap.Entry

java.lang.Object
  extended by wicket.util.collections.IntHashMap.Entry
Enclosing class:
IntHashMap

public static class IntHashMap.Entry
extends java.lang.Object

Author:
jcompagner

Method Summary
 boolean equals(java.lang.Object o)
           
 int getKey()
           
 java.lang.Object getValue()
           
 int hashCode()
           
 java.lang.Object setValue(java.lang.Object 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 java.lang.Object getValue()
Returns:
Gets the value object of this entry

setValue

public java.lang.Object setValue(java.lang.Object 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 © 2004-2007 Wicket developers. All Rights Reserved.