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