Uses of Interface
net.i2p.kademlia.SelectionCollector

Packages that use SelectionCollector
net.i2p.kademlia This is a major rewrite of KBucket, KBucketSet, and KBucketImpl from net.i2p.router.networkdb.kademlia. 
 

Uses of SelectionCollector in net.i2p.kademlia
 

Methods in net.i2p.kademlia with parameters of type SelectionCollector
 void KBucketSet.getAll(SelectionCollector<T> collector)
           
 void KBucketImpl.getEntries(SelectionCollector<T> collector)
           
 void KBucket.getEntries(SelectionCollector<T> collector)