support.graph
Class GraphVertex
java.lang.Object
net.datastructures.HashTableMap
support.graph.CS16Position
support.graph.GraphVertex
- All Implemented Interfaces:
- DecorablePosition, Map, Position, Vertex, CS16Vertex
public class GraphVertex
- extends CS16Position
- implements CS16Vertex
| Methods inherited from class net.datastructures.HashTableMap |
checkKey, entries, findEntry, hashValue, isEmpty, keys, put, rehash, remove, size, values |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GraphVertex
public GraphVertex(Object element)
GraphVertex
public GraphVertex()
setElement
public void setElement(Object element)
element
public Object element()
- Specified by:
element in interface Position- Specified by:
element in interface CS16Vertex- Overrides:
element in class CS16Position
set
public void set(Object key,
Object decoration)
- Specified by:
set in interface CS16Vertex
get
public Object get(Object key)
- Specified by:
get in interface Map- Specified by:
get in interface CS16Vertex- Overrides:
get in class HashTableMap
has
public boolean has(Object key)
- Specified by:
has in interface CS16Vertex
destroy
public Object destroy(Object key)
- Specified by:
destroy in interface CS16Vertex