Class IndexLinkedList<K,​T>

    • Constructor Detail

      • IndexLinkedList

        public IndexLinkedList()
    • Method Detail

      • query

        public T query​(K key)
        Retrieve element by key.
      • add

        public void add​(K key,
                        T element)
        Add the element and register it in the map.