Uses of Interface
org.jrdf.graph.local.index.Index

Packages that use Index
org.jrdf.graph.global.index   
org.jrdf.graph.local.index This package defines a set of APIs required to implement the indexing scheme of a Graph implmentation. 
org.jrdf.graph.local.index.longindex   
org.jrdf.graph.local.index.longindex.bdb   
org.jrdf.graph.local.index.longindex.db4o   
org.jrdf.graph.local.index.longindex.mem This package implements an in memory version of the index interfaces. 
org.jrdf.graph.local.index.longindex.sesame   
 

Uses of Index in org.jrdf.graph.global.index
 

Classes in org.jrdf.graph.global.index that implement Index
 class GlobalIndex<Node>
           
 

Uses of Index in org.jrdf.graph.local.index
 

Classes in org.jrdf.graph.local.index that implement Index
 class AbstractIndex<T>
           
 

Uses of Index in org.jrdf.graph.local.index.longindex
 

Subinterfaces of Index in org.jrdf.graph.local.index.longindex
 interface LongIndex
          Represents an indexed set of longs.
 

Uses of Index in org.jrdf.graph.local.index.longindex.bdb
 

Classes in org.jrdf.graph.local.index.longindex.bdb that implement Index
 class LongIndexBdb
           
 

Uses of Index in org.jrdf.graph.local.index.longindex.db4o
 

Classes in org.jrdf.graph.local.index.longindex.db4o that implement Index
 class LongIndexDb4o
           
 

Uses of Index in org.jrdf.graph.local.index.longindex.mem
 

Classes in org.jrdf.graph.local.index.longindex.mem that implement Index
 class LongIndexMem
          An in memory version of $LongIndex.
 

Uses of Index in org.jrdf.graph.local.index.longindex.sesame
 

Classes in org.jrdf.graph.local.index.longindex.sesame that implement Index
 class LongIndexSesame