Groovy Documentation

org.codehaus.groovy.runtime.metaclass
[Java] Interface MetaMethodIndex.EntryIterator


public interface MetaMethodIndex.EntryIterator

Method Summary
boolean hasNext()

Entry next()

 

Method Detail

hasNext

public boolean hasNext()


next

public Entry next()


 

Groovy Documentation