Uses of Class
com.google.common.collect.IndexedImmutableSet
-
Packages that use IndexedImmutableSet Package Description com.google.common.collect This package contains generic collection interfaces and implementations, and other utilities for working with collections. -
-
Uses of IndexedImmutableSet in com.google.common.collect
Subclasses of IndexedImmutableSet in com.google.common.collect Modifier and Type Class Description (package private) classImmutableMapKeySet<K,V>keySet()implementation forImmutableMap.private classImmutableMultiset.EntrySet(package private) classJdkBackedImmutableSet<E>ImmutableSet implementation backed by a JDK HashSet, used to defend against apparent hash flooding.private static classRegularImmutableMap.KeySet<K,V>private classRegularImmutableTable.CellSet
-