it.unimi.dsi.mg4j.index
Class IndexIterators

java.lang.Object
  extended by it.unimi.dsi.mg4j.index.IndexIterators

public class IndexIterators
extends Object

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


Field Summary
static IndexIterator[] EMPTY_ARRAY
           
 
Constructor Summary
protected IndexIterators()
           
 
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 IndexIterator[] EMPTY_ARRAY
Constructor Detail

IndexIterators

protected IndexIterators()