org.objectweb.jac.aspects.persistence
Class ListIterator

java.lang.Object
  |
  +--org.objectweb.jac.aspects.persistence.StorageIterator
        |
        +--org.objectweb.jac.aspects.persistence.ListIterator
All Implemented Interfaces:
Iterator

public class ListIterator
extends StorageIterator


Constructor Summary
ListIterator(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

ListIterator

public ListIterator(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
Exception