Interface Iterator

public interface Iterator

Method Index

 o hasNext()
 o next()

Methods

 o hasNext
 public abstract boolean hasNext()
 o next
 public abstract Object next()