Class IntHashMap.Entry<V>
- java.lang.Object
-
- 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 Detail
-
getKey
public int getKey()
- Returns:
- The int key of this entry
-
equals
public boolean equals(Object o)
- Overrides:
equals
in classObject
- See Also:
Object.equals(java.lang.Object)
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classObject
- See Also:
Object.hashCode()
-
toString
public String toString()
- Overrides:
toString
in classObject
- See Also:
Object.toString()
-
-