Package org.jlab.utils.groups
Class IndexedList<T>
java.lang.Object
org.jlab.utils.groups.IndexedList<T>
- Type Parameters:
T
- - indexed collection type
- Author:
- gavalian
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Index Generator class for generating a Long number out of up to 4 indecies. -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
IndexedList
public IndexedList() -
IndexedList
public IndexedList(int indsize)
-
-
Method Details
-
add
-
hasItem
public boolean hasItem(int... index) -
getItem
-
clear
public void clear() -
getIndexSize
public int getIndexSize() -
getMap
-
show
public void show()
-