org.objectweb.jac.aspects.persistence
Class MapIterator

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

public class MapIterator
extends StorageIterator


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

MapIterator

public MapIterator(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