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>

public static class ConcurrentSoftHashMap.SimpleEntry<K,​V> extends Object implements Map.Entry<K,​V>
An implementation of Map.Entry. Remove this and use AbstractMap.SimpleEntry with 1.6+.