Class | Description |
---|---|
DotMaker |
A maker of dot strings for GraphViz in order to display data structures.
|
Edge |
An edge of a graph.
|
Element |
A map element (key-value pair).
|
Graph |
A graph of character vertices.
|
Iterator |
An iterator over a character collection.
|
LinkedList |
A linked list of characters.
|
LinkedListIterator |
An iterator for traversing a linked list.
|
List |
A list of characters.
|
Map |
An object that maps keys to values.
|
PrimeNumbers |
Prime number calculator.
|
PriorityQueue |
An unbounded priority queue based on a priority heap.
|
Queue |
A queue of characters.
|
Set |
A set of characters.
|
Stack |
A LIFO (last-in-first-out) stack of characters.
|
TextSearcher |
A searcher for patterns in a string.
|
TreeNode |
A node for storing characters in a binary tree.
|
Vertex |
A vertex of a graph.
|
VertexPriorityQueue |
An unbounded priority queue for vertices based on a priority heap.
|
Enum | Description |
---|---|
Edge.Kind |