Uses of Class
edu.uci.ics.jung.graph.decorators.Indexer

Packages that use Indexer
edu.uci.ics.jung.graph.decorators   
 

Uses of Indexer in edu.uci.ics.jung.graph.decorators
 

Methods in edu.uci.ics.jung.graph.decorators that return Indexer
static Indexer Indexer.getIndexer(ArchetypeGraph g)
          Gets the indexer associated with this graph.
static Indexer Indexer.getAndUpdateIndexer(ArchetypeGraph g)
          Gets the indexer associated with this graph.
static Indexer Indexer.newIndexer(ArchetypeGraph g, int offset)
          Creates a new indexer associated with this graph.
static Indexer Indexer.getIndexer(ArchetypeGraph g, java.lang.Object key)
          * Gets an indexer associated with this graph at this key
static Indexer Indexer.getAndUpdateIndexer(ArchetypeGraph g, java.lang.Object key)
          Gets the indexer associated with this graph.