Class ConcurrentSoftHashMap.SimpleEntry<K,V>
java.lang.Object
VASSAL.tools.concurrent.ConcurrentSoftHashMap.SimpleEntry<K,V>
- All Implemented Interfaces:
Map.Entry<K,
V>
- Enclosing class:
ConcurrentSoftHashMap<K,
V>
An implementation of
Map.Entry
. Remove this and use
AbstractMap.SimpleEntry
with 1.6+.- Since:
- 3.1.0
- Author:
- Joel Uckelman
-
Constructor Summary
ConstructorDescriptionSimpleEntry
(Map.Entry<? extends K, ? extends V> entry) SimpleEntry
(K key, V value) -
Method Summary
-
Constructor Details
-
SimpleEntry
-
SimpleEntry
-
-
Method Details
-
getKey
-
getValue
-
setValue
-
equals
-
hashCode
-
toString
-