Class Sets.ImprovedAbstractSet<E>

java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractSet<E>
com.google.common.collect.Sets.ImprovedAbstractSet<E>
All Implemented Interfaces:
Iterable<E>, Collection<E>, Set<E>
Direct Known Subclasses:
LinkedHashMultimap.ValueSet, Maps.EntrySet, Maps.KeySet, Multisets.ElementSet, Multisets.EntrySet, StandardTable.Column.EntrySet, StandardTable.TableSet
Enclosing class:
Sets

abstract static class Sets.ImprovedAbstractSet<E> extends AbstractSet<E>
AbstractSet substitute without the potentially-quadratic removeAll implementation.