henplus.commands
Class FileCompletionIterator
java.lang.Object
henplus.commands.FileCompletionIterator
- All Implemented Interfaces:
- Iterator
public class FileCompletionIterator
- extends Object
- implements Iterator
fixme. first simple implementation..
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FileCompletionIterator
public FileCompletionIterator(String partialCommand,
String lastWord)
hasNext
public boolean hasNext()
- Specified by:
hasNext
in interface Iterator
next
public Object next()
- Specified by:
next
in interface Iterator
remove
public void remove()
- Specified by:
remove
in interface Iterator
? 1997..2006 Henner Zeller