Class ExcluderBase

java.lang.Object
net.i2p.router.tunnel.pool.ExcluderBase
All Implemented Interfaces:
Iterable<Hash>, Collection<Hash>, Set<Hash>
Direct Known Subclasses:
TunnelPeerSelector.Excluder

abstract class ExcluderBase extends Object implements Set<Hash>
A Set of Hashes that automatically adds to the Set in the contains() check. So we don't need to generate the exclude set up front. Less object churn and copying.
Since:
0.9.58