Class SimpleIndexHashMapWrapper.ValueContainer<K,V>

java.lang.Object
org.mvel2.util.SimpleIndexHashMapWrapper.ValueContainer<K,V>
Enclosing class:
SimpleIndexHashMapWrapper<K,V>

private class SimpleIndexHashMapWrapper.ValueContainer<K,V> extends Object
  • Field Details

    • index

      private int index
    • key

      private K key
    • value

      private V value
  • Constructor Details

    • ValueContainer

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

    • getIndex

      public int getIndex()
    • getKey

      public K getKey()
    • getValue

      public V getValue()
    • setKey

      void setKey(K key)
    • setValue

      void setValue(V value)