Uses of Interface
net.datastructures.Map

Uses of Map in net.datastructures
 

Subinterfaces of Map in net.datastructures
 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.
 

Classes in net.datastructures that implement Map
 class HashTableMap<K,V>
          A hash table data structure that uses linear probing to handle collisions.