Uses of Class
Dictionary

Uses of Dictionary in <Unnamed>
 

Subclasses of Dictionary in <Unnamed>
 class AVLtree<K extends Comparable<K>,D>
          An AVL-tree is an always balanced tree.
 class Hashtable<K,D>
          A hashtable implementation of the Map-interface.
 class List<K,D>
          A List is a Map implemented as double-linked list.
 class Searchtree<K extends Comparable<K>,D>
          A Searchtree is a Map-implementation as (not necessarily balanced) binary tree.
 class Skiplist<K extends Comparable<K>,D>
          This class implements the Map-interface as skiplists.
 class Splaytree<K extends Comparable<K>,D>
          An implementation of a Splaytree.
 class Treap<K extends Comparable<K>,D>
          A treap is like a search-tree where the nodes are annotated with weights/priorities.