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