Uses of Class
org.jhotdraw8.icollection.RedBlackMap
Packages that use RedBlackMap
-
Uses of RedBlackMap in org.jhotdraw8.icollection
Methods in org.jhotdraw8.icollection that return RedBlackMapModifier and TypeMethodDescriptionRedBlackMap.clear()static <K,V> RedBlackMap <K, V> Returns an immutable map that contains the provided elements sorted according to the natural ordering of its elements.static <K,V> RedBlackMap <K, V> RedBlackMap.copyOf(Comparator<? super K> comparator, Iterable<? extends Map.Entry<? extends K, ? extends V>> c) Returns an immutable map that contains the provided entries, sorted according to the specified comparator.static <K,V> RedBlackMap <K, V> Returns an immutable copy of the provided map that contains the provided elements sorted according to the natural ordering of its elements.protected RedBlackMap<K, V> RedBlackMap.newInstance(PrivateData privateData) Creates a new instance with the provided privateData object as its internal data structure.static <K,V> RedBlackMap <K, V> RedBlackMap.of()Returns an empty immutable map, sorted according to the natural ordering of its entries.static <K,V> RedBlackMap <K, V> Returns an immutable map that contains the provided entries, sorted according to the natural ordering of its entries.RedBlackMap.putKeyValues(Object... kv) RedBlackMap.retainAll(ReadOnlyCollection<? extends K> c) static <K,V> RedBlackMap <K, V> RedBlackMap.sortedOf(@Nullable Comparator<? super K> comparator) Returns an empty immutable map, sorted according to the specified comparator.static <K,V> RedBlackMap <K, V> RedBlackMap.sortedOf(@Nullable Comparator<? super K> comparator, Map.Entry<K, V> @Nullable ... elements) Returns an immutable map that contains the provided elements, sorted according to the specified comparator.MutableRedBlackMap.toImmutable()