Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package com.port80.util.struct

Interface Summary
IComparableHeap  
IHeap  
 

Class Summary
ComparableHeap Heap implemented as an array of Comparable objects.
DoublePair Wrapper class to hold two values.
FloatList  
Heap Heap implemented as an array of objects with an independent Comparator.
IntegerComparator  
IntKeyHashMap Hashtable for non-zero int keys.
IntList  
IntPair Wrapper class to hold two values.
IntValueHashMap Object->int hash.
ListEnumerate An sorted enumeration (array of array of Object) that contains all combinations of a list of list.
ListEnumerate.ascendingIndexComparator Sort on index.
ListEnumerate.ascendingIntegerComparator Comparator function for basic tests.
MapWrapper A wrapper around a Map to provide convinient access to basic type objects such as int and float.
MarkStack Stack that can be mark and cleanup.
Pair Wrapper class to hold two values.