Methods Summary |
---|
public boolean | hasNext()Returns true if the iteration has more elements. (In other words,
returns true if next would return an
element rather than throwing an exception.)
|
public java.lang.String | next()Returns the next element in the iteration.
|
public void | nextLevel(int keyCode)add a key to current completion string
|
public void | prevLevel()backspace on key in current completion string
|
public void | reset()create a new handle and clear completion state by calling
ptNewIterator0()
|
public void | resetNext()Revert to first possible completion.
If next() has been called uptil hasNext() returns false, then after
calling resetNext(), calling next() will return the 1st completion
|