protected static class AdjacencyListGraph.MyPosition<T> extends HashTableMap<java.lang.Object,java.lang.Object> implements DecorablePosition<T>
HashTableMap.HashEntry<K,V>
Modifier and Type | Field and Description |
---|---|
protected T |
elem
The element stored at this position.
|
Modifier | Constructor and Description |
---|---|
protected |
MyPosition() |
Modifier and Type | Method and Description |
---|---|
T |
element()
Returns the element stored at this position.
|
void |
setElement(T o)
Sets the element stored at this position.
|
checkKey, entries, findEntry, get, hashValue, isEmpty, keys, put, rehash, remove, size, values
protected T elem