support.graph
Class GraphEdge
java.lang.Object
net.datastructures.HashTableMap
support.graph.CS16Position
support.graph.GraphEdge
- All Implemented Interfaces:
- DecorablePosition, Edge, Map, Position, CS16Edge
public class GraphEdge
- extends CS16Position
- implements CS16Edge
| 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 |
GraphEdge
public GraphEdge(Object element)
GraphEdge
public GraphEdge()
setElement
public void setElement(Object element)
element
public Object element()
- Specified by:
element in interface Position- Specified by:
element in interface CS16Edge- Overrides:
element in class CS16Position
set
public void set(Object key,
Object decoration)
- Specified by:
set in interface CS16Edge
get
public Object get(Object key)
- Specified by:
get in interface Map- Specified by:
get in interface CS16Edge- Overrides:
get in class HashTableMap
has
public boolean has(Object key)
- Specified by:
has in interface CS16Edge
destroy
public Object destroy(Object key)
- Specified by:
destroy in interface CS16Edge