Class ConcurrentIntObjectHashMap.SimpleEntry<V>
java.lang.Object
com.strobel.collections.concurrent.ConcurrentIntObjectHashMap.SimpleEntry<V>
- All Implemented Interfaces:
IntObjectEntry<V>
- Enclosing class:
ConcurrentIntObjectHashMap<V>
private static final class ConcurrentIntObjectHashMap.SimpleEntry<V>
extends Object
implements IntObjectEntry<V>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
_key
private final int _key -
_value
-
-
Constructor Details
-
SimpleEntry
-
-
Method Details
-
key
public final int key()- Specified by:
key
in interfaceIntObjectEntry<V>
-
value
- Specified by:
value
in interfaceIntObjectEntry<V>
-