Class Sets.ImprovedAbstractSet<E>

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

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