ix.util.context
Class ContextHashMap.EntrySetIterator
java.lang.Object
  
ix.util.context.ContextHashMap.EntrySetIterator
- All Implemented Interfaces: 
 - java.util.Iterator<java.util.Map.Entry<K,V>>
 
- Enclosing class:
 - ContextHashMap<K,V>
 
protected class ContextHashMap.EntrySetIterator
- extends java.lang.Object
- implements java.util.Iterator<java.util.Map.Entry<K,V>>
  
The Iterator implementation for a ContextHashMap entrySet.
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
setCreationContext
Context setCreationContext
chain
ContextHashMap.Entry chain
next
ContextHashMap.Entry next
ContextHashMap.EntrySetIterator
ContextHashMap.EntrySetIterator(ContextHashMap.Entry chain,
                                Context setCreationContext)
hasNext
public boolean hasNext()
- Specified by:
 hasNext in interface java.util.Iterator<java.util.Map.Entry<K,V>>
 
 
next
public java.util.Map.Entry<K,V> next()
- Specified by:
 next in interface java.util.Iterator<java.util.Map.Entry<K,V>>
 
 
remove
public void remove()
- Specified by:
 remove in interface java.util.Iterator<java.util.Map.Entry<K,V>>