Uses of Interface
org.eclipse.collections.api.map.MutableOrderedMap
| Package | Description |
|---|---|
| org.eclipse.collections.api.map |
This package contains interfaces for map API which enhance the performance and functionality of
Map |
| org.eclipse.collections.impl.factory |
This package contains static utilities for creating mutable and immutable collection factories.
|
| org.eclipse.collections.impl.map.ordered.mutable |
-
Uses of MutableOrderedMap in org.eclipse.collections.api.map
Methods in org.eclipse.collections.api.map that return MutableOrderedMap Modifier and Type Method Description MutableOrderedMap<K,V>MutableOrderedMap. asUnmodifiable()<K2, V2> MutableOrderedMap<K2,V2>MutableOrderedMap. collect(Function2<? super K,? super V,Pair<K2,V2>> function)<R> MutableOrderedMap<K,R>MutableOrderedMap. collectValues(Function2<? super K,? super V,? extends R> function)MutableOrderedMap<K,V>MutableOrderedMap. drop(int count)MutableOrderedMap<K,V>MutableOrderedMap. dropWhile(Predicate<? super V> predicate)MutableOrderedMap<V,K>MutableOrderedMap. flipUniqueValues()<V1> MutableOrderedMap<V1,V>MutableOrderedMap. groupByUniqueKey(Function<? super V,? extends V1> function)MutableOrderedMap<K,V>MutableOrderedMap. reject(Predicate2<? super K,? super V> predicate)MutableOrderedMap<K,V>MutableOrderedMap. select(Predicate2<? super K,? super V> predicate)MutableOrderedMap<K,V>MutableOrderedMap. take(int count)MutableOrderedMap<K,V>MutableOrderedMap. takeWhile(Predicate<? super V> predicate)MutableOrderedMap<K,V>MutableOrderedMap. tap(Procedure<? super V> procedure)MutableOrderedMap<K,V>MutableOrderedMap. toReversed()MutableOrderedMap<K,V>MutableOrderedMap. withAllKeyValueArguments(Pair<? extends K,? extends V>... keyValuePairs)MutableOrderedMap<K,V>MutableOrderedMap. withAllKeyValues(Iterable<? extends Pair<? extends K,? extends V>> keyValues)MutableOrderedMap<K,V>MutableOrderedMap. withKeyValue(K key, V value)default MutableOrderedMap<K,V>MutableOrderedMap. withMap(Map<? extends K,? extends V> map)MutableOrderedMap<K,V>MutableOrderedMap. withoutAllKeys(Iterable<? extends K> keys)MutableOrderedMap<K,V>MutableOrderedMap. withoutKey(K key) -
Uses of MutableOrderedMap in org.eclipse.collections.impl.factory
Methods in org.eclipse.collections.impl.factory that return MutableOrderedMap Modifier and Type Method Description static <K, V> MutableOrderedMap<K,V>OrderedMaps. adapt(Map<K,V> map) -
Uses of MutableOrderedMap in org.eclipse.collections.impl.map.ordered.mutable
Classes in org.eclipse.collections.impl.map.ordered.mutable that implement MutableOrderedMap Modifier and Type Class Description classOrderedMapAdapter<K,V>classUnmodifiableMutableOrderedMap<K,V>An unmodifiable view of a map.Methods in org.eclipse.collections.impl.map.ordered.mutable that return MutableOrderedMap Modifier and Type Method Description static <K, V> MutableOrderedMap<K,V>OrderedMapAdapter. adapt(Map<K,V> map)MutableOrderedMap<K,V>OrderedMapAdapter. asSynchronized()MutableOrderedMap<K,V>OrderedMapAdapter. asUnmodifiable()MutableOrderedMap<K,V>UnmodifiableMutableOrderedMap. asUnmodifiable()MutableOrderedMap<K,V>OrderedMapAdapter. clone()<K2, V2> MutableOrderedMap<K2,V2>OrderedMapAdapter. collect(Function2<? super K,? super V,Pair<K2,V2>> function)<K2, V2> MutableOrderedMap<K2,V2>UnmodifiableMutableOrderedMap. collect(Function2<? super K,? super V,Pair<K2,V2>> function)<R> MutableOrderedMap<K,R>OrderedMapAdapter. collectValues(Function2<? super K,? super V,? extends R> function)<R> MutableOrderedMap<K,R>UnmodifiableMutableOrderedMap. collectValues(Function2<? super K,? super V,? extends R> function)MutableOrderedMap<K,V>OrderedMapAdapter. drop(int count)MutableOrderedMap<K,V>UnmodifiableMutableOrderedMap. drop(int count)MutableOrderedMap<K,V>OrderedMapAdapter. dropWhile(Predicate<? super V> predicate)MutableOrderedMap<K,V>UnmodifiableMutableOrderedMap. dropWhile(Predicate<? super V> predicate)MutableOrderedMap<V,K>OrderedMapAdapter. flipUniqueValues()MutableOrderedMap<V,K>UnmodifiableMutableOrderedMap. flipUniqueValues()<VV> MutableOrderedMap<VV,V>OrderedMapAdapter. groupByUniqueKey(Function<? super V,? extends VV> function)<VV> MutableOrderedMap<VV,V>UnmodifiableMutableOrderedMap. groupByUniqueKey(Function<? super V,? extends VV> function)MutableOrderedMap<K,V>OrderedMapAdapter. newEmpty()MutableOrderedMap<K,V>OrderedMapAdapter. reject(Predicate2<? super K,? super V> predicate)MutableOrderedMap<K,V>UnmodifiableMutableOrderedMap. reject(Predicate2<? super K,? super V> predicate)MutableOrderedMap<K,V>OrderedMapAdapter. select(Predicate2<? super K,? super V> predicate)MutableOrderedMap<K,V>UnmodifiableMutableOrderedMap. select(Predicate2<? super K,? super V> predicate)MutableOrderedMap<K,V>OrderedMapAdapter. take(int count)MutableOrderedMap<K,V>UnmodifiableMutableOrderedMap. take(int count)MutableOrderedMap<K,V>OrderedMapAdapter. takeWhile(Predicate<? super V> predicate)MutableOrderedMap<K,V>UnmodifiableMutableOrderedMap. takeWhile(Predicate<? super V> predicate)MutableOrderedMap<K,V>OrderedMapAdapter. tap(Procedure<? super V> procedure)MutableOrderedMap<K,V>UnmodifiableMutableOrderedMap. tap(Procedure<? super V> procedure)MutableOrderedMap<K,V>OrderedMapAdapter. toReversed()MutableOrderedMap<K,V>UnmodifiableMutableOrderedMap. toReversed()MutableOrderedMap<K,V>OrderedMapAdapter. withAllKeyValueArguments(Pair<? extends K,? extends V>... keyValues)MutableOrderedMap<K,V>UnmodifiableMutableOrderedMap. withAllKeyValueArguments(Pair<? extends K,? extends V>... keyValuePairs)MutableOrderedMap<K,V>OrderedMapAdapter. withAllKeyValues(Iterable<? extends Pair<? extends K,? extends V>> keyValues)MutableOrderedMap<K,V>UnmodifiableMutableOrderedMap. withAllKeyValues(Iterable<? extends Pair<? extends K,? extends V>> keyValues)MutableOrderedMap<K,V>OrderedMapAdapter. withKeyValue(K key, V value)MutableOrderedMap<K,V>UnmodifiableMutableOrderedMap. withKeyValue(K key, V value)MutableOrderedMap<K,V>OrderedMapAdapter. withMap(Map<? extends K,? extends V> map)MutableOrderedMap<K,V>UnmodifiableMutableOrderedMap. withMap(Map<? extends K,? extends V> map)MutableOrderedMap<K,V>OrderedMapAdapter. withoutAllKeys(Iterable<? extends K> keys)MutableOrderedMap<K,V>UnmodifiableMutableOrderedMap. withoutAllKeys(Iterable<? extends K> keys)MutableOrderedMap<K,V>OrderedMapAdapter. withoutKey(K key)MutableOrderedMap<K,V>UnmodifiableMutableOrderedMap. withoutKey(K key)Methods in org.eclipse.collections.impl.map.ordered.mutable with parameters of type MutableOrderedMap Modifier and Type Method Description static <K, V> UnmodifiableMutableOrderedMap<K,V>UnmodifiableMutableOrderedMap. of(MutableOrderedMap<K,V> map)Constructors in org.eclipse.collections.impl.map.ordered.mutable with parameters of type MutableOrderedMap Constructor Description UnmodifiableMutableOrderedMap(MutableOrderedMap<K,V> delegate)