|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.galagosearch.tupleflow.Unique<T>
public class Unique<T>
| Constructor Summary | |
|---|---|
Unique(java.util.Comparator<T> sameObject,
Processor<T> processor)
Creates a new instance of Unique |
|
| Method Summary | |
|---|---|
void |
close()
|
void |
process(T object)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Unique(java.util.Comparator<T> sameObject,
Processor<T> processor)
| Method Detail |
|---|
public void process(T object)
throws java.io.IOException
process in interface Processor<T>java.io.IOException
public void close()
throws java.io.IOException
close in interface Processor<T>java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||