org.jrdf.graph.local.index.longindex.mem
Class LongIndexMem

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

public final class LongIndexMem
extends AbstractIndex<Long>
implements LongIndex

An in memory version of $LongIndex.

Version:
$Revision: 1247 $
Author:
Andrew Newman
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.jrdf.graph.local.index.AbstractIndex
index
 
Constructor Summary
LongIndexMem()
           
LongIndexMem(Map<Long,Map<Long,Set<Long>>> newIndex)
           
 
Method Summary
 
Methods inherited from class org.jrdf.graph.local.index.AbstractIndex
add, clear, close, contains, getSize, 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, getSize, getSubIndex, iterator, remove, removeSubIndex
 

Constructor Detail

LongIndexMem

public LongIndexMem()

LongIndexMem

public LongIndexMem(Map<Long,Map<Long,Set<Long>>> newIndex)