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 Details

    • _key

      private final int _key
    • _value

      private final V _value
  • Constructor Details

    • SimpleEntry

      private SimpleEntry(int key, V value)
  • Method Details