edu.stanford.nlp.util
Class IntersectionIterator
java.lang.Object
edu.stanford.nlp.util.FilteredIterator
edu.stanford.nlp.util.IntersectionIterator
- All Implemented Interfaces:
- Iterator
- public class IntersectionIterator
- extends FilteredIterator
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 |
IntersectionIterator
public IntersectionIterator(Set x,
Set y)
main
public static void main(String[] args)
Stanford NLP Group