Class IndexedMap<K,V>

java.lang.Object
net.thevpc.common.swing.util.collections.IndexedMap<K,V>

public class IndexedMap<K,V> extends Object
Author:
thevpc
  • Constructor Details

    • IndexedMap

      public IndexedMap()
  • Method Details

    • containsKey

      public boolean containsKey(K k)
    • indexOfKey

      public int indexOfKey(K id)
    • getKeyAt

      public K getKeyAt(int index)
    • getValueAt

      public V getValueAt(int index)
    • get

      public V get(K k)
    • remove

      public V remove(K k)
    • isEmpty

      public boolean isEmpty()
    • size

      public int size()
    • put

      public V put(K k, V v)
    • clear

      public void clear()