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

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

public class UnionImpl
extends Object
implements Union

Just a spike. Please test drive.

Version:
$Revision: 1045 $
Author:
Andrew Newman

Constructor Summary
UnionImpl()
           
 
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

UnionImpl

public UnionImpl()
Method Detail

perform

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