Interface ProxyIterator

All Superinterfaces:
Proxy

public interface ProxyIterator extends Proxy
Interface to be implemented to mimic guest language iterators.
Since:
21.1
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    from(Iterator<?> iterator)
    Creates a proxy iterator backed by a Java Iterator.
    Returns the next element in the iteration.
    boolean
    Returns true if the iterator has more elements, else false.