java.lang.Object
org.apache.wicket.util.collections.IntHashMap.Entry<V>
- Type Parameters:
V
- type of value object
- Enclosing class:
- IntHashMap<V>
- Author:
- jcompagner
-
Method Summary
-
Method Details
-
getKey
- Returns:
- The int key of this entry
-
getValue
- Returns:
- Gets the value object of this entry
-
setValue
- Parameters:
newValue
-- Returns:
- The previous value
-
equals
-
hashCode
-
toString
-