package net.i2p.kademlia; import net.i2p.data.SimpleDataStructure; /** * Visit kbuckets, gathering matches */ public interface SelectionCollector { public void add(T entry); }