|
||||||||||
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.PartitionIterator
public class EventingMapBasedStorageService.PartitionIterator
An iterator over the partitions of the storage service.
Field Summary | |
---|---|
private String |
currentParition
Current partition. |
private Iterator<String> |
partitionItr
Iterator over the partitions in the backing store. |
Constructor Summary | |
---|---|
EventingMapBasedStorageService.PartitionIterator()
Constructor. |
Method Summary | |
---|---|
boolean |
hasNext()
|
String |
next()
|
void |
remove()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private Iterator<String> partitionItr
private String currentParition
Constructor Detail |
---|
public EventingMapBasedStorageService.PartitionIterator()
Method Detail |
---|
public boolean hasNext()
hasNext
in interface Iterator<String>
public String next()
next
in interface Iterator<String>
public void remove()
remove
in interface Iterator<String>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |