Uses of Class
com.google.common.collect.ImmutableMap.IteratorBasedImmutableMap
-
Packages that use ImmutableMap.IteratorBasedImmutableMap Package Description com.google.common.collect This package contains generic collection interfaces and implementations, and other utilities for working with collections. -
-
Uses of ImmutableMap.IteratorBasedImmutableMap in com.google.common.collect
Subclasses of ImmutableMap.IteratorBasedImmutableMap in com.google.common.collect Modifier and Type Class Description private class
DenseImmutableTable.Column
private class
DenseImmutableTable.ColumnMap
private static class
DenseImmutableTable.ImmutableArrayMap<K,V>
An immutable map implementation backed by an indexed nullable array.private class
DenseImmutableTable.Row
private class
DenseImmutableTable.RowMap
(package private) class
ImmutableEnumMap<K extends java.lang.Enum<K>,V>
Implementation ofImmutableMap
backed by a non-emptyEnumMap
.private class
ImmutableMap.MapViewOfValuesAsSingletonSets
-