Package com.google.common.collect
Class JdkBackedImmutableBiMap.InverseEntries
java.lang.Object
java.util.AbstractCollection<Map.Entry<V,K>>
com.google.common.collect.ImmutableCollection<Map.Entry<V,K>>
com.google.common.collect.ImmutableList<Map.Entry<V,K>>
com.google.common.collect.JdkBackedImmutableBiMap.InverseEntries
- All Implemented Interfaces:
Serializable,Iterable<Map.Entry<V,,K>> Collection<Map.Entry<V,,K>> List<Map.Entry<V,,K>> RandomAccess,SequencedCollection<Map.Entry<V,K>>
- Enclosing class:
JdkBackedImmutableBiMap<K,V>
-
Nested Class Summary
Nested classes/interfaces inherited from class com.google.common.collect.ImmutableList
ImmutableList.Builder<E>, ImmutableList.SerializedForm, ImmutableList.SubList -
Field Summary
Fields inherited from class com.google.common.collect.ImmutableCollection
SPLITERATOR_CHARACTERISTICS -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.google.common.collect.ImmutableList
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, toImmutableListMethods inherited from class com.google.common.collect.ImmutableCollection
add, addAll, clear, internalArray, internalArrayEnd, internalArrayStart, remove, removeAll, removeIf, retainAll, toArray, toArrayMethods inherited from class java.util.AbstractCollection
containsAll, isEmpty, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
-
Constructor Details
-
InverseEntries
private InverseEntries()
-
-
Method Details
-
get
-
isPartialView
boolean isPartialView()Description copied from class:ImmutableCollectionReturnstrueif 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 whethercopyOfimplementations should make an explicit copy to avoid memory leaks.- Specified by:
isPartialViewin classImmutableCollection<Map.Entry<V,K>>
-
size
public int size() -
writeReplace
Object writeReplace()- Overrides:
writeReplacein classImmutableList<Map.Entry<V,K>>
-