edu.stanford.nlp.util
Class IntersectionIterator

java.lang.Object
  extended byedu.stanford.nlp.util.FilteredIterator
      extended byedu.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


Constructor Summary
IntersectionIterator(Set x, Set y)
           
 
Method Summary
static void main(String[] args)
           
 
Methods inherited from class edu.stanford.nlp.util.FilteredIterator
hasNext, next, remove
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IntersectionIterator

public IntersectionIterator(Set x,
                            Set y)
Method Detail

main

public static void main(String[] args)


Stanford NLP Group