|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.limegroup.gnutella.util.UnmodifiableIterator
com.limegroup.gnutella.util.Trie.NodeIterator
Constructor Summary | |
Trie.NodeIterator(com.limegroup.gnutella.util.TrieNode start,
boolean withNulls)
Creates a new iterator that yields all the nodes of start and its children that have values (ignoring internal nodes). |
Method Summary | |
boolean |
hasNext()
|
java.lang.Object |
next()
|
Methods inherited from class com.limegroup.gnutella.util.UnmodifiableIterator |
remove |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Trie.NodeIterator(com.limegroup.gnutella.util.TrieNode start, boolean withNulls)
Method Detail |
public boolean hasNext()
public java.lang.Object next()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |