|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.internet2.middleware.shibboleth.common.util.EventingMapBasedStorageService.PartitionEntryIterator
public class EventingMapBasedStorageService.PartitionEntryIterator
An iterator over the entries of a partition of the storage service.
Field Summary | |
---|---|
private KeyType |
currentKey
Current key within the iteration. |
private Iterator<KeyType> |
keysItr
Iterator of keys within the partition. |
private String |
partition
Partition on which we are operating. |
Constructor Summary | |
---|---|
EventingMapBasedStorageService.PartitionEntryIterator(String partition)
Constructor. |
Method Summary | |
---|---|
boolean |
hasNext()
|
KeyType |
next()
|
void |
remove()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private String partition
private Iterator<KeyType> keysItr
private KeyType currentKey
Constructor Detail |
---|
public EventingMapBasedStorageService.PartitionEntryIterator(String partition)
partition
- partition upon which this iterator operatesMethod Detail |
---|
public boolean hasNext()
hasNext
in interface Iterator<KeyType>
public KeyType next()
next
in interface Iterator<KeyType>
public void remove()
remove
in interface Iterator<KeyType>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |