Class ImmutableSet.JdkBackedSetBuilderImpl<E>

java.lang.Object
com.google.common.collect.ImmutableSet.SetBuilderImpl<E>
com.google.common.collect.ImmutableSet.JdkBackedSetBuilderImpl<E>
Enclosing class:
ImmutableSet<E>

private static final class ImmutableSet.JdkBackedSetBuilderImpl<E> extends ImmutableSet.SetBuilderImpl<E>
SetBuilderImpl version that uses a JDK HashSet, which has built in hash flooding protection.