Class OrderedHashMap<K,V>

    • Field Detail

      • elements

        protected List<K> elements
        Track the elements as they are added to the set
    • Constructor Detail

      • OrderedHashMap

        public OrderedHashMap()
    • Method Detail

      • getKey

        public K getKey(int i)
      • getElement

        public V getElement(int i)
      • put

        public V put(K key,
                     V value)
      • putAll

        public void putAll(Map<? extends K,? extends V> m)
      • remove

        public V remove(Object key)
      • clear

        public void clear()