org.jrdf.graph.index.operation.mem
Class BasicOperations.DoIntersectionTripleStuff

java.lang.Object
  extended by org.jrdf.graph.index.operation.mem.BasicOperations.DoIntersectionTripleStuff
Enclosing class:
BasicOperations

public static class BasicOperations.DoIntersectionTripleStuff
extends Object


Constructor Summary
BasicOperations.DoIntersectionTripleStuff(LongIndex newIndex, Set<Long> longSet)
           
 
Method Summary
 void doStuff(Long first, Long second, Long third)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicOperations.DoIntersectionTripleStuff

public BasicOperations.DoIntersectionTripleStuff(LongIndex newIndex,
                                                 Set<Long> longSet)
Method Detail

doStuff

public void doStuff(Long first,
                    Long second,
                    Long third)
             throws GraphException
Throws:
GraphException