Interface | Description |
---|---|
Tree.TestFoundListener<INFO> |
Listener called each tile we test an information to know if this information is the searched one.
|
Class | Description |
---|---|
ArrayInt |
Array of integer.
|
ArrayIntTest | |
EnumerationIterator<T> |
An enumeration can be see like iterator and iterator can be see like enumeration
Last modification : 23 janv. 2009 Version 0.0.0 |
EnumerationListIterator<T> |
An enumeration can be see like iterator and iterator can be see like enumeration
Last modification : 23 janv. 2009 Version 0.0.0 |
ListFromArray<TYPE> |
List based on a fix array.
|
Pair<ELEMENT1,ELEMENT2> |
Pair of 2 elements
|
Queue<TYPE> |
Queue of element
|
Queue.Element<ELEMENT> |
Element of the queue
|
QueuePriority<T> |
Queue with priority
You decide the priority just at the moment of add, the information of priority not link to the element instance, so you can add the same instance two times with a different priority You needn't that element is Comparable Last modification : 8 mai 2010 Version 0.0.0 |
QueuePriority.CompatorElement<T> | |
QueuePriority.Element<T> |
Element of the queue
Last modification : 19 juin 2010 Version 0.0.0 |
QueueSynchronized<Element> |
A queue
Last modification : 25 janv. 2009 Version 0.0.1 |
QueueSynchronized.Link<Elt> |
Link between tow elements in the queue
Last modification : 25 janv. 2009 Version 0.0.1 |
Ring<TYPE> |
Represents a ring of elements
|
Ring.Element<ELEMENT> |
Element of the ring
|
RingTest |
Test of
Ring |
Scramble |
Utilities for scramble
Last modification : 15 fevr. 2009 Version 0.0.0 |
SortedArray<TYPE> |
Array of sorted element.
|
SortedArray.ComparatorNatural<ELEMENT> |
Comparator for "natural order" of
Comparable |
SortedArrayTest |
Test of
SortedArray |
StackInt |
Stack of integer.
|
ThrowSet<T> |
Set of elements, where elements have no order
|
Tree<INFORMATION> |
A generic tree
|
Tree.ComparatorTree<INFO> |
Comparator used to compare 2 branches on using there carry information
|
Triplet<TYPE1,TYPE2,TYPE3> |
Triplet of elements
|
Enum | Description |
---|---|
Tree.SearchMode |
Method of search inside the tree.
|