org.objectweb.jac.aspects.persistence
Class SetIterator

java.lang.Object
  extended byorg.objectweb.jac.aspects.persistence.StorageIterator
      extended byorg.objectweb.jac.aspects.persistence.SetIterator
All Implemented Interfaces:
Iterator

public class SetIterator
extends StorageIterator


Constructor Summary
SetIterator(Wrappee collection)
           
 
Method Summary
protected  long getCollectionSize()
          Returns the size of the collection
 
Methods inherited from class org.objectweb.jac.aspects.persistence.StorageIterator
hasNext, next, remove
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SetIterator

public SetIterator(Wrappee collection)
Method Detail

getCollectionSize

protected long getCollectionSize()
                          throws Exception
Description copied from class: StorageIterator
Returns the size of the collection

Specified by:
getCollectionSize in class StorageIterator
Throws:
Exception