public abstract class AbstractMutableSortedMap<K,V> extends AbstractMutableMapIterable<K,V> implements MutableSortedMap<K,V>
| Constructor and Description |
|---|
AbstractMutableSortedMap() |
aggregateBy, collect, countBy, countByEach, countByWith, detect, detectOptional, flipUniqueValues, getIfAbsentPut, getIfAbsentPut, getIfAbsentPutWith, getIfAbsentPutWithKey, iterator, keysView, keyValuesView, sumByDouble, sumByFloat, sumByInt, sumByLong, updateValue, updateValueWith, valuesViewallSatisfy, allSatisfyWith, anySatisfy, anySatisfyWith, asLazy, chunk, contains, detect, detectIfNone, detectOptional, detectWith, detectWithIfNone, detectWithOptional, each, forEachKey, forEachValue, forEachWith, forEachWithIndex, getFirst, getIfAbsent, getIfAbsentValue, getIfAbsentWith, getLast, getOnly, getOrDefault, ifPresentApply, noneSatisfy, noneSatisfyWith, toArray, toArrayappendString, appendString, collect, collectIf, collectWith, containsAll, containsAllArguments, containsAllIterable, count, countWith, flatCollect, forEach, groupBy, groupByEach, groupByUniqueKey, injectInto, injectInto, injectInto, injectInto, injectInto, into, isEmpty, max, max, maxBy, min, min, minBy, reject, rejectWith, select, selectWith, sumOfDouble, sumOfFloat, sumOfInt, sumOfLong, toBag, toBiMap, toList, toMap, toSet, toSortedBag, toSortedBag, toSortedBagBy, toSortedListBy, toSortedMap, toSortedMap, toSortedMapBy, toSortedSet, toSortedSet, toSortedSetBy, toString, zip, zipWithIndexequals, getClass, hashCode, notify, notifyAll, wait, wait, waitcollect, collectWithIndex, distinct, drop, dropWhile, entrySet, flatCollectWith, getIfAbsentPutWith, headMap, keySet, newEmpty, partitionWhile, subMap, tailMap, take, takeWhile, toReversed, values, with, withMap, withMapIterableadd, aggregateBy, aggregateBy, aggregateInPlaceBy, countBy, countByEach, countByWith, flipUniqueValues, getIfAbsentPut, getIfAbsentPut, getIfAbsentPutWithKey, getOrDefault, putAllMapIterable, putPair, removeAllKeys, removeIf, removeKey, sumByDouble, sumByFloat, sumByInt, sumByLong, updateValue, updateValueWithcomparatorcontainsKey, containsValue, detect, detectOptional, equals, forEachKey, forEachKeyValue, forEachValue, get, getIfAbsent, getIfAbsentValue, getIfAbsentWith, hashCode, ifPresentApply, injectIntoKeyValue, keysView, keyValuesView, parallelStream, spliterator, stream, toString, valuesViewreverseForEach, reverseForEachWithIndexcollectWithIndex, forEachWithIndex, getFirst, getFirstOptional, getLast, getLastOptional, max, min, rejectWithIndex, selectWithIndex, zip, zipWithIndexaggregateBy, allSatisfy, allSatisfyWith, anySatisfy, anySatisfyWith, appendString, appendString, appendString, asLazy, chunk, collect, collectBoolean, collectByte, collectChar, collectDouble, collectFloat, collectIf, collectInt, collectLong, collectShort, collectWith, contains, containsAll, containsAllArguments, containsAllIterable, containsAny, containsAnyIterable, containsBy, containsNone, containsNoneIterable, count, countBy, countByEach, countByWith, countWith, detect, detectIfNone, detectOptional, detectWith, detectWithIfNone, detectWithOptional, each, flatCollect, flatCollectBoolean, flatCollectByte, flatCollectChar, flatCollectDouble, flatCollectFloat, flatCollectInt, flatCollectLong, flatCollectShort, flatCollectWith, forEach, getAny, getOnly, groupBy, groupByAndCollect, groupByEach, groupByUniqueKey, injectInto, injectInto, injectInto, injectInto, injectInto, injectIntoDouble, injectIntoFloat, injectIntoInt, injectIntoLong, into, isEmpty, makeString, makeString, makeString, makeString, max, maxBy, maxByOptional, maxOptional, maxOptional, min, minBy, minByOptional, minOptional, minOptional, noneSatisfy, noneSatisfyWith, notEmpty, reduce, reduceInPlace, reduceInPlace, reject, rejectWith, select, selectWith, size, summarizeDouble, summarizeFloat, summarizeInt, summarizeLong, sumOfDouble, sumOfFloat, sumOfInt, sumOfLong, toArray, toArray, toBag, toBiMap, toImmutableBag, toImmutableBiMap, toImmutableList, toImmutableMap, toImmutableSet, toImmutableSortedBag, toImmutableSortedBag, toImmutableSortedBagBy, toImmutableSortedList, toImmutableSortedList, toImmutableSortedListBy, toImmutableSortedSet, toImmutableSortedSet, toImmutableSortedSetBy, toList, toMap, toMap, toSet, toSortedBag, toSortedBag, toSortedBagBy, toSortedList, toSortedList, toSortedListBy, toSortedMap, toSortedMap, toSortedMapBy, toSortedSet, toSortedSet, toSortedSetByforEach, forEachWithcomparator, firstKey, lastKeyclear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, equals, forEach, get, hashCode, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, sizepublic abstract MutableSortedMap<K,V> clone()
public MutableSortedMap<K,V> withKeyValue(K key, V value)
withKeyValue in interface MutableMapIterable<K,V>withKeyValue in interface MutableSortedMap<K,V>public MutableSortedMap<K,V> withAllKeyValues(Iterable<? extends Pair<? extends K,? extends V>> keyValues)
withAllKeyValues in interface MutableMapIterable<K,V>withAllKeyValues in interface MutableSortedMap<K,V>public MutableSortedMap<K,V> withAllKeyValueArguments(Pair<? extends K,? extends V>... keyValues)
withAllKeyValueArguments in interface MutableMapIterable<K,V>withAllKeyValueArguments in interface MutableSortedMap<K,V>public MutableSortedMap<K,V> withoutKey(K key)
withoutKey in interface MutableMapIterable<K,V>withoutKey in interface MutableSortedMap<K,V>public MutableSortedMap<K,V> withoutAllKeys(Iterable<? extends K> keys)
withoutAllKeys in interface MutableMapIterable<K,V>withoutAllKeys in interface MutableSortedMap<K,V>public MutableSortedMap<K,V> asUnmodifiable()
asUnmodifiable in interface MutableMapIterable<K,V>asUnmodifiable in interface MutableSortedMap<K,V>public ImmutableSortedMap<K,V> toImmutable()
toImmutable in interface MapIterable<K,V>toImmutable in interface MutableMapIterable<K,V>toImmutable in interface SortedMapIterable<K,V>public MutableSortedMap<K,V> asSynchronized()
asSynchronized in interface MutableMapIterable<K,V>asSynchronized in interface MutableSortedMap<K,V>public MutableSortedSetMultimap<V,K> flip()
flip in interface MapIterable<K,V>flip in interface MutableMapIterable<K,V>flip in interface MutableSortedMap<K,V>flip in interface SortedMapIterable<K,V>public MutableBooleanList collectBoolean(BooleanFunction<? super V> booleanFunction)
collectBoolean in interface MutableSortedMap<K,V>collectBoolean in interface SortedMapIterable<K,V>collectBoolean in interface OrderedIterable<V>collectBoolean in interface ReversibleIterable<V>collectBoolean in interface RichIterable<V>public MutableByteList collectByte(ByteFunction<? super V> byteFunction)
collectByte in interface MutableSortedMap<K,V>collectByte in interface SortedMapIterable<K,V>collectByte in interface OrderedIterable<V>collectByte in interface ReversibleIterable<V>collectByte in interface RichIterable<V>public MutableCharList collectChar(CharFunction<? super V> charFunction)
collectChar in interface MutableSortedMap<K,V>collectChar in interface SortedMapIterable<K,V>collectChar in interface OrderedIterable<V>collectChar in interface ReversibleIterable<V>collectChar in interface RichIterable<V>public MutableDoubleList collectDouble(DoubleFunction<? super V> doubleFunction)
collectDouble in interface MutableSortedMap<K,V>collectDouble in interface SortedMapIterable<K,V>collectDouble in interface OrderedIterable<V>collectDouble in interface ReversibleIterable<V>collectDouble in interface RichIterable<V>public MutableFloatList collectFloat(FloatFunction<? super V> floatFunction)
collectFloat in interface MutableSortedMap<K,V>collectFloat in interface SortedMapIterable<K,V>collectFloat in interface OrderedIterable<V>collectFloat in interface ReversibleIterable<V>collectFloat in interface RichIterable<V>public MutableIntList collectInt(IntFunction<? super V> intFunction)
collectInt in interface MutableSortedMap<K,V>collectInt in interface SortedMapIterable<K,V>collectInt in interface OrderedIterable<V>collectInt in interface ReversibleIterable<V>collectInt in interface RichIterable<V>public MutableLongList collectLong(LongFunction<? super V> longFunction)
collectLong in interface MutableSortedMap<K,V>collectLong in interface SortedMapIterable<K,V>collectLong in interface OrderedIterable<V>collectLong in interface ReversibleIterable<V>collectLong in interface RichIterable<V>public MutableShortList collectShort(ShortFunction<? super V> shortFunction)
collectShort in interface MutableSortedMap<K,V>collectShort in interface SortedMapIterable<K,V>collectShort in interface OrderedIterable<V>collectShort in interface ReversibleIterable<V>collectShort in interface RichIterable<V>public <E> MutableSortedMap<K,V> collectKeysAndValues(Iterable<E> iterable, Function<? super E,? extends K> keyFunction, Function<? super E,? extends V> valueFunction)
collectKeysAndValues in interface MutableSortedMap<K,V>public <R> MutableSortedMap<K,R> collectValues(Function2<? super K,? super V,? extends R> function)
collectValues in interface MapIterable<K,V>collectValues in interface MutableMapIterable<K,V>collectValues in interface MutableSortedMap<K,V>collectValues in interface SortedMapIterable<K,V>public MutableSortedMap<K,V> tap(Procedure<? super V> procedure)
tap in interface MapIterable<K,V>tap in interface MutableMapIterable<K,V>tap in interface MutableSortedMap<K,V>tap in interface SortedMapIterable<K,V>tap in interface OrderedIterable<V>tap in interface ReversibleIterable<V>tap in interface RichIterable<V>public MutableSortedMap<K,V> select(Predicate2<? super K,? super V> predicate)
select in interface MapIterable<K,V>select in interface MutableMapIterable<K,V>select in interface MutableSortedMap<K,V>select in interface SortedMapIterable<K,V>public MutableSortedMap<K,V> reject(Predicate2<? super K,? super V> predicate)
reject in interface MapIterable<K,V>reject in interface MutableMapIterable<K,V>reject in interface MutableSortedMap<K,V>reject in interface SortedMapIterable<K,V>public <R> MutableList<R> collect(Function<? super V,? extends R> function)
collect in interface MutableSortedMap<K,V>collect in interface SortedMapIterable<K,V>collect in interface OrderedIterable<V>collect in interface ReversibleIterable<V>collect in interface RichIterable<V>public <P,VV> MutableList<VV> collectWith(Function2<? super V,? super P,? extends VV> function, P parameter)
collectWith in interface MutableSortedMap<K,V>collectWith in interface SortedMapIterable<K,V>collectWith in interface OrderedIterable<V>collectWith in interface ReversibleIterable<V>collectWith in interface RichIterable<V>public <R> MutableList<R> collectIf(Predicate<? super V> predicate, Function<? super V,? extends R> function)
collectIf in interface MutableSortedMap<K,V>collectIf in interface SortedMapIterable<K,V>collectIf in interface OrderedIterable<V>collectIf in interface ReversibleIterable<V>collectIf in interface RichIterable<V>public <R> MutableList<R> flatCollect(Function<? super V,? extends Iterable<R>> function)
flatCollect in interface MutableSortedMap<K,V>flatCollect in interface SortedMapIterable<K,V>flatCollect in interface OrderedIterable<V>flatCollect in interface ReversibleIterable<V>flatCollect in interface RichIterable<V>public MutableList<V> reject(Predicate<? super V> predicate)
reject in interface MutableMapIterable<K,V>reject in interface MutableSortedMap<K,V>reject in interface SortedMapIterable<K,V>reject in interface OrderedIterable<V>reject in interface ReversibleIterable<V>reject in interface RichIterable<V>public <P> MutableList<V> selectWith(Predicate2<? super V,? super P> predicate, P parameter)
selectWith in interface MutableMapIterable<K,V>selectWith in interface MutableSortedMap<K,V>selectWith in interface SortedMapIterable<K,V>selectWith in interface OrderedIterable<V>selectWith in interface ReversibleIterable<V>selectWith in interface RichIterable<V>public <P> MutableList<V> rejectWith(Predicate2<? super V,? super P> predicate, P parameter)
rejectWith in interface MutableMapIterable<K,V>rejectWith in interface MutableSortedMap<K,V>rejectWith in interface SortedMapIterable<K,V>rejectWith in interface OrderedIterable<V>rejectWith in interface ReversibleIterable<V>rejectWith in interface RichIterable<V>public MutableList<V> select(Predicate<? super V> predicate)
select in interface MutableMapIterable<K,V>select in interface MutableSortedMap<K,V>select in interface SortedMapIterable<K,V>select in interface OrderedIterable<V>select in interface ReversibleIterable<V>select in interface RichIterable<V>public PartitionMutableList<V> partition(Predicate<? super V> predicate)
partition in interface MutableMapIterable<K,V>partition in interface MutableSortedMap<K,V>partition in interface SortedMapIterable<K,V>partition in interface OrderedIterable<V>partition in interface ReversibleIterable<V>partition in interface RichIterable<V>public <P> PartitionMutableList<V> partitionWith(Predicate2<? super V,? super P> predicate, P parameter)
partitionWith in interface MutableSortedMap<K,V>partitionWith in interface SortedMapIterable<K,V>partitionWith in interface OrderedIterable<V>partitionWith in interface ReversibleIterable<V>partitionWith in interface RichIterable<V>public <S> MutableList<S> selectInstancesOf(Class<S> clazz)
selectInstancesOf in interface MutableMapIterable<K,V>selectInstancesOf in interface MutableSortedMap<K,V>selectInstancesOf in interface SortedMapIterable<K,V>selectInstancesOf in interface OrderedIterable<V>selectInstancesOf in interface ReversibleIterable<V>selectInstancesOf in interface RichIterable<V>public <S> MutableList<Pair<V,S>> zip(Iterable<S> that)
zip in interface MutableMapIterable<K,V>zip in interface MutableSortedMap<K,V>zip in interface SortedMapIterable<K,V>zip in interface OrderedIterable<V>zip in interface ReversibleIterable<V>zip in interface RichIterable<V>public MutableList<Pair<V,Integer>> zipWithIndex()
zipWithIndex in interface MutableMapIterable<K,V>zipWithIndex in interface MutableSortedMap<K,V>zipWithIndex in interface SortedMapIterable<K,V>zipWithIndex in interface OrderedIterable<V>zipWithIndex in interface ReversibleIterable<V>zipWithIndex in interface RichIterable<V>public <VV> MutableListMultimap<VV,V> groupBy(Function<? super V,? extends VV> function)
groupBy in interface MutableMapIterable<K,V>groupBy in interface MutableSortedMap<K,V>groupBy in interface SortedMapIterable<K,V>groupBy in interface OrderedIterable<V>groupBy in interface ReversibleIterable<V>groupBy in interface RichIterable<V>public <VV> MutableListMultimap<VV,V> groupByEach(Function<? super V,? extends Iterable<VV>> function)
groupByEach in interface MutableMapIterable<K,V>groupByEach in interface MutableSortedMap<K,V>groupByEach in interface SortedMapIterable<K,V>groupByEach in interface OrderedIterable<V>groupByEach in interface ReversibleIterable<V>groupByEach in interface RichIterable<V>public <VV> MutableMap<VV,V> groupByUniqueKey(Function<? super V,? extends VV> function)
groupByUniqueKey in interface MutableMapIterable<K,V>groupByUniqueKey in interface MutableSortedMap<K,V>groupByUniqueKey in interface RichIterable<V>groupByUniqueKey in class AbstractMutableMapIterable<K,V>public LazyIterable<V> asReversed()
asReversed in interface ReversibleIterable<V>public int detectLastIndex(Predicate<? super V> predicate)
detectLastIndex in interface ReversibleIterable<V>public int indexOf(Object object)
indexOf in interface OrderedIterable<V>public <S> boolean corresponds(OrderedIterable<S> other, Predicate2<? super V,? super S> predicate)
corresponds in interface OrderedIterable<V>public void forEach(int startIndex,
int endIndex,
Procedure<? super V> procedure)
forEach in interface OrderedIterable<V>public void forEachWithIndex(int fromIndex,
int toIndex,
ObjectIntProcedure<? super V> objectIntProcedure)
forEachWithIndex in interface OrderedIterable<V>public MutableStack<V> toStack()
toStack in interface OrderedIterable<V>public int detectIndex(Predicate<? super V> predicate)
detectIndex in interface OrderedIterable<V>Copyright © 2004–2022. All rights reserved.