edu.internet2.middleware.shibboleth.common.util
Class EventingMapBasedStorageService.PartitionIterator

java.lang.Object
  extended by 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.


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

partitionItr

private Iterator<String> partitionItr
Iterator over the partitions in the backing store.


currentParition

private String currentParition
Current partition.

Constructor Detail

EventingMapBasedStorageService.PartitionIterator

public EventingMapBasedStorageService.PartitionIterator()
Constructor.

Method Detail

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 © 1999-2012. All Rights Reserved.