static <K,V> @NotNull UnmodSortedIterable<UnmodMap.UnEntry<K,V>> |
UnmodSortedIterable.castFromSortedMap(SortedMap<K,V> sm) |
|
@NotNull Option<UnmodMap.UnEntry<K,V>> |
BaseMap.entry(K key) |
Returns an option of the key/value pair associated with this key
|
@NotNull Option<UnmodMap.UnEntry<K,V>> |
ImSortedMap.entry(K key) |
|
@NotNull Option<UnmodMap.UnEntry<K,V>> |
PersistentHashMap.entry(K key) |
|
@NotNull Option<UnmodMap.UnEntry<K,V>> |
PersistentHashMap.MutHashMap.entry(K key) |
|
@NotNull Option<UnmodMap.UnEntry<K,V>> |
PersistentTreeMap.entry(K key) |
Returns an Option of the key/value pair matching the given key, or Option.none() if the key is
not found.
|
static <K,V> @NotNull UnmodSortedIterator<UnmodMap.UnEntry<K,V>> |
UnmodMap.UnEntry.entryIterToUnEntrySortedUnIter(Iterator<Map.Entry<K,V>> innerIter) |
|
static <K,V> @NotNull UnmodIterator<UnmodMap.UnEntry<K,V>> |
UnmodMap.UnEntry.entryIterToUnEntryUnIter(Iterator<Map.Entry<K,V>> innerIter) |
|
@NotNull Option<UnmodMap.UnEntry<K,V>> |
PersistentTreeMap.head() |
The first item in this iterable.
|
@NotNull UnmodSortedIterator<UnmodMap.UnEntry<K,V>> |
ImSortedMap.iterator() |
Returns an iterator over the UnEntries of this map in order.
|
@NotNull UnmodIterator<UnmodMap.UnEntry<K,V>> |
PersistentHashMap.iterator() |
|
@NotNull UnmodIterator<UnmodMap.UnEntry<K,V>> |
PersistentHashMap.MutHashMap.iterator() |
|
@NotNull UnmodSortedIterator<UnmodMap.UnEntry<K,V>> |
PersistentTreeMap.iterator() |
Returns an iterator over the UnEntries of this map in order.
|