Package com.googlecode.aviator.utils
Class ArrayHashMap.MapEntry<K,V>
- java.lang.Object
-
- com.googlecode.aviator.utils.ArrayHashMap.MapEntry<K,V>
-
- All Implemented Interfaces:
java.io.Serializable
,java.util.Map.Entry<K,V>
- Enclosing class:
- ArrayHashMap<K,V>
private static class ArrayHashMap.MapEntry<K,V> extends java.lang.Object implements java.util.Map.Entry<K,V>, java.io.Serializable
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description K
getKey()
V
getValue()
V
setValue(V value)
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
key
K key
-
value
V value
-
hash
int hash
-
deleted
boolean deleted
-
-