com.springsource.util.common
Class CaseInsensitiveMap.KeySet.KeySetIterator

java.lang.Object
  extended by com.springsource.util.common.CaseInsensitiveMap.KeySet.KeySetIterator
All Implemented Interfaces:
java.util.Iterator<java.lang.String>
Enclosing class:
CaseInsensitiveMap.KeySet

private static final class CaseInsensitiveMap.KeySet.KeySetIterator
extends java.lang.Object
implements java.util.Iterator<java.lang.String>


Field Summary
private  java.util.Iterator<CaseInsensitiveMap.CaseInsensitiveKey> iterator
           
 
Constructor Summary
CaseInsensitiveMap.KeySet.KeySetIterator(java.util.Iterator<CaseInsensitiveMap.CaseInsensitiveKey> iterator)
           
 
Method Summary
 boolean hasNext()
          
 java.lang.String next()
          
 void remove()
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

iterator

private java.util.Iterator<CaseInsensitiveMap.CaseInsensitiveKey> iterator
Constructor Detail

CaseInsensitiveMap.KeySet.KeySetIterator

public CaseInsensitiveMap.KeySet.KeySetIterator(java.util.Iterator<CaseInsensitiveMap.CaseInsensitiveKey> iterator)
Method Detail

hasNext

public boolean hasNext()

Specified by:
hasNext in interface java.util.Iterator<java.lang.String>

next

public java.lang.String next()

Specified by:
next in interface java.util.Iterator<java.lang.String>

remove

public void remove()

Specified by:
remove in interface java.util.Iterator<java.lang.String>