Package org.sunflow.util
Class FastHashMap.Entry<K,V>
- java.lang.Object
-
- org.sunflow.util.FastHashMap.Entry<K,V>
-
- Enclosing class:
- FastHashMap<K,V>
public static class FastHashMap.Entry<K,V> extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description K
getKey()
V
getValue()
private boolean
isRemoved()
private void
remove()
-