package

org.andengine.util.adt.list

Interfaces

IFloatList (c) Zynga 2012 
IList<T> (c) Zynga 2012 
ISortedList<T> (c) Zynga 2012 
IUniqueList<T> (c) Zynga 2012 

Classes

CircularList<T> TODO This class could take some kind of AllocationStrategy object. 
FloatArrayList TODO This class could take some kind of AllocationStrategy object. 
ListUtils (c) 2010 Nicolas Gramlich (c) 2011 Zynga Inc. 
ShiftList<T> TODO This class could take some kind of AllocationStrategy object. 
SmartList<T> (c) 2010 Nicolas Gramlich (c) 2011 Zynga Inc. 
SortedList<T extends Comparable<T>> This implementation is particular useful/efficient for enter/poll operations of elements that need to be sorted by natural order instead of the order they are queue. 
UniqueList<T extends Comparable<T>> This implementation is particular useful/efficient for enter/poll operations of elements that need to be sorted by natural order instead of the order they are queue.