public class UnmodifiableTreeMap<K,V> extends UnmodifiableSortedMap<K,V> implements com.gs.collections.api.map.sorted.MutableSortedMap<K,V>
MutableSortedMap.asUnmodifiable(),
Serialized Form| Modifier and Type | Method and Description |
|---|---|
V |
add(com.gs.collections.api.tuple.Pair<K,V> keyValuePair) |
<K2,V2> com.gs.collections.api.map.MutableMap<K2,V2> |
aggregateBy(com.gs.collections.api.block.function.Function<? super V,? extends K2> groupBy,
com.gs.collections.api.block.function.Function0<? extends V2> zeroValueFactory,
com.gs.collections.api.block.function.Function2<? super V2,? super V,? extends V2> nonMutatingAggregator) |
<K2,V2> com.gs.collections.api.map.MutableMap<K2,V2> |
aggregateInPlaceBy(com.gs.collections.api.block.function.Function<? super V,? extends K2> groupBy,
com.gs.collections.api.block.function.Function0<? extends V2> zeroValueFactory,
com.gs.collections.api.block.procedure.Procedure2<? super V2,? super V> mutatingAggregator) |
boolean |
allSatisfy(com.gs.collections.api.block.predicate.Predicate<? super V> predicate) |
<P> boolean |
allSatisfyWith(com.gs.collections.api.block.predicate.Predicate2<? super V,? super P> predicate,
P parameter) |
boolean |
anySatisfy(com.gs.collections.api.block.predicate.Predicate<? super V> predicate) |
<P> boolean |
anySatisfyWith(com.gs.collections.api.block.predicate.Predicate2<? super V,? super P> predicate,
P parameter) |
void |
appendString(Appendable appendable) |
void |
appendString(Appendable appendable,
String separator) |
void |
appendString(Appendable appendable,
String start,
String separator,
String end) |
com.gs.collections.api.LazyIterable<V> |
asLazy() |
com.gs.collections.api.LazyIterable<V> |
asReversed() |
com.gs.collections.api.map.sorted.MutableSortedMap<K,V> |
asSynchronized() |
com.gs.collections.api.map.sorted.MutableSortedMap<K,V> |
asUnmodifiable() |
com.gs.collections.api.RichIterable<com.gs.collections.api.RichIterable<V>> |
chunk(int size) |
com.gs.collections.api.map.sorted.MutableSortedMap<K,V> |
clone() |
<R> com.gs.collections.api.list.MutableList<R> |
collect(com.gs.collections.api.block.function.Function<? super V,? extends R> function) |
<R,C extends Collection<R>> |
collect(com.gs.collections.api.block.function.Function<? super V,? extends R> function,
C target) |
<K2,V2> com.gs.collections.api.map.MutableMap<K2,V2> |
collect(com.gs.collections.api.block.function.Function2<? super K,? super V,com.gs.collections.api.tuple.Pair<K2,V2>> function) |
com.gs.collections.api.list.primitive.MutableBooleanList |
collectBoolean(com.gs.collections.api.block.function.primitive.BooleanFunction<? super V> booleanFunction) |
<R extends com.gs.collections.api.collection.primitive.MutableBooleanCollection> |
collectBoolean(com.gs.collections.api.block.function.primitive.BooleanFunction<? super V> booleanFunction,
R target) |
com.gs.collections.api.list.primitive.MutableByteList |
collectByte(com.gs.collections.api.block.function.primitive.ByteFunction<? super V> byteFunction) |
<R extends com.gs.collections.api.collection.primitive.MutableByteCollection> |
collectByte(com.gs.collections.api.block.function.primitive.ByteFunction<? super V> byteFunction,
R target) |
com.gs.collections.api.list.primitive.MutableCharList |
collectChar(com.gs.collections.api.block.function.primitive.CharFunction<? super V> charFunction) |
<R extends com.gs.collections.api.collection.primitive.MutableCharCollection> |
collectChar(com.gs.collections.api.block.function.primitive.CharFunction<? super V> charFunction,
R target) |
com.gs.collections.api.list.primitive.MutableDoubleList |
collectDouble(com.gs.collections.api.block.function.primitive.DoubleFunction<? super V> doubleFunction) |
<R extends com.gs.collections.api.collection.primitive.MutableDoubleCollection> |
collectDouble(com.gs.collections.api.block.function.primitive.DoubleFunction<? super V> doubleFunction,
R target) |
com.gs.collections.api.list.primitive.MutableFloatList |
collectFloat(com.gs.collections.api.block.function.primitive.FloatFunction<? super V> floatFunction) |
<R extends com.gs.collections.api.collection.primitive.MutableFloatCollection> |
collectFloat(com.gs.collections.api.block.function.primitive.FloatFunction<? super V> floatFunction,
R target) |
<R> com.gs.collections.api.list.MutableList<R> |
collectIf(com.gs.collections.api.block.predicate.Predicate<? super V> predicate,
com.gs.collections.api.block.function.Function<? super V,? extends R> function) |
<R,C extends Collection<R>> |
collectIf(com.gs.collections.api.block.predicate.Predicate<? super V> predicate,
com.gs.collections.api.block.function.Function<? super V,? extends R> function,
C target) |
com.gs.collections.api.list.primitive.MutableIntList |
collectInt(com.gs.collections.api.block.function.primitive.IntFunction<? super V> intFunction) |
<R extends com.gs.collections.api.collection.primitive.MutableIntCollection> |
collectInt(com.gs.collections.api.block.function.primitive.IntFunction<? super V> intFunction,
R target) |
<E> com.gs.collections.api.map.sorted.MutableSortedMap<K,V> |
collectKeysAndValues(Iterable<E> iterable,
com.gs.collections.api.block.function.Function<? super E,? extends K> keyFunction,
com.gs.collections.api.block.function.Function<? super E,? extends V> valueFunction) |
com.gs.collections.api.list.primitive.MutableLongList |
collectLong(com.gs.collections.api.block.function.primitive.LongFunction<? super V> longFunction) |
<R extends com.gs.collections.api.collection.primitive.MutableLongCollection> |
collectLong(com.gs.collections.api.block.function.primitive.LongFunction<? super V> longFunction,
R target) |
com.gs.collections.api.list.primitive.MutableShortList |
collectShort(com.gs.collections.api.block.function.primitive.ShortFunction<? super V> shortFunction) |
<R extends com.gs.collections.api.collection.primitive.MutableShortCollection> |
collectShort(com.gs.collections.api.block.function.primitive.ShortFunction<? super V> shortFunction,
R target) |
<R> com.gs.collections.api.map.sorted.MutableSortedMap<K,R> |
collectValues(com.gs.collections.api.block.function.Function2<? super K,? super V,? extends R> function) |
<P,R,C extends Collection<R>> |
collectWith(com.gs.collections.api.block.function.Function2<? super V,? super P,? extends R> function,
P parameter,
C targetCollection) |
<P,VV> com.gs.collections.api.list.MutableList<VV> |
collectWith(com.gs.collections.api.block.function.Function2<? super V,? super P,? extends VV> function,
P parameter) |
boolean |
contains(Object object) |
boolean |
containsAll(Collection<?> source) |
boolean |
containsAllArguments(Object... elements) |
boolean |
containsAllIterable(Iterable<?> source) |
<S> boolean |
corresponds(com.gs.collections.api.ordered.OrderedIterable<S> other,
com.gs.collections.api.block.predicate.Predicate2<? super V,? super S> predicate) |
int |
count(com.gs.collections.api.block.predicate.Predicate<? super V> predicate) |
<P> int |
countWith(com.gs.collections.api.block.predicate.Predicate2<? super V,? super P> predicate,
P parameter) |
V |
detect(com.gs.collections.api.block.predicate.Predicate<? super V> predicate) |
com.gs.collections.api.tuple.Pair<K,V> |
detect(com.gs.collections.api.block.predicate.Predicate2<? super K,? super V> predicate) |
V |
detectIfNone(com.gs.collections.api.block.predicate.Predicate<? super V> predicate,
com.gs.collections.api.block.function.Function0<? extends V> function) |
int |
detectIndex(com.gs.collections.api.block.predicate.Predicate<? super V> predicate) |
int |
detectLastIndex(com.gs.collections.api.block.predicate.Predicate<? super V> predicate) |
<P> V |
detectWith(com.gs.collections.api.block.predicate.Predicate2<? super V,? super P> predicate,
P parameter) |
<P> V |
detectWithIfNone(com.gs.collections.api.block.predicate.Predicate2<? super V,? super P> predicate,
P parameter,
com.gs.collections.api.block.function.Function0<? extends V> function) |
com.gs.collections.api.list.MutableList<V> |
distinct() |
com.gs.collections.api.map.sorted.MutableSortedMap<K,V> |
drop(int count) |
com.gs.collections.api.map.sorted.MutableSortedMap<K,V> |
dropWhile(com.gs.collections.api.block.predicate.Predicate<? super V> predicate) |
void |
each(com.gs.collections.api.block.procedure.Procedure<? super V> procedure) |
com.gs.collections.api.set.MutableSet<Map.Entry<K,V>> |
entrySet() |
boolean |
equals(Object obj) |
<R> com.gs.collections.api.list.MutableList<R> |
flatCollect(com.gs.collections.api.block.function.Function<? super V,? extends Iterable<R>> function) |
<R,C extends Collection<R>> |
flatCollect(com.gs.collections.api.block.function.Function<? super V,? extends Iterable<R>> function,
C target) |
com.gs.collections.api.multimap.sortedset.MutableSortedSetMultimap<V,K> |
flip() |
com.gs.collections.api.map.MutableMapIterable<V,K> |
flipUniqueValues() |
void |
forEach(int startIndex,
int endIndex,
com.gs.collections.api.block.procedure.Procedure<? super V> procedure) |
void |
forEach(com.gs.collections.api.block.procedure.Procedure<? super V> procedure) |
void |
forEachKey(com.gs.collections.api.block.procedure.Procedure<? super K> procedure) |
void |
forEachKeyValue(com.gs.collections.api.block.procedure.Procedure2<? super K,? super V> procedure) |
void |
forEachValue(com.gs.collections.api.block.procedure.Procedure<? super V> procedure) |
<P> void |
forEachWith(com.gs.collections.api.block.procedure.Procedure2<? super V,? super P> procedure,
P parameter) |
void |
forEachWithIndex(int fromIndex,
int toIndex,
com.gs.collections.api.block.procedure.primitive.ObjectIntProcedure<? super V> objectIntProcedure) |
void |
forEachWithIndex(com.gs.collections.api.block.procedure.primitive.ObjectIntProcedure<? super V> objectIntProcedure) |
V |
getFirst() |
V |
getIfAbsent(K key,
com.gs.collections.api.block.function.Function0<? extends V> function) |
V |
getIfAbsentPut(K key,
com.gs.collections.api.block.function.Function0<? extends V> function) |
V |
getIfAbsentPut(K key,
V value) |
<P> V |
getIfAbsentPutWith(K key,
com.gs.collections.api.block.function.Function<? super P,? extends V> function,
P parameter) |
V |
getIfAbsentPutWithKey(K key,
com.gs.collections.api.block.function.Function<? super K,? extends V> function) |
V |
getIfAbsentValue(K key,
V value) |
<P> V |
getIfAbsentWith(K key,
com.gs.collections.api.block.function.Function<? super P,? extends V> function,
P parameter) |
V |
getLast() |
<R> com.gs.collections.api.multimap.list.MutableListMultimap<R,V> |
groupBy(com.gs.collections.api.block.function.Function<? super V,? extends R> function) |
<R,C extends com.gs.collections.api.multimap.MutableMultimap<R,V>> |
groupBy(com.gs.collections.api.block.function.Function<? super V,? extends R> function,
C target) |
<R> com.gs.collections.api.multimap.list.MutableListMultimap<R,V> |
groupByEach(com.gs.collections.api.block.function.Function<? super V,? extends Iterable<R>> function) |
<R,C extends com.gs.collections.api.multimap.MutableMultimap<R,V>> |
groupByEach(com.gs.collections.api.block.function.Function<? super V,? extends Iterable<R>> function,
C target) |
<VV> com.gs.collections.api.map.MutableMap<VV,V> |
groupByUniqueKey(com.gs.collections.api.block.function.Function<? super V,? extends VV> function) |
<VV,R extends com.gs.collections.api.map.MutableMap<VV,V>> |
groupByUniqueKey(com.gs.collections.api.block.function.Function<? super V,? extends VV> function,
R target) |
int |
hashCode() |
com.gs.collections.api.map.sorted.MutableSortedMap<K,V> |
headMap(K toKey) |
<A> A |
ifPresentApply(K key,
com.gs.collections.api.block.function.Function<? super V,? extends A> function) |
int |
indexOf(Object object) |
double |
injectInto(double injectedValue,
com.gs.collections.api.block.function.primitive.DoubleObjectToDoubleFunction<? super V> function) |
float |
injectInto(float injectedValue,
com.gs.collections.api.block.function.primitive.FloatObjectToFloatFunction<? super V> function) |
int |
injectInto(int injectedValue,
com.gs.collections.api.block.function.primitive.IntObjectToIntFunction<? super V> function) |
<IV> IV |
injectInto(IV injectedValue,
com.gs.collections.api.block.function.Function2<? super IV,? super V,? extends IV> function) |
long |
injectInto(long injectedValue,
com.gs.collections.api.block.function.primitive.LongObjectToLongFunction<? super V> function) |
Iterator<V> |
iterator() |
com.gs.collections.api.set.MutableSet<K> |
keySet() |
com.gs.collections.api.RichIterable<K> |
keysView() |
com.gs.collections.api.RichIterable<com.gs.collections.api.tuple.Pair<K,V>> |
keyValuesView() |
String |
makeString() |
String |
makeString(String separator) |
String |
makeString(String start,
String separator,
String end) |
V |
max() |
V |
max(Comparator<? super V> comparator) |
<R extends Comparable<? super R>> |
maxBy(com.gs.collections.api.block.function.Function<? super V,? extends R> function) |
V |
min() |
V |
min(Comparator<? super V> comparator) |
<R extends Comparable<? super R>> |
minBy(com.gs.collections.api.block.function.Function<? super V,? extends R> function) |
com.gs.collections.api.map.sorted.MutableSortedMap<K,V> |
newEmpty() |
boolean |
noneSatisfy(com.gs.collections.api.block.predicate.Predicate<? super V> predicate) |
<P> boolean |
noneSatisfyWith(com.gs.collections.api.block.predicate.Predicate2<? super V,? super P> predicate,
P parameter) |
boolean |
notEmpty() |
static <K,V,M extends SortedMap<K,V>> |
of(M map)
This method will take a MutableSortedMap and wrap it directly in a UnmodifiableMutableMap.
|
com.gs.collections.api.partition.list.PartitionMutableList<V> |
partition(com.gs.collections.api.block.predicate.Predicate<? super V> predicate) |
com.gs.collections.api.partition.list.PartitionMutableList<V> |
partitionWhile(com.gs.collections.api.block.predicate.Predicate<? super V> predicate) |
<P> com.gs.collections.api.partition.list.PartitionMutableList<V> |
partitionWith(com.gs.collections.api.block.predicate.Predicate2<? super V,? super P> predicate,
P parameter) |
com.gs.collections.api.list.MutableList<V> |
reject(com.gs.collections.api.block.predicate.Predicate<? super V> predicate) |
<R extends Collection<V>> |
reject(com.gs.collections.api.block.predicate.Predicate<? super V> predicate,
R target) |
com.gs.collections.api.map.sorted.MutableSortedMap<K,V> |
reject(com.gs.collections.api.block.predicate.Predicate2<? super K,? super V> predicate) |
<P> com.gs.collections.api.list.MutableList<V> |
rejectWith(com.gs.collections.api.block.predicate.Predicate2<? super V,? super P> predicate,
P parameter) |
<P,R extends Collection<V>> |
rejectWith(com.gs.collections.api.block.predicate.Predicate2<? super V,? super P> predicate,
P parameter,
R targetCollection) |
V |
removeKey(K key) |
void |
reverseForEach(com.gs.collections.api.block.procedure.Procedure<? super V> procedure) |
com.gs.collections.api.list.MutableList<V> |
select(com.gs.collections.api.block.predicate.Predicate<? super V> predicate) |
<R extends Collection<V>> |
select(com.gs.collections.api.block.predicate.Predicate<? super V> predicate,
R target) |
com.gs.collections.api.map.sorted.MutableSortedMap<K,V> |
select(com.gs.collections.api.block.predicate.Predicate2<? super K,? super V> predicate) |
<S> com.gs.collections.api.list.MutableList<S> |
selectInstancesOf(Class<S> clazz) |
<P> com.gs.collections.api.list.MutableList<V> |
selectWith(com.gs.collections.api.block.predicate.Predicate2<? super V,? super P> predicate,
P parameter) |
<P,R extends Collection<V>> |
selectWith(com.gs.collections.api.block.predicate.Predicate2<? super V,? super P> predicate,
P parameter,
R targetCollection) |
com.gs.collections.api.map.sorted.MutableSortedMap<K,V> |
subMap(K fromKey,
K toKey) |
<V1> com.gs.collections.api.map.primitive.ObjectDoubleMap<V1> |
sumByDouble(com.gs.collections.api.block.function.Function<V,V1> groupBy,
com.gs.collections.api.block.function.primitive.DoubleFunction<? super V> function) |
<V1> com.gs.collections.api.map.primitive.ObjectDoubleMap<V1> |
sumByFloat(com.gs.collections.api.block.function.Function<V,V1> groupBy,
com.gs.collections.api.block.function.primitive.FloatFunction<? super V> function) |
<V1> com.gs.collections.api.map.primitive.ObjectLongMap<V1> |
sumByInt(com.gs.collections.api.block.function.Function<V,V1> groupBy,
com.gs.collections.api.block.function.primitive.IntFunction<? super V> function) |
<V1> com.gs.collections.api.map.primitive.ObjectLongMap<V1> |
sumByLong(com.gs.collections.api.block.function.Function<V,V1> groupBy,
com.gs.collections.api.block.function.primitive.LongFunction<? super V> function) |
double |
sumOfDouble(com.gs.collections.api.block.function.primitive.DoubleFunction<? super V> function) |
double |
sumOfFloat(com.gs.collections.api.block.function.primitive.FloatFunction<? super V> function) |
long |
sumOfInt(com.gs.collections.api.block.function.primitive.IntFunction<? super V> function) |
long |
sumOfLong(com.gs.collections.api.block.function.primitive.LongFunction<? super V> function) |
com.gs.collections.api.map.sorted.MutableSortedMap<K,V> |
tailMap(K fromKey) |
com.gs.collections.api.map.sorted.MutableSortedMap<K,V> |
take(int count) |
com.gs.collections.api.map.sorted.MutableSortedMap<K,V> |
takeWhile(com.gs.collections.api.block.predicate.Predicate<? super V> predicate) |
com.gs.collections.api.map.sorted.MutableSortedMap<K,V> |
tap(com.gs.collections.api.block.procedure.Procedure<? super V> procedure) |
Object[] |
toArray() |
<T> T[] |
toArray(T[] a) |
com.gs.collections.api.bag.MutableBag<V> |
toBag() |
com.gs.collections.api.map.sorted.ImmutableSortedMap<K,V> |
toImmutable() |
com.gs.collections.api.list.MutableList<V> |
toList() |
<NK,NV> com.gs.collections.api.map.MutableMap<NK,NV> |
toMap(com.gs.collections.api.block.function.Function<? super V,? extends NK> keyFunction,
com.gs.collections.api.block.function.Function<? super V,? extends NV> valueFunction) |
com.gs.collections.api.map.sorted.MutableSortedMap<K,V> |
toReversed() |
com.gs.collections.api.set.MutableSet<V> |
toSet() |
com.gs.collections.api.bag.sorted.MutableSortedBag<V> |
toSortedBag() |
com.gs.collections.api.bag.sorted.MutableSortedBag<V> |
toSortedBag(Comparator<? super V> comparator) |
<R extends Comparable<? super R>> |
toSortedBagBy(com.gs.collections.api.block.function.Function<? super V,? extends R> function) |
com.gs.collections.api.list.MutableList<V> |
toSortedList() |
com.gs.collections.api.list.MutableList<V> |
toSortedList(Comparator<? super V> comparator) |
<R extends Comparable<? super R>> |
toSortedListBy(com.gs.collections.api.block.function.Function<? super V,? extends R> function) |
<NK,NV> com.gs.collections.api.map.sorted.MutableSortedMap<NK,NV> |
toSortedMap(Comparator<? super NK> comparator,
com.gs.collections.api.block.function.Function<? super V,? extends NK> keyFunction,
com.gs.collections.api.block.function.Function<? super V,? extends NV> valueFunction) |
<NK,NV> com.gs.collections.api.map.sorted.MutableSortedMap<NK,NV> |
toSortedMap(com.gs.collections.api.block.function.Function<? super V,? extends NK> keyFunction,
com.gs.collections.api.block.function.Function<? super V,? extends NV> valueFunction) |
com.gs.collections.api.set.sorted.MutableSortedSet<V> |
toSortedSet() |
com.gs.collections.api.set.sorted.MutableSortedSet<V> |
toSortedSet(Comparator<? super V> comparator) |
<R extends Comparable<? super R>> |
toSortedSetBy(com.gs.collections.api.block.function.Function<? super V,? extends R> function) |
com.gs.collections.api.stack.MutableStack<V> |
toStack() |
V |
updateValue(K key,
com.gs.collections.api.block.function.Function0<? extends V> factory,
com.gs.collections.api.block.function.Function<? super V,? extends V> function) |
<P> V |
updateValueWith(K key,
com.gs.collections.api.block.function.Function0<? extends V> factory,
com.gs.collections.api.block.function.Function2<? super V,? super P,? extends V> function,
P parameter) |
com.gs.collections.api.collection.MutableCollection<V> |
values() |
com.gs.collections.api.RichIterable<V> |
valuesView() |
com.gs.collections.api.map.sorted.MutableSortedMap<K,V> |
with(com.gs.collections.api.tuple.Pair<K,V>... pairs) |
com.gs.collections.api.map.sorted.MutableSortedMap<K,V> |
withAllKeyValueArguments(com.gs.collections.api.tuple.Pair<? extends K,? extends V>... keyValuePairs) |
com.gs.collections.api.map.sorted.MutableSortedMap<K,V> |
withAllKeyValues(Iterable<? extends com.gs.collections.api.tuple.Pair<? extends K,? extends V>> keyValues) |
com.gs.collections.api.map.sorted.MutableSortedMap<K,V> |
withKeyValue(K key,
V value) |
com.gs.collections.api.map.sorted.MutableSortedMap<K,V> |
withoutAllKeys(Iterable<? extends K> keys) |
com.gs.collections.api.map.sorted.MutableSortedMap<K,V> |
withoutKey(K key) |
<S> com.gs.collections.api.list.MutableList<com.gs.collections.api.tuple.Pair<V,S>> |
zip(Iterable<S> that) |
<S,R extends Collection<com.gs.collections.api.tuple.Pair<V,S>>> |
zip(Iterable<S> that,
R target) |
com.gs.collections.api.list.MutableList<com.gs.collections.api.tuple.Pair<V,Integer>> |
zipWithIndex() |
<R extends Collection<com.gs.collections.api.tuple.Pair<V,Integer>>> |
zipWithIndex(R target) |
comparator, firstKey, lastKeyclear, containsKey, containsValue, get, isEmpty, put, putAll, remove, size, toStringgetClass, notify, notifyAll, toString, wait, wait, waitcontainsKey, containsValue, get, toStringforEach, spliteratorcomparator, firstKey, lastKeyclear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, forEach, get, getOrDefault, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, sizepublic static <K,V,M extends SortedMap<K,V>> UnmodifiableTreeMap<K,V> of(M map)
public com.gs.collections.api.map.sorted.MutableSortedMap<K,V> with(com.gs.collections.api.tuple.Pair<K,V>... pairs)
public com.gs.collections.api.map.sorted.MutableSortedMap<K,V> withKeyValue(K key, V value)
public com.gs.collections.api.map.sorted.MutableSortedMap<K,V> withAllKeyValues(Iterable<? extends com.gs.collections.api.tuple.Pair<? extends K,? extends V>> keyValues)
public com.gs.collections.api.map.sorted.MutableSortedMap<K,V> withAllKeyValueArguments(com.gs.collections.api.tuple.Pair<? extends K,? extends V>... keyValuePairs)
public com.gs.collections.api.map.sorted.MutableSortedMap<K,V> withoutAllKeys(Iterable<? extends K> keys)
public V updateValue(K key, com.gs.collections.api.block.function.Function0<? extends V> factory, com.gs.collections.api.block.function.Function<? super V,? extends V> function)
public <P> V updateValueWith(K key, com.gs.collections.api.block.function.Function0<? extends V> factory, com.gs.collections.api.block.function.Function2<? super V,? super P,? extends V> function, P parameter)
public <E> com.gs.collections.api.map.sorted.MutableSortedMap<K,V> collectKeysAndValues(Iterable<E> iterable, com.gs.collections.api.block.function.Function<? super E,? extends K> keyFunction, com.gs.collections.api.block.function.Function<? super E,? extends V> valueFunction)
public V getIfAbsentPut(K key, com.gs.collections.api.block.function.Function0<? extends V> function)
public V getIfAbsentPutWithKey(K key, com.gs.collections.api.block.function.Function<? super K,? extends V> function)
public <P> V getIfAbsentPutWith(K key, com.gs.collections.api.block.function.Function<? super P,? extends V> function, P parameter)
public V getIfAbsent(K key, com.gs.collections.api.block.function.Function0<? extends V> function)
public <P> V getIfAbsentWith(K key, com.gs.collections.api.block.function.Function<? super P,? extends V> function, P parameter)
public com.gs.collections.api.multimap.sortedset.MutableSortedSetMultimap<V,K> flip()
flip in interface com.gs.collections.api.map.MapIterable<K,V>flip in interface com.gs.collections.api.map.MutableMapIterable<K,V>flip in interface com.gs.collections.api.map.sorted.MutableSortedMap<K,V>flip in interface com.gs.collections.api.map.sorted.SortedMapIterable<K,V>public int hashCode()
public boolean equals(Object obj)
public com.gs.collections.api.RichIterable<K> keysView()
public com.gs.collections.api.RichIterable<V> valuesView()
public com.gs.collections.api.RichIterable<com.gs.collections.api.tuple.Pair<K,V>> keyValuesView()
public boolean notEmpty()
notEmpty in interface com.gs.collections.api.RichIterable<V>public void forEachValue(com.gs.collections.api.block.procedure.Procedure<? super V> procedure)
public void forEachKey(com.gs.collections.api.block.procedure.Procedure<? super K> procedure)
public void forEachKeyValue(com.gs.collections.api.block.procedure.Procedure2<? super K,? super V> procedure)
public <A> A ifPresentApply(K key, com.gs.collections.api.block.function.Function<? super V,? extends A> function)
public com.gs.collections.api.map.sorted.MutableSortedMap<K,V> tap(com.gs.collections.api.block.procedure.Procedure<? super V> procedure)
tap in interface com.gs.collections.api.map.MapIterable<K,V>tap in interface com.gs.collections.api.map.MutableMapIterable<K,V>tap in interface com.gs.collections.api.map.sorted.MutableSortedMap<K,V>tap in interface com.gs.collections.api.map.sorted.SortedMapIterable<K,V>tap in interface com.gs.collections.api.RichIterable<V>public void forEach(com.gs.collections.api.block.procedure.Procedure<? super V> procedure)
forEach in interface com.gs.collections.api.InternalIterable<V>public void each(com.gs.collections.api.block.procedure.Procedure<? super V> procedure)
each in interface com.gs.collections.api.RichIterable<V>public void forEachWithIndex(com.gs.collections.api.block.procedure.primitive.ObjectIntProcedure<? super V> objectIntProcedure)
public <P> void forEachWith(com.gs.collections.api.block.procedure.Procedure2<? super V,? super P> procedure, P parameter)
forEachWith in interface com.gs.collections.api.InternalIterable<V>public <R> com.gs.collections.api.map.sorted.MutableSortedMap<K,R> collectValues(com.gs.collections.api.block.function.Function2<? super K,? super V,? extends R> function)
collectValues in interface com.gs.collections.api.map.MapIterable<K,V>collectValues in interface com.gs.collections.api.map.MutableMapIterable<K,V>collectValues in interface com.gs.collections.api.map.sorted.MutableSortedMap<K,V>collectValues in interface com.gs.collections.api.map.sorted.SortedMapIterable<K,V>public <K2,V2> com.gs.collections.api.map.MutableMap<K2,V2> collect(com.gs.collections.api.block.function.Function2<? super K,? super V,com.gs.collections.api.tuple.Pair<K2,V2>> function)
public com.gs.collections.api.map.sorted.MutableSortedMap<K,V> select(com.gs.collections.api.block.predicate.Predicate2<? super K,? super V> predicate)
select in interface com.gs.collections.api.map.MapIterable<K,V>select in interface com.gs.collections.api.map.MutableMapIterable<K,V>select in interface com.gs.collections.api.map.sorted.MutableSortedMap<K,V>select in interface com.gs.collections.api.map.sorted.SortedMapIterable<K,V>public com.gs.collections.api.map.sorted.MutableSortedMap<K,V> reject(com.gs.collections.api.block.predicate.Predicate2<? super K,? super V> predicate)
reject in interface com.gs.collections.api.map.MapIterable<K,V>reject in interface com.gs.collections.api.map.MutableMapIterable<K,V>reject in interface com.gs.collections.api.map.sorted.MutableSortedMap<K,V>reject in interface com.gs.collections.api.map.sorted.SortedMapIterable<K,V>public com.gs.collections.api.tuple.Pair<K,V> detect(com.gs.collections.api.block.predicate.Predicate2<? super K,? super V> predicate)
public boolean anySatisfy(com.gs.collections.api.block.predicate.Predicate<? super V> predicate)
anySatisfy in interface com.gs.collections.api.RichIterable<V>public <P> boolean anySatisfyWith(com.gs.collections.api.block.predicate.Predicate2<? super V,? super P> predicate, P parameter)
anySatisfyWith in interface com.gs.collections.api.RichIterable<V>public boolean allSatisfy(com.gs.collections.api.block.predicate.Predicate<? super V> predicate)
allSatisfy in interface com.gs.collections.api.RichIterable<V>public <P> boolean allSatisfyWith(com.gs.collections.api.block.predicate.Predicate2<? super V,? super P> predicate, P parameter)
allSatisfyWith in interface com.gs.collections.api.RichIterable<V>public boolean noneSatisfy(com.gs.collections.api.block.predicate.Predicate<? super V> predicate)
noneSatisfy in interface com.gs.collections.api.RichIterable<V>public <P> boolean noneSatisfyWith(com.gs.collections.api.block.predicate.Predicate2<? super V,? super P> predicate, P parameter)
noneSatisfyWith in interface com.gs.collections.api.RichIterable<V>public void appendString(Appendable appendable)
appendString in interface com.gs.collections.api.RichIterable<V>public void appendString(Appendable appendable, String separator)
appendString in interface com.gs.collections.api.RichIterable<V>public void appendString(Appendable appendable, String start, String separator, String end)
appendString in interface com.gs.collections.api.RichIterable<V>public com.gs.collections.api.bag.MutableBag<V> toBag()
toBag in interface com.gs.collections.api.RichIterable<V>public com.gs.collections.api.bag.sorted.MutableSortedBag<V> toSortedBag()
toSortedBag in interface com.gs.collections.api.RichIterable<V>public com.gs.collections.api.bag.sorted.MutableSortedBag<V> toSortedBag(Comparator<? super V> comparator)
toSortedBag in interface com.gs.collections.api.RichIterable<V>public <R extends Comparable<? super R>> com.gs.collections.api.bag.sorted.MutableSortedBag<V> toSortedBagBy(com.gs.collections.api.block.function.Function<? super V,? extends R> function)
toSortedBagBy in interface com.gs.collections.api.RichIterable<V>public com.gs.collections.api.LazyIterable<V> asLazy()
asLazy in interface com.gs.collections.api.RichIterable<V>public com.gs.collections.api.list.MutableList<V> toList()
toList in interface com.gs.collections.api.RichIterable<V>public <NK,NV> com.gs.collections.api.map.MutableMap<NK,NV> toMap(com.gs.collections.api.block.function.Function<? super V,? extends NK> keyFunction, com.gs.collections.api.block.function.Function<? super V,? extends NV> valueFunction)
toMap in interface com.gs.collections.api.RichIterable<V>public <NK,NV> com.gs.collections.api.map.sorted.MutableSortedMap<NK,NV> toSortedMap(com.gs.collections.api.block.function.Function<? super V,? extends NK> keyFunction, com.gs.collections.api.block.function.Function<? super V,? extends NV> valueFunction)
toSortedMap in interface com.gs.collections.api.RichIterable<V>public <NK,NV> com.gs.collections.api.map.sorted.MutableSortedMap<NK,NV> toSortedMap(Comparator<? super NK> comparator, com.gs.collections.api.block.function.Function<? super V,? extends NK> keyFunction, com.gs.collections.api.block.function.Function<? super V,? extends NV> valueFunction)
toSortedMap in interface com.gs.collections.api.RichIterable<V>public com.gs.collections.api.set.MutableSet<V> toSet()
toSet in interface com.gs.collections.api.RichIterable<V>public com.gs.collections.api.list.MutableList<V> toSortedList()
toSortedList in interface com.gs.collections.api.RichIterable<V>public com.gs.collections.api.list.MutableList<V> toSortedList(Comparator<? super V> comparator)
toSortedList in interface com.gs.collections.api.RichIterable<V>public <R extends Comparable<? super R>> com.gs.collections.api.list.MutableList<V> toSortedListBy(com.gs.collections.api.block.function.Function<? super V,? extends R> function)
toSortedListBy in interface com.gs.collections.api.RichIterable<V>public com.gs.collections.api.set.sorted.MutableSortedSet<V> toSortedSet()
toSortedSet in interface com.gs.collections.api.RichIterable<V>public com.gs.collections.api.set.sorted.MutableSortedSet<V> toSortedSet(Comparator<? super V> comparator)
toSortedSet in interface com.gs.collections.api.RichIterable<V>public <R extends Comparable<? super R>> com.gs.collections.api.set.sorted.MutableSortedSet<V> toSortedSetBy(com.gs.collections.api.block.function.Function<? super V,? extends R> function)
toSortedSetBy in interface com.gs.collections.api.RichIterable<V>public com.gs.collections.api.RichIterable<com.gs.collections.api.RichIterable<V>> chunk(int size)
chunk in interface com.gs.collections.api.RichIterable<V>public <R,C extends Collection<R>> C collect(com.gs.collections.api.block.function.Function<? super V,? extends R> function, C target)
collect in interface com.gs.collections.api.RichIterable<V>public <R,C extends Collection<R>> C collectIf(com.gs.collections.api.block.predicate.Predicate<? super V> predicate, com.gs.collections.api.block.function.Function<? super V,? extends R> function, C target)
collectIf in interface com.gs.collections.api.RichIterable<V>public <P,VV> com.gs.collections.api.list.MutableList<VV> collectWith(com.gs.collections.api.block.function.Function2<? super V,? super P,? extends VV> function, P parameter)
collectWith in interface com.gs.collections.api.map.sorted.MutableSortedMap<K,V>collectWith in interface com.gs.collections.api.map.sorted.SortedMapIterable<K,V>collectWith in interface com.gs.collections.api.ordered.OrderedIterable<V>collectWith in interface com.gs.collections.api.ordered.ReversibleIterable<V>collectWith in interface com.gs.collections.api.RichIterable<V>public <P,R,C extends Collection<R>> C collectWith(com.gs.collections.api.block.function.Function2<? super V,? super P,? extends R> function, P parameter, C targetCollection)
collectWith in interface com.gs.collections.api.RichIterable<V>public boolean contains(Object object)
contains in interface com.gs.collections.api.RichIterable<V>public boolean containsAllArguments(Object... elements)
containsAllArguments in interface com.gs.collections.api.RichIterable<V>public boolean containsAllIterable(Iterable<?> source)
containsAllIterable in interface com.gs.collections.api.RichIterable<V>public boolean containsAll(Collection<?> source)
containsAll in interface com.gs.collections.api.RichIterable<V>public int count(com.gs.collections.api.block.predicate.Predicate<? super V> predicate)
count in interface com.gs.collections.api.RichIterable<V>public <P> int countWith(com.gs.collections.api.block.predicate.Predicate2<? super V,? super P> predicate, P parameter)
countWith in interface com.gs.collections.api.RichIterable<V>public V detect(com.gs.collections.api.block.predicate.Predicate<? super V> predicate)
detect in interface com.gs.collections.api.RichIterable<V>public <P> V detectWith(com.gs.collections.api.block.predicate.Predicate2<? super V,? super P> predicate, P parameter)
detectWith in interface com.gs.collections.api.RichIterable<V>public V detectIfNone(com.gs.collections.api.block.predicate.Predicate<? super V> predicate, com.gs.collections.api.block.function.Function0<? extends V> function)
detectIfNone in interface com.gs.collections.api.RichIterable<V>public <P> V detectWithIfNone(com.gs.collections.api.block.predicate.Predicate2<? super V,? super P> predicate, P parameter, com.gs.collections.api.block.function.Function0<? extends V> function)
detectWithIfNone in interface com.gs.collections.api.RichIterable<V>public <R,C extends Collection<R>> C flatCollect(com.gs.collections.api.block.function.Function<? super V,? extends Iterable<R>> function, C target)
flatCollect in interface com.gs.collections.api.RichIterable<V>public V getFirst()
public V getLast()
public <R> com.gs.collections.api.multimap.list.MutableListMultimap<R,V> groupBy(com.gs.collections.api.block.function.Function<? super V,? extends R> function)
groupBy in interface com.gs.collections.api.map.MutableMapIterable<K,V>groupBy in interface com.gs.collections.api.map.sorted.MutableSortedMap<K,V>groupBy in interface com.gs.collections.api.map.sorted.SortedMapIterable<K,V>groupBy in interface com.gs.collections.api.ordered.OrderedIterable<V>groupBy in interface com.gs.collections.api.ordered.ReversibleIterable<V>groupBy in interface com.gs.collections.api.RichIterable<V>public <R,C extends com.gs.collections.api.multimap.MutableMultimap<R,V>> C groupBy(com.gs.collections.api.block.function.Function<? super V,? extends R> function, C target)
groupBy in interface com.gs.collections.api.RichIterable<V>public <R> com.gs.collections.api.multimap.list.MutableListMultimap<R,V> groupByEach(com.gs.collections.api.block.function.Function<? super V,? extends Iterable<R>> function)
groupByEach in interface com.gs.collections.api.map.MutableMapIterable<K,V>groupByEach in interface com.gs.collections.api.map.sorted.MutableSortedMap<K,V>groupByEach in interface com.gs.collections.api.map.sorted.SortedMapIterable<K,V>groupByEach in interface com.gs.collections.api.ordered.OrderedIterable<V>groupByEach in interface com.gs.collections.api.ordered.ReversibleIterable<V>groupByEach in interface com.gs.collections.api.RichIterable<V>public <R,C extends com.gs.collections.api.multimap.MutableMultimap<R,V>> C groupByEach(com.gs.collections.api.block.function.Function<? super V,? extends Iterable<R>> function, C target)
groupByEach in interface com.gs.collections.api.RichIterable<V>public <VV> com.gs.collections.api.map.MutableMap<VV,V> groupByUniqueKey(com.gs.collections.api.block.function.Function<? super V,? extends VV> function)
public <VV,R extends com.gs.collections.api.map.MutableMap<VV,V>> R groupByUniqueKey(com.gs.collections.api.block.function.Function<? super V,? extends VV> function, R target)
groupByUniqueKey in interface com.gs.collections.api.RichIterable<V>public <IV> IV injectInto(IV injectedValue,
com.gs.collections.api.block.function.Function2<? super IV,? super V,? extends IV> function)
injectInto in interface com.gs.collections.api.RichIterable<V>public int injectInto(int injectedValue,
com.gs.collections.api.block.function.primitive.IntObjectToIntFunction<? super V> function)
injectInto in interface com.gs.collections.api.RichIterable<V>public long injectInto(long injectedValue,
com.gs.collections.api.block.function.primitive.LongObjectToLongFunction<? super V> function)
injectInto in interface com.gs.collections.api.RichIterable<V>public double injectInto(double injectedValue,
com.gs.collections.api.block.function.primitive.DoubleObjectToDoubleFunction<? super V> function)
injectInto in interface com.gs.collections.api.RichIterable<V>public float injectInto(float injectedValue,
com.gs.collections.api.block.function.primitive.FloatObjectToFloatFunction<? super V> function)
injectInto in interface com.gs.collections.api.RichIterable<V>public long sumOfInt(com.gs.collections.api.block.function.primitive.IntFunction<? super V> function)
sumOfInt in interface com.gs.collections.api.RichIterable<V>public double sumOfFloat(com.gs.collections.api.block.function.primitive.FloatFunction<? super V> function)
sumOfFloat in interface com.gs.collections.api.RichIterable<V>public long sumOfLong(com.gs.collections.api.block.function.primitive.LongFunction<? super V> function)
sumOfLong in interface com.gs.collections.api.RichIterable<V>public double sumOfDouble(com.gs.collections.api.block.function.primitive.DoubleFunction<? super V> function)
sumOfDouble in interface com.gs.collections.api.RichIterable<V>public <V1> com.gs.collections.api.map.primitive.ObjectLongMap<V1> sumByInt(com.gs.collections.api.block.function.Function<V,V1> groupBy, com.gs.collections.api.block.function.primitive.IntFunction<? super V> function)
sumByInt in interface com.gs.collections.api.RichIterable<V>public <V1> com.gs.collections.api.map.primitive.ObjectDoubleMap<V1> sumByFloat(com.gs.collections.api.block.function.Function<V,V1> groupBy, com.gs.collections.api.block.function.primitive.FloatFunction<? super V> function)
sumByFloat in interface com.gs.collections.api.RichIterable<V>public <V1> com.gs.collections.api.map.primitive.ObjectLongMap<V1> sumByLong(com.gs.collections.api.block.function.Function<V,V1> groupBy, com.gs.collections.api.block.function.primitive.LongFunction<? super V> function)
sumByLong in interface com.gs.collections.api.RichIterable<V>public <V1> com.gs.collections.api.map.primitive.ObjectDoubleMap<V1> sumByDouble(com.gs.collections.api.block.function.Function<V,V1> groupBy, com.gs.collections.api.block.function.primitive.DoubleFunction<? super V> function)
sumByDouble in interface com.gs.collections.api.RichIterable<V>public String makeString()
makeString in interface com.gs.collections.api.RichIterable<V>public String makeString(String separator)
makeString in interface com.gs.collections.api.RichIterable<V>public String makeString(String start, String separator, String end)
makeString in interface com.gs.collections.api.RichIterable<V>public V max()
public V max(Comparator<? super V> comparator)
max in interface com.gs.collections.api.RichIterable<V>public <R extends Comparable<? super R>> V maxBy(com.gs.collections.api.block.function.Function<? super V,? extends R> function)
maxBy in interface com.gs.collections.api.RichIterable<V>public V min()
public V min(Comparator<? super V> comparator)
min in interface com.gs.collections.api.RichIterable<V>public <R extends Comparable<? super R>> V minBy(com.gs.collections.api.block.function.Function<? super V,? extends R> function)
minBy in interface com.gs.collections.api.RichIterable<V>public com.gs.collections.api.list.MutableList<V> select(com.gs.collections.api.block.predicate.Predicate<? super V> predicate)
select in interface com.gs.collections.api.map.MutableMapIterable<K,V>select in interface com.gs.collections.api.map.sorted.MutableSortedMap<K,V>select in interface com.gs.collections.api.map.sorted.SortedMapIterable<K,V>select in interface com.gs.collections.api.ordered.OrderedIterable<V>select in interface com.gs.collections.api.ordered.ReversibleIterable<V>select in interface com.gs.collections.api.RichIterable<V>public <R extends Collection<V>> R select(com.gs.collections.api.block.predicate.Predicate<? super V> predicate, R target)
select in interface com.gs.collections.api.RichIterable<V>public <P> com.gs.collections.api.list.MutableList<V> selectWith(com.gs.collections.api.block.predicate.Predicate2<? super V,? super P> predicate, P parameter)
selectWith in interface com.gs.collections.api.map.MutableMapIterable<K,V>selectWith in interface com.gs.collections.api.map.sorted.MutableSortedMap<K,V>selectWith in interface com.gs.collections.api.map.sorted.SortedMapIterable<K,V>selectWith in interface com.gs.collections.api.ordered.OrderedIterable<V>selectWith in interface com.gs.collections.api.ordered.ReversibleIterable<V>selectWith in interface com.gs.collections.api.RichIterable<V>public <P,R extends Collection<V>> R selectWith(com.gs.collections.api.block.predicate.Predicate2<? super V,? super P> predicate, P parameter, R targetCollection)
selectWith in interface com.gs.collections.api.RichIterable<V>public <R extends Collection<V>> R reject(com.gs.collections.api.block.predicate.Predicate<? super V> predicate, R target)
reject in interface com.gs.collections.api.RichIterable<V>public com.gs.collections.api.list.MutableList<V> reject(com.gs.collections.api.block.predicate.Predicate<? super V> predicate)
reject in interface com.gs.collections.api.map.MutableMapIterable<K,V>reject in interface com.gs.collections.api.map.sorted.MutableSortedMap<K,V>reject in interface com.gs.collections.api.map.sorted.SortedMapIterable<K,V>reject in interface com.gs.collections.api.ordered.OrderedIterable<V>reject in interface com.gs.collections.api.ordered.ReversibleIterable<V>reject in interface com.gs.collections.api.RichIterable<V>public <P> com.gs.collections.api.list.MutableList<V> rejectWith(com.gs.collections.api.block.predicate.Predicate2<? super V,? super P> predicate, P parameter)
rejectWith in interface com.gs.collections.api.map.MutableMapIterable<K,V>rejectWith in interface com.gs.collections.api.map.sorted.MutableSortedMap<K,V>rejectWith in interface com.gs.collections.api.map.sorted.SortedMapIterable<K,V>rejectWith in interface com.gs.collections.api.ordered.OrderedIterable<V>rejectWith in interface com.gs.collections.api.ordered.ReversibleIterable<V>rejectWith in interface com.gs.collections.api.RichIterable<V>public <P,R extends Collection<V>> R rejectWith(com.gs.collections.api.block.predicate.Predicate2<? super V,? super P> predicate, P parameter, R targetCollection)
rejectWith in interface com.gs.collections.api.RichIterable<V>public Object[] toArray()
toArray in interface com.gs.collections.api.RichIterable<V>public <T> T[] toArray(T[] a)
toArray in interface com.gs.collections.api.RichIterable<V>public <S,R extends Collection<com.gs.collections.api.tuple.Pair<V,S>>> R zip(Iterable<S> that, R target)
public <R extends Collection<com.gs.collections.api.tuple.Pair<V,Integer>>> R zipWithIndex(R target)
public <R> com.gs.collections.api.list.MutableList<R> collect(com.gs.collections.api.block.function.Function<? super V,? extends R> function)
collect in interface com.gs.collections.api.map.sorted.MutableSortedMap<K,V>collect in interface com.gs.collections.api.map.sorted.SortedMapIterable<K,V>collect in interface com.gs.collections.api.ordered.OrderedIterable<V>collect in interface com.gs.collections.api.ordered.ReversibleIterable<V>collect in interface com.gs.collections.api.RichIterable<V>public com.gs.collections.api.list.primitive.MutableBooleanList collectBoolean(com.gs.collections.api.block.function.primitive.BooleanFunction<? super V> booleanFunction)
collectBoolean in interface com.gs.collections.api.map.sorted.MutableSortedMap<K,V>collectBoolean in interface com.gs.collections.api.map.sorted.SortedMapIterable<K,V>collectBoolean in interface com.gs.collections.api.ordered.OrderedIterable<V>collectBoolean in interface com.gs.collections.api.ordered.ReversibleIterable<V>collectBoolean in interface com.gs.collections.api.RichIterable<V>public <R extends com.gs.collections.api.collection.primitive.MutableBooleanCollection> R collectBoolean(com.gs.collections.api.block.function.primitive.BooleanFunction<? super V> booleanFunction, R target)
collectBoolean in interface com.gs.collections.api.RichIterable<V>public com.gs.collections.api.list.primitive.MutableByteList collectByte(com.gs.collections.api.block.function.primitive.ByteFunction<? super V> byteFunction)
collectByte in interface com.gs.collections.api.map.sorted.MutableSortedMap<K,V>collectByte in interface com.gs.collections.api.map.sorted.SortedMapIterable<K,V>collectByte in interface com.gs.collections.api.ordered.OrderedIterable<V>collectByte in interface com.gs.collections.api.ordered.ReversibleIterable<V>collectByte in interface com.gs.collections.api.RichIterable<V>public <R extends com.gs.collections.api.collection.primitive.MutableByteCollection> R collectByte(com.gs.collections.api.block.function.primitive.ByteFunction<? super V> byteFunction, R target)
collectByte in interface com.gs.collections.api.RichIterable<V>public com.gs.collections.api.list.primitive.MutableCharList collectChar(com.gs.collections.api.block.function.primitive.CharFunction<? super V> charFunction)
collectChar in interface com.gs.collections.api.map.sorted.MutableSortedMap<K,V>collectChar in interface com.gs.collections.api.map.sorted.SortedMapIterable<K,V>collectChar in interface com.gs.collections.api.ordered.OrderedIterable<V>collectChar in interface com.gs.collections.api.ordered.ReversibleIterable<V>collectChar in interface com.gs.collections.api.RichIterable<V>public <R extends com.gs.collections.api.collection.primitive.MutableCharCollection> R collectChar(com.gs.collections.api.block.function.primitive.CharFunction<? super V> charFunction, R target)
collectChar in interface com.gs.collections.api.RichIterable<V>public com.gs.collections.api.list.primitive.MutableDoubleList collectDouble(com.gs.collections.api.block.function.primitive.DoubleFunction<? super V> doubleFunction)
collectDouble in interface com.gs.collections.api.map.sorted.MutableSortedMap<K,V>collectDouble in interface com.gs.collections.api.map.sorted.SortedMapIterable<K,V>collectDouble in interface com.gs.collections.api.ordered.OrderedIterable<V>collectDouble in interface com.gs.collections.api.ordered.ReversibleIterable<V>collectDouble in interface com.gs.collections.api.RichIterable<V>public <R extends com.gs.collections.api.collection.primitive.MutableDoubleCollection> R collectDouble(com.gs.collections.api.block.function.primitive.DoubleFunction<? super V> doubleFunction, R target)
collectDouble in interface com.gs.collections.api.RichIterable<V>public com.gs.collections.api.list.primitive.MutableFloatList collectFloat(com.gs.collections.api.block.function.primitive.FloatFunction<? super V> floatFunction)
collectFloat in interface com.gs.collections.api.map.sorted.MutableSortedMap<K,V>collectFloat in interface com.gs.collections.api.map.sorted.SortedMapIterable<K,V>collectFloat in interface com.gs.collections.api.ordered.OrderedIterable<V>collectFloat in interface com.gs.collections.api.ordered.ReversibleIterable<V>collectFloat in interface com.gs.collections.api.RichIterable<V>public <R extends com.gs.collections.api.collection.primitive.MutableFloatCollection> R collectFloat(com.gs.collections.api.block.function.primitive.FloatFunction<? super V> floatFunction, R target)
collectFloat in interface com.gs.collections.api.RichIterable<V>public com.gs.collections.api.list.primitive.MutableIntList collectInt(com.gs.collections.api.block.function.primitive.IntFunction<? super V> intFunction)
collectInt in interface com.gs.collections.api.map.sorted.MutableSortedMap<K,V>collectInt in interface com.gs.collections.api.map.sorted.SortedMapIterable<K,V>collectInt in interface com.gs.collections.api.ordered.OrderedIterable<V>collectInt in interface com.gs.collections.api.ordered.ReversibleIterable<V>collectInt in interface com.gs.collections.api.RichIterable<V>public <R extends com.gs.collections.api.collection.primitive.MutableIntCollection> R collectInt(com.gs.collections.api.block.function.primitive.IntFunction<? super V> intFunction, R target)
collectInt in interface com.gs.collections.api.RichIterable<V>public com.gs.collections.api.list.primitive.MutableLongList collectLong(com.gs.collections.api.block.function.primitive.LongFunction<? super V> longFunction)
collectLong in interface com.gs.collections.api.map.sorted.MutableSortedMap<K,V>collectLong in interface com.gs.collections.api.map.sorted.SortedMapIterable<K,V>collectLong in interface com.gs.collections.api.ordered.OrderedIterable<V>collectLong in interface com.gs.collections.api.ordered.ReversibleIterable<V>collectLong in interface com.gs.collections.api.RichIterable<V>public <R extends com.gs.collections.api.collection.primitive.MutableLongCollection> R collectLong(com.gs.collections.api.block.function.primitive.LongFunction<? super V> longFunction, R target)
collectLong in interface com.gs.collections.api.RichIterable<V>public com.gs.collections.api.list.primitive.MutableShortList collectShort(com.gs.collections.api.block.function.primitive.ShortFunction<? super V> shortFunction)
collectShort in interface com.gs.collections.api.map.sorted.MutableSortedMap<K,V>collectShort in interface com.gs.collections.api.map.sorted.SortedMapIterable<K,V>collectShort in interface com.gs.collections.api.ordered.OrderedIterable<V>collectShort in interface com.gs.collections.api.ordered.ReversibleIterable<V>collectShort in interface com.gs.collections.api.RichIterable<V>public <R extends com.gs.collections.api.collection.primitive.MutableShortCollection> R collectShort(com.gs.collections.api.block.function.primitive.ShortFunction<? super V> shortFunction, R target)
collectShort in interface com.gs.collections.api.RichIterable<V>public <R> com.gs.collections.api.list.MutableList<R> collectIf(com.gs.collections.api.block.predicate.Predicate<? super V> predicate, com.gs.collections.api.block.function.Function<? super V,? extends R> function)
collectIf in interface com.gs.collections.api.map.sorted.MutableSortedMap<K,V>collectIf in interface com.gs.collections.api.map.sorted.SortedMapIterable<K,V>collectIf in interface com.gs.collections.api.ordered.OrderedIterable<V>collectIf in interface com.gs.collections.api.ordered.ReversibleIterable<V>collectIf in interface com.gs.collections.api.RichIterable<V>public <R> com.gs.collections.api.list.MutableList<R> flatCollect(com.gs.collections.api.block.function.Function<? super V,? extends Iterable<R>> function)
flatCollect in interface com.gs.collections.api.map.sorted.MutableSortedMap<K,V>flatCollect in interface com.gs.collections.api.map.sorted.SortedMapIterable<K,V>flatCollect in interface com.gs.collections.api.ordered.OrderedIterable<V>flatCollect in interface com.gs.collections.api.ordered.ReversibleIterable<V>flatCollect in interface com.gs.collections.api.RichIterable<V>public com.gs.collections.api.partition.list.PartitionMutableList<V> partition(com.gs.collections.api.block.predicate.Predicate<? super V> predicate)
partition in interface com.gs.collections.api.map.MutableMapIterable<K,V>partition in interface com.gs.collections.api.map.sorted.MutableSortedMap<K,V>partition in interface com.gs.collections.api.map.sorted.SortedMapIterable<K,V>partition in interface com.gs.collections.api.ordered.OrderedIterable<V>partition in interface com.gs.collections.api.ordered.ReversibleIterable<V>partition in interface com.gs.collections.api.RichIterable<V>public <P> com.gs.collections.api.partition.list.PartitionMutableList<V> partitionWith(com.gs.collections.api.block.predicate.Predicate2<? super V,? super P> predicate, P parameter)
partitionWith in interface com.gs.collections.api.map.sorted.MutableSortedMap<K,V>partitionWith in interface com.gs.collections.api.map.sorted.SortedMapIterable<K,V>partitionWith in interface com.gs.collections.api.ordered.OrderedIterable<V>partitionWith in interface com.gs.collections.api.ordered.ReversibleIterable<V>partitionWith in interface com.gs.collections.api.RichIterable<V>public <S> com.gs.collections.api.list.MutableList<S> selectInstancesOf(Class<S> clazz)
selectInstancesOf in interface com.gs.collections.api.map.MutableMapIterable<K,V>selectInstancesOf in interface com.gs.collections.api.map.sorted.MutableSortedMap<K,V>selectInstancesOf in interface com.gs.collections.api.map.sorted.SortedMapIterable<K,V>selectInstancesOf in interface com.gs.collections.api.ordered.OrderedIterable<V>selectInstancesOf in interface com.gs.collections.api.ordered.ReversibleIterable<V>selectInstancesOf in interface com.gs.collections.api.RichIterable<V>public <S> com.gs.collections.api.list.MutableList<com.gs.collections.api.tuple.Pair<V,S>> zip(Iterable<S> that)
zip in interface com.gs.collections.api.map.MutableMapIterable<K,V>zip in interface com.gs.collections.api.map.sorted.MutableSortedMap<K,V>zip in interface com.gs.collections.api.map.sorted.SortedMapIterable<K,V>zip in interface com.gs.collections.api.ordered.OrderedIterable<V>zip in interface com.gs.collections.api.ordered.ReversibleIterable<V>zip in interface com.gs.collections.api.RichIterable<V>public com.gs.collections.api.list.MutableList<com.gs.collections.api.tuple.Pair<V,Integer>> zipWithIndex()
zipWithIndex in interface com.gs.collections.api.map.MutableMapIterable<K,V>zipWithIndex in interface com.gs.collections.api.map.sorted.MutableSortedMap<K,V>zipWithIndex in interface com.gs.collections.api.map.sorted.SortedMapIterable<K,V>zipWithIndex in interface com.gs.collections.api.ordered.OrderedIterable<V>zipWithIndex in interface com.gs.collections.api.ordered.ReversibleIterable<V>zipWithIndex in interface com.gs.collections.api.RichIterable<V>public com.gs.collections.api.set.MutableSet<K> keySet()
public com.gs.collections.api.collection.MutableCollection<V> values()
public <K2,V2> com.gs.collections.api.map.MutableMap<K2,V2> aggregateInPlaceBy(com.gs.collections.api.block.function.Function<? super V,? extends K2> groupBy, com.gs.collections.api.block.function.Function0<? extends V2> zeroValueFactory, com.gs.collections.api.block.procedure.Procedure2<? super V2,? super V> mutatingAggregator)
public <K2,V2> com.gs.collections.api.map.MutableMap<K2,V2> aggregateBy(com.gs.collections.api.block.function.Function<? super V,? extends K2> groupBy, com.gs.collections.api.block.function.Function0<? extends V2> zeroValueFactory, com.gs.collections.api.block.function.Function2<? super V2,? super V,? extends V2> nonMutatingAggregator)
public com.gs.collections.api.map.sorted.MutableSortedMap<K,V> takeWhile(com.gs.collections.api.block.predicate.Predicate<? super V> predicate)
takeWhile in interface com.gs.collections.api.map.sorted.MutableSortedMap<K,V>takeWhile in interface com.gs.collections.api.map.sorted.SortedMapIterable<K,V>takeWhile in interface com.gs.collections.api.ordered.OrderedIterable<V>takeWhile in interface com.gs.collections.api.ordered.ReversibleIterable<V>public com.gs.collections.api.map.sorted.MutableSortedMap<K,V> dropWhile(com.gs.collections.api.block.predicate.Predicate<? super V> predicate)
dropWhile in interface com.gs.collections.api.map.sorted.MutableSortedMap<K,V>dropWhile in interface com.gs.collections.api.map.sorted.SortedMapIterable<K,V>dropWhile in interface com.gs.collections.api.ordered.OrderedIterable<V>dropWhile in interface com.gs.collections.api.ordered.ReversibleIterable<V>public com.gs.collections.api.partition.list.PartitionMutableList<V> partitionWhile(com.gs.collections.api.block.predicate.Predicate<? super V> predicate)
partitionWhile in interface com.gs.collections.api.map.sorted.MutableSortedMap<K,V>partitionWhile in interface com.gs.collections.api.map.sorted.SortedMapIterable<K,V>partitionWhile in interface com.gs.collections.api.ordered.OrderedIterable<V>partitionWhile in interface com.gs.collections.api.ordered.ReversibleIterable<V>public com.gs.collections.api.list.MutableList<V> distinct()
distinct in interface com.gs.collections.api.map.sorted.MutableSortedMap<K,V>distinct in interface com.gs.collections.api.map.sorted.SortedMapIterable<K,V>distinct in interface com.gs.collections.api.ordered.OrderedIterable<V>distinct in interface com.gs.collections.api.ordered.ReversibleIterable<V>public void reverseForEach(com.gs.collections.api.block.procedure.Procedure<? super V> procedure)
reverseForEach in interface com.gs.collections.api.ordered.ReversibleIterable<V>public com.gs.collections.api.LazyIterable<V> asReversed()
asReversed in interface com.gs.collections.api.ordered.ReversibleIterable<V>public int detectLastIndex(com.gs.collections.api.block.predicate.Predicate<? super V> predicate)
detectLastIndex in interface com.gs.collections.api.ordered.ReversibleIterable<V>public int indexOf(Object object)
indexOf in interface com.gs.collections.api.ordered.OrderedIterable<V>public <S> boolean corresponds(com.gs.collections.api.ordered.OrderedIterable<S> other,
com.gs.collections.api.block.predicate.Predicate2<? super V,? super S> predicate)
corresponds in interface com.gs.collections.api.ordered.OrderedIterable<V>public void forEach(int startIndex,
int endIndex,
com.gs.collections.api.block.procedure.Procedure<? super V> procedure)
forEach in interface com.gs.collections.api.ordered.OrderedIterable<V>public void forEachWithIndex(int fromIndex,
int toIndex,
com.gs.collections.api.block.procedure.primitive.ObjectIntProcedure<? super V> objectIntProcedure)
forEachWithIndex in interface com.gs.collections.api.ordered.OrderedIterable<V>public com.gs.collections.api.stack.MutableStack<V> toStack()
toStack in interface com.gs.collections.api.ordered.OrderedIterable<V>Copyright © 2004–2016. All rights reserved.