edu.stanford.nlp.util
Class UnionIterator
java.lang.Object
edu.stanford.nlp.util.ConcatenationIterator
edu.stanford.nlp.util.UnionIterator
- All Implemented Interfaces:
- Iterator
- public class UnionIterator
- extends ConcatenationIterator
Iterator over the union of two sets.
User: Dan Klein (klein@cs.stanford.edu)
Date: Oct 22, 2003
Time: 7:52:32 PM
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UnionIterator
public UnionIterator(Set x,
Set y)
main
public static void main(String[] args)
Stanford NLP Group