org.jrdf.graph.index.operation.mem
Class DifferenceImpl

java.lang.Object
  extended by org.jrdf.graph.index.operation.mem.DifferenceImpl
All Implemented Interfaces:
Difference, SetOperation

public class DifferenceImpl
extends Object
implements Difference

Just a spike. Please test drive.

Version:
$Revision: 1045 $
Author:
Andrew Newman

Constructor Summary
DifferenceImpl()
           
 
Method Summary
 LongIndex perform(LongIndex index1, LongIndex index2)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DifferenceImpl

public DifferenceImpl()
Method Detail

perform

public LongIndex perform(LongIndex index1,
                         LongIndex index2)
                  throws GraphException
Specified by:
perform in interface Difference
Specified by:
perform in interface SetOperation
Throws:
GraphException