Package com.mycila.xmltool
Class SoftHashMap.SimpleEntry<K,V>
- java.lang.Object
-
- com.mycila.xmltool.SoftHashMap.SimpleEntry<K,V>
-
- All Implemented Interfaces:
java.util.Map.Entry<K,V>
- Enclosing class:
- SoftHashMap<K,V>
private static class SoftHashMap.SimpleEntry<K,V> extends java.lang.Object implements java.util.Map.Entry<K,V>
-
-
Constructor Summary
Constructors Constructor Description SimpleEntry(java.util.Map.Entry<K,V> e)SimpleEntry(K key, V value)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description private static booleaneq(java.lang.Object o1, java.lang.Object o2)booleanequals(java.lang.Object o)KgetKey()VgetValue()inthashCode()VsetValue(V value)java.lang.StringtoString()
-