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) class
ImmutableMapKeySet<K,V>
keySet()
implementation forImmutableMap
.private class
ImmutableMultiset.EntrySet
(package private) class
JdkBackedImmutableSet<E>
ImmutableSet implementation backed by a JDK HashSet, used to defend against apparent hash flooding.private static class
RegularImmutableMap.KeySet<K>
private class
RegularImmutableTable.CellSet
-