private final class JdkBackedImmutableBiMap.InverseEntries extends ImmutableList<java.util.Map.Entry<V,K>>
ImmutableList.Builder<E>, ImmutableList.SerializedForm, ImmutableList.SubList
SPLITERATOR_CHARACTERISTICS
Modifier | Constructor and Description |
---|---|
private |
InverseEntries() |
Modifier and Type | Method and Description |
---|---|
java.util.Map.Entry<V,K> |
get(int index) |
(package private) boolean |
isPartialView()
Returns
true if this immutable collection's implementation contains references to
user-created objects that aren't accessible via this collection's methods. |
int |
size() |
add, addAll, asImmutableList, asImmutableList, asList, builder, builderWithExpectedSize, contains, copyIntoArray, copyOf, copyOf, copyOf, copyOf, equals, forEach, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, of, of, of, of, of, of, of, of, of, of, of, of, of, remove, replaceAll, reverse, set, sort, sortedCopyOf, sortedCopyOf, spliterator, subList, subListUnchecked, toImmutableList, writeReplace
add, addAll, clear, remove, removeAll, removeIf, retainAll, toArray, toArray
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
boolean isPartialView()
ImmutableCollection
true
if this immutable collection's implementation contains references to
user-created objects that aren't accessible via this collection's methods. This is generally
used to determine whether copyOf
implementations should make an explicit copy to avoid
memory leaks.isPartialView
in class ImmutableCollection<java.util.Map.Entry<V,K>>