Package org.codehaus.groovy.util
Interface ComplexKeyHashMap.EntryIterator
- 
- Enclosing class:
 - ComplexKeyHashMap
 
public static interface ComplexKeyHashMap.EntryIterator 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanhasNext()ComplexKeyHashMap.Entrynext() 
 - 
 
- 
- 
Method Detail
- 
hasNext
boolean hasNext()
 
- 
next
ComplexKeyHashMap.Entry next()
 
 - 
 
 -