|
LimeWire collection component api | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.limewire.collection.TrieUtils
public final class TrieUtils
Miscellaneous utilities for Tries. See Trie for more information.
| Method Summary | ||
|---|---|---|
static
|
select(Trie<K,V> trie,
K key,
int count)
|
|
static
|
select(Trie<K,V> trie,
K key,
int count,
Trie.Cursor<K,V> cursor)
|
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static <K,V> java.util.List<V> select(Trie<K,V> trie,
K key,
int count)
public static <K,V> java.util.List<V> select(Trie<K,V> trie,
K key,
int count,
Trie.Cursor<K,V> cursor)
|
LimeWire collection component api | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||