Class HashList<T extends ISimpleElement>

java.lang.Object
org.scictrl.mp.orbitcorrect.model.optics.HashList<T>
Type Parameters:
T - element type
All Implemented Interfaces:
Cloneable, Iterable<T>, Collection<T>, List<T>, SequencedCollection<T>
Direct Known Subclasses:
ElementList

public class HashList<T extends ISimpleElement> extends Object implements List<T>, Cloneable
This type contain ArrayList and HashMap and enables searching for elements if we know position in list or hash code. It can contain only ISimpleElement
Author:
igor@scictrl.com
See Also: