Package org.dishevelled.graph.impl

Implementations of the Graph interface.

See:
          Description

Class Summary
AbstractCollectionDecorator<E> Abstract collection that decorates an instance of Collection.
AbstractGraphDecorator<N,E> Abstract graph that decorates an instance of Graph.
AbstractIteratorDecorator<E> Abstract iterator that decorates an instance of Iterator.
AbstractMapDecorator<K,V> Abstract map that decorates an instance of Map.
AbstractMapEntryDecorator<K,V> Abstract map entry decorator.
AbstractSetDecorator<E> Abstract set that decorates an instance of Set.
GraphImpl<N,E> Directed graph implementation based on two HashSets.
GraphUtils Static utility methods on directed graphs.
 

Package org.dishevelled.graph.impl Description

Implementations of the Graph interface.



Copyright (c) 2004-2012 held jointly by the individual authors. Licensed under the GNU Lesser General Public License (LGPL).