storage.primitiveStorage
Class PrimitiveStorageManager.ChunkNumberIterator

java.lang.Object
  extended bystorage.primitiveStorage.PrimitiveStorageManager.ChunkNumberIterator
Enclosing class:
PrimitiveStorageManager

public class PrimitiveStorageManager.ChunkNumberIterator
extends java.lang.Object

This class is used to retrieve the used chunk numbers. Chunks numbers are retrived in a sequence with the insertion order.


Method Summary
 boolean hasNext()
          Indicates if there are more chunk numbers in the sequence.
 int next()
          Returns the next chunk number in the sequence.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

hasNext

public boolean hasNext()
Indicates if there are more chunk numbers in the sequence.


next

public int next()
Returns the next chunk number in the sequence.