it.unimi.di.mg4j.search
Class DocumentIterators

java.lang.Object
  extended by it.unimi.di.mg4j.search.DocumentIterators

public class DocumentIterators
extends Object

A class providing static methods and objects that do useful things with document iterators.


Field Summary
static DocumentIterator[] EMPTY_ARRAY
           
 
Constructor Summary
protected DocumentIterators()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EMPTY_ARRAY

public static final DocumentIterator[] EMPTY_ARRAY
Constructor Detail

DocumentIterators

protected DocumentIterators()