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.


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
 

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 © 2006-2009 Internet2. All Rights Reserved.