support.graph
Class CS16Position<E>

java.lang.Object
  extended by net.datastructures.HashTableMap
      extended by support.graph.CS16Position<E>
All Implemented Interfaces:
Map, Position<E>
Direct Known Subclasses:
GraphEdge, GraphVertex

public class CS16Position<E>
extends HashTableMap
implements Position<E>


Nested Class Summary
 
Nested classes/interfaces inherited from class net.datastructures.HashTableMap
HashTableMap.HashEntry<K,V>
 
Field Summary
 
Fields inherited from class net.datastructures.HashTableMap
AVAILABLE, bucket, capacity, n, scale, shift
 
Constructor Summary
CS16Position()
           
 
Method Summary
 E element()
           
 
Methods inherited from class net.datastructures.HashTableMap
checkKey, entries, findEntry, get, 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
 

Constructor Detail

CS16Position

public CS16Position()
Method Detail

element

public E element()
Specified by:
element in interface Position<E>