| Constructor and Description |
|---|
OrderedMap() |
OrderedMap(@NotNull CollectionHost<K> host) |
OrderedMap(int capacity) |
OrderedMap(int capacity,
@Nullable CollectionHost<K> host) |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllspliteratorpublic OrderedMap()
public OrderedMap(int capacity)
public OrderedMap(@NotNull
@NotNull CollectionHost<K> host)
public OrderedMap(int capacity,
@Nullable
@Nullable CollectionHost<K> host)
public int getModificationCount()
public boolean containsKey(@Nullable
@Nullable Object o)
containsKey in interface Map<K,V>public boolean containsValue(@Nullable
@Nullable Object o)
containsValue in interface Map<K,V>public void addNull()
public void addNulls(int index)
@NotNull public V computeIfMissing(@NotNull K k, @NotNull @NotNull Function<? super K,? extends V> runnableValue)
public void addAll(@NotNull
@NotNull Collection<? extends Map.Entry<? extends K,? extends V>> entries)
@Nullable public K getKey(int index)
@Nullable public V getValue(int index)
@NotNull public @NotNull OrderedSet<Map.Entry<K,V>> entrySet()
@NotNull public @NotNull ReversibleIndexedIterator<V> valueIterator()
@NotNull public @NotNull ReversibleIndexedIterator<V> reversedValueIterator()
@NotNull public @NotNull ReversibleIndexedIterator<K> keyIterator()
@NotNull public @NotNull ReversibleIndexedIterator<K> reversedKeyIterator()
@NotNull public @NotNull ReversibleIndexedIterator<Map.Entry<K,V>> entryIterator()
@NotNull public @NotNull ReversibleIndexedIterator<Map.Entry<K,V>> reversedEntryIterator()
@NotNull public @NotNull ReversibleIndexedIterator<Map.Entry<K,V>> reversedIterator()
@NotNull public @NotNull ReversibleIterable<V> valueIterable()
@NotNull public @NotNull ReversibleIterable<V> reversedValueIterable()
@NotNull public @NotNull ReversibleIterable<K> keyIterable()
@NotNull public @NotNull ReversibleIterable<K> reversedKeyIterable()
@NotNull public @NotNull ReversibleIterable<Map.Entry<K,V>> entryIterable()
@NotNull public @NotNull ReversibleIterable<Map.Entry<K,V>> reversedEntryIterable()
@NotNull public @NotNull ReversibleIterable<Map.Entry<K,V>> reversedIterable()
@NotNull public @NotNull ReversibleIndexedIterator<Map.Entry<K,V>> iterator()
public boolean equals(Object o)
Copyright © 2020. All rights reserved.