org.jrdf.graph.local.index.longindex.db4o
Class LongIndexDb4o

java.lang.Object
  extended by org.jrdf.graph.local.index.AbstractIndex<Long>
      extended by org.jrdf.graph.local.index.longindex.db4o.LongIndexDb4o
All Implemented Interfaces:
Serializable, Index<Long>, LongIndex

public final class LongIndexDb4o
extends AbstractIndex<Long>
implements LongIndex

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.jrdf.graph.local.index.AbstractIndex
index
 
Constructor Summary
LongIndexDb4o(MapFactory newCreator)
           
 
Method Summary
 long getSize()
          Returns the number of triples in the index.
 
Methods inherited from class org.jrdf.graph.local.index.AbstractIndex
add, clear, close, contains, getSubIndex, iterator, keyExists, remove, removeSubIndex
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.jrdf.graph.local.index.Index
add, clear, close, contains, getSubIndex, iterator, remove, removeSubIndex
 

Constructor Detail

LongIndexDb4o

public LongIndexDb4o(MapFactory newCreator)
Method Detail

getSize

public long getSize()
Description copied from interface: Index
Returns the number of triples in the index.

Specified by:
getSize in interface Index<Long>
Overrides:
getSize in class AbstractIndex<Long>
Returns:
the number of triples in the index.