Package org.omnaest.utils.structure.collection.list

Interface Summary
IndexList<E> Defines an interface for lists that are based on an index structure.
 

Class Summary
BooleanList Special List wrapper for Boolean types which provides some further methods to analyze the state of the values.
IdentityArrayList<E> Uses the "object == element" comparison instead of the equals comparison for methods navigating to the elements from the List by given element instances.
IndexArrayList<E extends Comparable<? super E>> This class implements the list interface.
LimitedLinkedList<E> Size limited Queue which can be configured to ignore further adding of elements if the size limit is reached, or to dump the oldest entry.
ListAbstract<E> This abstract list implementation offers the basic methods like addAll, removeAll, retainAll, etc. which rely only on other list methods and not on any underlying structure.
ListAbstract.ListAbstractSublist<E> Sublist implementation for the ListAbstract including the ListAbstract.ListAbstractSublist.fromIndex and excluding the ListAbstract.ListAbstractSublist.toIndex
ListUtils Helper class for modifying List instances.
 



Copyright © 2013. All Rights Reserved.