Package | Description |
---|---|
net.datastructures |
Modifier and Type | Interface and Description |
---|---|
interface |
DecorablePosition<E>
An interface for a position that can be marked with an arbitrary
number of decorations.
|
interface |
Edge<E>
An interface for an edge of a graph.
|
interface |
Vertex<E>
An interface for a vertex of a graph.
|
Modifier and Type | Class and Description |
---|---|
class |
HashTableMap<K,V>
A hash table data structure that uses linear probing to handle
collisions.
|