|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Class Summary | |
---|---|
AbstractCollection<T> | A AbstactCollection as a basic implementation for lists, queues and more. |
LinkedList<T> | A subset of a classical LinkedList. |
PriorityQueue<T extends Comparable<T>> | A simple PriorityQueue how we need them for SJ. |
Package with short and fast data structures used by SJ. We need this because some embedded java implementations do not have them or the implementation uses to much memory.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |