Class ConcurrentIntObjectHashMap.SimpleEntry<V>

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int _key  
      private V _value  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private SimpleEntry​(int key, V value)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int key()  
      V value()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • _key

        private final int _key
      • _value

        private final V _value
    • Constructor Detail

      • SimpleEntry

        private SimpleEntry​(int key,
                            V value)