| Interface | Description |
|---|---|
| IFloatList |
(c) Zynga 2012
|
| IIntList |
(c) Zynga 2012
|
| IList<T> |
(c) Zynga 2012
|
| ILongList |
(c) Zynga 2012
|
| ISortedList<T> |
(c) Zynga 2012
|
| IUniqueList<T> |
(c) Zynga 2012
|
| Class | Description |
|---|---|
| CircularList<T> |
TODO This class could take some kind of AllocationStrategy object.
|
| FloatArrayList |
TODO This class could take some kind of AllocationStrategy object.
|
| IntArrayList |
TODO This class could take some kind of AllocationStrategy object.
|
| ListUtils |
(c) 2010 Nicolas Gramlich
(c) 2011 Zynga Inc.
|
| LongArrayList |
TODO This class could take some kind of AllocationStrategy object.
|
| 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 java.lang.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 java.lang.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.
|