Class EntrySetAdapter<V>

java.lang.Object
java.util.AbstractCollection<V>
java.util.AbstractSet<V>
org.eclipse.sisu.wire.EntrySetAdapter<V>
All Implemented Interfaces:
Iterable<V>, Collection<V>, Set<V>

public final class EntrySetAdapter<V> extends AbstractSet<V>
Set backed by an Iterable sequence of map entries.