edu.internet2.middleware.shibboleth.common.util
Class EventingMapBasedStorageService.PartitionIterator
java.lang.Object
edu.internet2.middleware.shibboleth.common.util.EventingMapBasedStorageService.PartitionIterator
- All Implemented Interfaces:
- Iterator<String>
- Enclosing class:
- EventingMapBasedStorageService<KeyType,ValueType>
public class EventingMapBasedStorageService.PartitionIterator
- extends Object
- implements Iterator<String>
An iterator over the partitions of the storage service.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EventingMapBasedStorageService.PartitionIterator
public EventingMapBasedStorageService.PartitionIterator()
- Constructor.
hasNext
public boolean hasNext()
-
- Specified by:
hasNext
in interface Iterator<String>
next
public String next()
-
- Specified by:
next
in interface Iterator<String>
remove
public void remove()
-
- Specified by:
remove
in interface Iterator<String>
Copyright © 2006-2008 Internet2. All Rights Reserved.