- java.lang.Object
-
- de.schlichtherle.truezip.util.CanonicalStringSet.CanonicalStringIterator
-
-
Field Summary
Fields
| Modifier and Type |
Field and Description |
private java.lang.String |
canonical |
private java.util.StringTokenizer |
i |
-
Method Summary
Methods
| Modifier and Type |
Method and Description |
private void |
advance() |
boolean |
hasNext() |
java.lang.String |
next() |
void |
remove() |
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
hasNext
public boolean hasNext()
- Specified by:
hasNext in interface java.util.Iterator<java.lang.String>
-
advance
private void advance()
-
remove
public void remove()
- Specified by:
remove in interface java.util.Iterator<java.lang.String>
Copyright © 2005-2011 Schlichtherle IT Services. All Rights Reserved.