private class RegularImmutableMap.EntrySet extends ImmutableMapEntrySet<K,V>
ImmutableSet.Builder<E>
ImmutableCollection.ArrayBasedBuilder<E>
MAX_TABLE_SIZE
Modifier | Constructor and Description |
---|---|
private |
EntrySet() |
Modifier and Type | Method and Description |
---|---|
(package private) ImmutableList<java.util.Map.Entry<K,V>> |
createAsList() |
UnmodifiableIterator<java.util.Map.Entry<K,V>> |
iterator()
Returns an unmodifiable iterator across the elements in this collection.
|
(package private) ImmutableMap<K,V> |
map() |
contains, isPartialView, size, writeReplace
builder, chooseTableSize, copyOf, copyOf, copyOf, copyOf, equals, hashCode, isHashCodeFast, of, of, of, of, of, of, of
add, addAll, asList, clear, copyIntoArray, remove, removeAll, retainAll, toArray, toArray
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
ImmutableMap<K,V> map()
map
in class ImmutableMapEntrySet<K,V>
public UnmodifiableIterator<java.util.Map.Entry<K,V>> iterator()
ImmutableCollection
iterator
in interface java.lang.Iterable<java.util.Map.Entry<K,V>>
iterator
in interface java.util.Collection<java.util.Map.Entry<K,V>>
iterator
in interface java.util.Set<java.util.Map.Entry<K,V>>
iterator
in class ImmutableSet<java.util.Map.Entry<K,V>>
ImmutableList<java.util.Map.Entry<K,V>> createAsList()
createAsList
in class ImmutableCollection<java.util.Map.Entry<K,V>>