Class IndexedList<T>

java.lang.Object
org.jlab.utils.groups.IndexedList<T>
Type Parameters:
T - - indexed collection type

public class IndexedList<T> extends Object
Author:
gavalian
  • Constructor Details

    • IndexedList

      public IndexedList()
    • IndexedList

      public IndexedList(int indsize)
  • Method Details

    • add

      public void add(T item, int... index)
    • hasItem

      public boolean hasItem(int... index)
    • getItem

      public T getItem(int... index)
    • clear

      public void clear()
    • getIndexSize

      public int getIndexSize()
    • getMap

      public Map<Long,T> getMap()
    • show

      public void show()