Interface MetaMethodIndex.EntryIterator
-
- Enclosing class:
- MetaMethodIndex
public static interface MetaMethodIndex.EntryIterator
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
hasNext()
MetaMethodIndex.Entry
next()
-
-
-
Method Detail
-
hasNext
boolean hasNext()
-
next
MetaMethodIndex.Entry next()
-
-