Uses of Interface
org.eclipse.collections.api.map.MutableOrderedMap
-
Packages that use MutableOrderedMap Package Description org.eclipse.collections.api.map This package contains interfaces for map API which enhance the performance and functionality ofMaporg.eclipse.collections.api.map.sorted This package contains mutable and immutable sorted map interfaces.org.eclipse.collections.impl.factory This package contains static utilities for creating mutable and immutable collection factories.org.eclipse.collections.impl.map.ordered.immutable org.eclipse.collections.impl.map.ordered.mutable org.eclipse.collections.impl.map.sorted.mutable This package contains implementations of theMutableSortedMapinterface. -
-
Uses of MutableOrderedMap in org.eclipse.collections.api.map
Methods in org.eclipse.collections.api.map that return MutableOrderedMap Modifier and Type Method Description <K1,V1,V2>
MutableOrderedMap<K1,V2>MutableOrderedMap. aggregateBy(Function<? super K,? extends K1> keyFunction, Function<? super V,? extends V1> valueFunction, Function0<? extends V2> zeroValueFactory, Function2<? super V2,? super V1,? extends V2> nonMutatingAggregator)<KK,VV>
MutableOrderedMap<KK,VV>MutableOrderedMap. aggregateBy(Function<? super V,? extends KK> groupBy, Function0<? extends VV> zeroValueFactory, Function2<? super VV,? super V,? extends VV> nonMutatingAggregator)<KK,VV>
MutableOrderedMap<KK,VV>MutableOrderedMap. aggregateInPlaceBy(Function<? super V,? extends KK> groupBy, Function0<? extends VV> zeroValueFactory, Procedure2<? super VV,? super V> mutatingAggregator)MutableOrderedMap<K,V>MutableOrderedMap. asUnmodifiable()<K2,V2>
MutableOrderedMap<K2,V2>MutableOrderedMap. collect(Function2<? super K,? super V,Pair<K2,V2>> function)<R> MutableOrderedMap<R,V>MutableOrderedMap. collectKeysUnique(Function2<? super K,? super V,? extends R> 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. newEmpty()<KK> MutableOrderedMap<KK,V>MutableOrderedMap. reduceBy(Function<? super V,? extends KK> groupBy, Function2<? super V,? super V,? extends V> reduceFunction)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(java.lang.Iterable<? extends Pair<? extends K,? extends V>> keyValues)MutableOrderedMap<K,V>MutableOrderedMap. withKeyValue(K key, V value)default MutableOrderedMap<K,V>MutableOrderedMap. withMap(java.util.Map<? extends K,? extends V> map)default MutableOrderedMap<K,V>MutableOrderedMap. withMapIterable(MapIterable<? extends K,? extends V> mapIterable)MutableOrderedMap<K,V>MutableOrderedMap. withoutAllKeys(java.lang.Iterable<? extends K> keys)MutableOrderedMap<K,V>MutableOrderedMap. withoutKey(K key) -
Uses of MutableOrderedMap in org.eclipse.collections.api.map.sorted
Methods in org.eclipse.collections.api.map.sorted that return MutableOrderedMap Modifier and Type Method Description <R> MutableOrderedMap<R,V>MutableSortedMap. collectKeysUnique(Function2<? super K,? super V,? extends R> function) -
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(java.util.Map<K,V> map) -
Uses of MutableOrderedMap in org.eclipse.collections.impl.map.ordered.immutable
Fields in org.eclipse.collections.impl.map.ordered.immutable declared as MutableOrderedMap Modifier and Type Field Description private MutableOrderedMap<K,V>ImmutableOrderedMapAdapter. delegate -
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.Fields in org.eclipse.collections.impl.map.ordered.mutable declared as MutableOrderedMap Modifier and Type Field Description private MutableOrderedMap<K,V>UnmodifiableMutableOrderedMap. delegateMethods in org.eclipse.collections.impl.map.ordered.mutable that return MutableOrderedMap Modifier and Type Method Description static <K,V>
MutableOrderedMap<K,V>OrderedMapAdapter. adapt(java.util.Map<K,V> map)<K1,V1,V2>
MutableOrderedMap<K1,V2>OrderedMapAdapter. aggregateBy(Function<? super K,? extends K1> keyFunction, Function<? super V,? extends V1> valueFunction, Function0<? extends V2> zeroValueFactory, Function2<? super V2,? super V1,? extends V2> nonMutatingAggregator)<KK,VV>
MutableOrderedMap<KK,VV>OrderedMapAdapter. aggregateBy(Function<? super V,? extends KK> groupBy, Function0<? extends VV> zeroValueFactory, Function2<? super VV,? super V,? extends VV> nonMutatingAggregator)<K1,V1,V2>
MutableOrderedMap<K1,V2>UnmodifiableMutableOrderedMap. aggregateBy(Function<? super K,? extends K1> keyFunction, Function<? super V,? extends V1> valueFunction, Function0<? extends V2> zeroValueFactory, Function2<? super V2,? super V1,? extends V2> nonMutatingAggregator)<KK,VV>
MutableOrderedMap<KK,VV>UnmodifiableMutableOrderedMap. aggregateBy(Function<? super V,? extends KK> groupBy, Function0<? extends VV> zeroValueFactory, Function2<? super VV,? super V,? extends VV> nonMutatingAggregator)<KK,VV>
MutableOrderedMap<KK,VV>OrderedMapAdapter. aggregateInPlaceBy(Function<? super V,? extends KK> groupBy, Function0<? extends VV> zeroValueFactory, Procedure2<? super VV,? super V> mutatingAggregator)<KK,VV>
MutableOrderedMap<KK,VV>UnmodifiableMutableOrderedMap. aggregateInPlaceBy(Function<? super V,? extends KK> groupBy, Function0<? extends VV> zeroValueFactory, Procedure2<? super VV,? super V> mutatingAggregator)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<R,V>OrderedMapAdapter. collectKeysUnique(Function2<? super K,? super V,? extends R> function)<R> MutableOrderedMap<R,V>UnmodifiableMutableOrderedMap. collectKeysUnique(Function2<? super K,? super V,? extends R> 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>UnmodifiableMutableOrderedMap. newEmpty()<KK> MutableOrderedMap<KK,V>OrderedMapAdapter. reduceBy(Function<? super V,? extends KK> groupBy, Function2<? super V,? super V,? extends V> reduceFunction)<KK> MutableOrderedMap<KK,V>UnmodifiableMutableOrderedMap. reduceBy(Function<? super V,? extends KK> groupBy, Function2<? super V,? super V,? extends V> reduceFunction)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(java.lang.Iterable<? extends Pair<? extends K,? extends V>> keyValues)MutableOrderedMap<K,V>UnmodifiableMutableOrderedMap. withAllKeyValues(java.lang.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(java.util.Map<? extends K,? extends V> map)MutableOrderedMap<K,V>UnmodifiableMutableOrderedMap. withMap(java.util.Map<? extends K,? extends V> map)MutableOrderedMap<K,V>OrderedMapAdapter. withMapIterable(MapIterable<? extends K,? extends V> mapIterable)MutableOrderedMap<K,V>UnmodifiableMutableOrderedMap. withMapIterable(MapIterable<? extends K,? extends V> mapIterable)MutableOrderedMap<K,V>OrderedMapAdapter. withoutAllKeys(java.lang.Iterable<? extends K> keys)MutableOrderedMap<K,V>UnmodifiableMutableOrderedMap. withoutAllKeys(java.lang.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) -
Uses of MutableOrderedMap in org.eclipse.collections.impl.map.sorted.mutable
Methods in org.eclipse.collections.impl.map.sorted.mutable that return MutableOrderedMap Modifier and Type Method Description <R> MutableOrderedMap<R,V>AbstractMutableSortedMap. collectKeysUnique(Function2<? super K,? super V,? extends R> function)<R> MutableOrderedMap<R,V>SynchronizedSortedMap. collectKeysUnique(Function2<? super K,? super V,? extends R> function)<R> MutableOrderedMap<R,V>UnmodifiableTreeMap. collectKeysUnique(Function2<? super K,? super V,? extends R> function)
-