Class SimpleIndexHashMapWrapper.ValueContainer<K,​V>

  • Enclosing class:
    SimpleIndexHashMapWrapper<K,​V>

    private class SimpleIndexHashMapWrapper.ValueContainer<K,​V>
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int index  
      private K key  
      private V value  
    • Constructor Summary

      Constructors 
      Constructor Description
      ValueContainer​(int index, K key, V value)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getIndex()  
      K getKey()  
      V getValue()  
      (package private) void setKey​(K key)  
      (package private) void setValue​(V value)  
      • Methods inherited from class java.lang.Object

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

      • index

        private int index
      • key

        private K key
      • value

        private V value
    • Constructor Detail

      • ValueContainer

        public ValueContainer​(int index,
                              K key,
                              V value)
    • Method Detail

      • getIndex

        public int getIndex()
      • getKey

        public K getKey()
      • getValue

        public V getValue()
      • setKey

        void setKey​(K key)
      • setValue

        void setValue​(V value)