org.jrdf.graph.index.operation.mem
Class UnionImpl
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UnionImpl
public UnionImpl()
perform
public LongIndex perform(LongIndex index1,
LongIndex index2)
throws GraphException
- Specified by:
perform
in interface SetOperation
- Specified by:
perform
in interface Union
- Throws:
GraphException