org.jrdf.graph.local.index.longindex.db4o
Class LongIndexDb4o
java.lang.Object
org.jrdf.graph.local.index.AbstractIndex<Long>
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
|
Method Summary |
long |
getSize()
Returns the number of triples in the index. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LongIndexDb4o
public LongIndexDb4o(MapFactory newCreator)
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.