storage.advancedStorage
Class AdvancedStorageManager.Segment.SpaceNumberIterator

java.lang.Object
  extended bystorage.advancedStorage.AdvancedStorageManager.Segment.SpaceNumberIterator
Enclosing class:
AdvancedStorageManager.Segment

public class AdvancedStorageManager.Segment.SpaceNumberIterator
extends java.lang.Object

This class is used to retrieve the used space numbers inside the segment. Space numbers are retrived in a sequence.


Method Summary
 boolean hasNext()
          Indicates if there are more space numbers in the sequence.
 int next()
          Returns the next space 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 space numbers in the sequence.


next

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