org.galagosearch.core.retrieval.structured
Class ExtentArrayIterator

java.lang.Object
  extended by org.galagosearch.core.retrieval.structured.ExtentArrayIterator
All Implemented Interfaces:
java.lang.Comparable<ExtentArrayIterator>

public class ExtentArrayIterator
extends java.lang.Object
implements java.lang.Comparable<ExtentArrayIterator>

Author:
trevor

Constructor Summary
ExtentArrayIterator(ExtentArray array)
           
 
Method Summary
 int compareTo(ExtentArrayIterator iterator)
           
 Extent current()
           
 boolean isDone()
           
 boolean next()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExtentArrayIterator

public ExtentArrayIterator(ExtentArray array)
Method Detail

current

public Extent current()

next

public boolean next()

isDone

public boolean isDone()

compareTo

public int compareTo(ExtentArrayIterator iterator)
Specified by:
compareTo in interface java.lang.Comparable<ExtentArrayIterator>


Copyright © 2009. All Rights Reserved.