private class RegularImmutableSortedMap.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, writeReplacebuilder, chooseTableSize, copyOf, copyOf, copyOf, copyOf, equals, hashCode, isHashCodeFast, of, of, of, of, of, of, ofadd, addAll, asList, clear, copyIntoArray, remove, removeAll, retainAll, toArray, toArrayclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic UnmodifiableIterator<java.util.Map.Entry<K,V>> iterator()
ImmutableCollectioniterator 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>>ImmutableMap<K,V> map()
map in class ImmutableMapEntrySet<K,V>