| Package | Description |
|---|---|
| net.i2p.kademlia | Generic Kademlia distributed hash table implementation supporting
multiple hash algorithms (SHA1, SHA256, etc.). |
| Modifier and Type | Method and Description |
|---|---|
void | KBucketSet.getAll(SelectionCollector<T> collector)Add all entries in all buckets to the provided collector. |
void | KBucket.getEntries(SelectionCollector<T> collector)Add all entries in this bucket to the provided collector. |
void | KBucketImpl.getEntries(SelectionCollector<T> collector) |