public abstract class AbstractMutableSortedBag<T> extends AbstractMutableBagIterable<T> implements com.gs.collections.api.bag.sorted.MutableSortedBag<T>
| Constructor and Description |
|---|
AbstractMutableSortedBag() |
| Modifier and Type | Method and Description |
|---|---|
com.gs.collections.api.bag.sorted.ParallelSortedBag<T> |
asParallel(ExecutorService executorService,
int batchSize) |
com.gs.collections.api.LazyIterable<T> |
asReversed() |
com.gs.collections.api.bag.sorted.MutableSortedBag<T> |
asSynchronized() |
UnmodifiableSortedBag<T> |
asUnmodifiable() |
abstract com.gs.collections.api.bag.sorted.MutableSortedBag<T> |
clone() |
<V> com.gs.collections.api.list.MutableList<V> |
collect(com.gs.collections.api.block.function.Function<? super T,? extends V> function) |
com.gs.collections.api.list.primitive.MutableBooleanList |
collectBoolean(com.gs.collections.api.block.function.primitive.BooleanFunction<? super T> booleanFunction) |
com.gs.collections.api.list.primitive.MutableByteList |
collectByte(com.gs.collections.api.block.function.primitive.ByteFunction<? super T> byteFunction) |
com.gs.collections.api.list.primitive.MutableCharList |
collectChar(com.gs.collections.api.block.function.primitive.CharFunction<? super T> charFunction) |
com.gs.collections.api.list.primitive.MutableDoubleList |
collectDouble(com.gs.collections.api.block.function.primitive.DoubleFunction<? super T> doubleFunction) |
com.gs.collections.api.list.primitive.MutableFloatList |
collectFloat(com.gs.collections.api.block.function.primitive.FloatFunction<? super T> floatFunction) |
<V> com.gs.collections.api.list.MutableList<V> |
collectIf(com.gs.collections.api.block.predicate.Predicate<? super T> predicate,
com.gs.collections.api.block.function.Function<? super T,? extends V> function) |
com.gs.collections.api.list.primitive.MutableIntList |
collectInt(com.gs.collections.api.block.function.primitive.IntFunction<? super T> intFunction) |
com.gs.collections.api.list.primitive.MutableLongList |
collectLong(com.gs.collections.api.block.function.primitive.LongFunction<? super T> longFunction) |
com.gs.collections.api.list.primitive.MutableShortList |
collectShort(com.gs.collections.api.block.function.primitive.ShortFunction<? super T> shortFunction) |
<P,V> com.gs.collections.api.list.MutableList<V> |
collectWith(com.gs.collections.api.block.function.Function2<? super T,? super P,? extends V> function,
P parameter) |
int |
detectLastIndex(com.gs.collections.api.block.predicate.Predicate<? super T> predicate) |
com.gs.collections.api.bag.sorted.MutableSortedBag<T> |
dropWhile(com.gs.collections.api.block.predicate.Predicate<? super T> predicate) |
<V> com.gs.collections.api.list.MutableList<V> |
flatCollect(com.gs.collections.api.block.function.Function<? super T,? extends Iterable<V>> function) |
com.gs.collections.api.partition.bag.sorted.PartitionMutableSortedBag<T> |
partition(com.gs.collections.api.block.predicate.Predicate<? super T> predicate) |
com.gs.collections.api.partition.bag.sorted.PartitionMutableSortedBag<T> |
partitionWhile(com.gs.collections.api.block.predicate.Predicate<? super T> predicate) |
<P> com.gs.collections.api.partition.bag.sorted.PartitionMutableSortedBag<T> |
partitionWith(com.gs.collections.api.block.predicate.Predicate2<? super T,? super P> predicate,
P parameter) |
com.gs.collections.api.bag.sorted.MutableSortedBag<T> |
reject(com.gs.collections.api.block.predicate.Predicate<? super T> predicate) |
<P> com.gs.collections.api.bag.sorted.MutableSortedBag<T> |
rejectWith(com.gs.collections.api.block.predicate.Predicate2<? super T,? super P> predicate,
P parameter) |
void |
reverseForEach(com.gs.collections.api.block.procedure.Procedure<? super T> procedure) |
com.gs.collections.api.bag.sorted.MutableSortedBag<T> |
select(com.gs.collections.api.block.predicate.Predicate<? super T> predicate) |
<S> com.gs.collections.api.bag.sorted.MutableSortedBag<S> |
selectInstancesOf(Class<S> clazz) |
<P> com.gs.collections.api.bag.sorted.MutableSortedBag<T> |
selectWith(com.gs.collections.api.block.predicate.Predicate2<? super T,? super P> predicate,
P parameter) |
com.gs.collections.api.bag.sorted.MutableSortedBag<T> |
takeWhile(com.gs.collections.api.block.predicate.Predicate<? super T> predicate) |
com.gs.collections.api.bag.sorted.MutableSortedBag<T> |
tap(com.gs.collections.api.block.procedure.Procedure<? super T> procedure) |
com.gs.collections.api.bag.sorted.ImmutableSortedBag<T> |
toImmutable() |
com.gs.collections.api.map.sorted.MutableSortedMap<T,Integer> |
toMapOfItemToCount() |
com.gs.collections.api.bag.sorted.MutableSortedBag<T> |
toReversed() |
<S> com.gs.collections.api.list.MutableList<com.gs.collections.api.tuple.Pair<T,S>> |
zip(Iterable<S> that) |
addAll, addAllIterable, aggregateBy, aggregateInPlaceBy, allSatisfy, allSatisfyWith, anySatisfy, anySatisfyWith, bottomOccurrences, chunk, detect, detectIfNone, detectWith, detectWithIfNone, getFirst, getLast, groupByUniqueKey, max, max, maxBy, min, min, minBy, noneSatisfy, noneSatisfyWith, removeAll, retainAll, retainAllIterable, selectAndRejectWith, topOccurrencescollect, collectBoolean, collectByte, collectChar, collectDouble, collectFloat, collectIf, collectInt, collectLong, collectShort, collectWith, count, flatCollect, groupBy, groupByEach, injectInto, injectInto, injectInto, injectInto, injectInto, injectIntoWith, reject, rejectWith, select, selectWith, sumOfDouble, sumOfFloat, sumOfInt, sumOfLong, toBag, toList, toSet, toSortedBag, toSortedBag, toSortedList, toSortedSet, toSortedSet, toStringOfItemToCountappendString, appendString, appendString, asLazy, contains, containsAll, containsAllArguments, containsAllIterable, countWith, forEach, forEachWith, forEachWithIndex, groupByUniqueKey, isEmpty, makeString, makeString, makeString, notEmpty, sumByDouble, sumByFloat, sumByInt, sumByLong, toArray, toArray, toMap, toSortedBagBy, toSortedList, toSortedListBy, toSortedMap, toSortedMap, toSortedSetBy, toString, zip, zipWithIndexequals, getClass, hashCode, notify, notifyAll, wait, wait, waitaggregateBy, aggregateInPlaceBy, distinct, drop, groupBy, groupByEach, newEmpty, selectByOccurrences, take, with, withAll, without, withoutAll, zipWithIndexcompareTocorresponds, detectIndex, forEach, forEachWithIndex, forEachWithIndex, getFirst, getLast, indexOf, zip, zipWithIndexallSatisfy, allSatisfyWith, anySatisfy, anySatisfyWith, appendString, appendString, appendString, asLazy, chunk, collect, collectBoolean, collectByte, collectChar, collectDouble, collectFloat, collectIf, collectInt, collectLong, collectShort, collectWith, contains, containsAll, containsAllArguments, containsAllIterable, count, countWith, detect, detectIfNone, detectWith, detectWithIfNone, each, flatCollect, groupBy, groupByEach, groupByUniqueKey, groupByUniqueKey, injectInto, injectInto, injectInto, injectInto, injectInto, isEmpty, makeString, makeString, makeString, max, maxBy, min, minBy, noneSatisfy, noneSatisfyWith, notEmpty, reject, rejectWith, select, selectWith, size, sumByDouble, sumByFloat, sumByInt, sumByLong, sumOfDouble, sumOfFloat, sumOfInt, sumOfLong, toArray, toArray, toBag, toList, toMap, toSet, toSortedBag, toSortedBag, toSortedBagBy, toSortedList, toSortedList, toSortedListBy, toSortedMap, toSortedMap, toSortedSet, toSortedSet, toSortedSetBy, toStringforEach, iterator, spliteratoraddOccurrences, bottomOccurrences, removeOccurrences, setOccurrences, topOccurrencesequals, forEachWithOccurrences, hashCode, occurrencesOf, sizeDistinct, toStringOfItemToCountaddAllIterable, groupByUniqueKey, injectIntoWith, removeAllIterable, removeIf, removeIfWith, retainAllIterable, selectAndRejectWithadd, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, parallelStream, remove, removeAll, removeIf, retainAll, size, spliterator, stream, toArray, toArraypublic abstract com.gs.collections.api.bag.sorted.MutableSortedBag<T> clone()
public com.gs.collections.api.bag.sorted.ImmutableSortedBag<T> toImmutable()
public UnmodifiableSortedBag<T> asUnmodifiable()
public com.gs.collections.api.bag.sorted.MutableSortedBag<T> asSynchronized()
public com.gs.collections.api.bag.sorted.MutableSortedBag<T> tap(com.gs.collections.api.block.procedure.Procedure<? super T> procedure)
tap in interface com.gs.collections.api.bag.Bag<T>tap in interface com.gs.collections.api.bag.MutableBagIterable<T>tap in interface com.gs.collections.api.bag.sorted.MutableSortedBag<T>tap in interface com.gs.collections.api.bag.sorted.SortedBag<T>tap in interface com.gs.collections.api.collection.MutableCollection<T>tap in interface com.gs.collections.api.RichIterable<T>public com.gs.collections.api.map.sorted.MutableSortedMap<T,Integer> toMapOfItemToCount()
toMapOfItemToCount in interface com.gs.collections.api.bag.Bag<T>toMapOfItemToCount in interface com.gs.collections.api.bag.MutableBagIterable<T>toMapOfItemToCount in interface com.gs.collections.api.bag.sorted.MutableSortedBag<T>toMapOfItemToCount in interface com.gs.collections.api.bag.sorted.SortedBag<T>public <S> com.gs.collections.api.bag.sorted.MutableSortedBag<S> selectInstancesOf(Class<S> clazz)
selectInstancesOf in interface com.gs.collections.api.bag.Bag<T>selectInstancesOf in interface com.gs.collections.api.bag.MutableBagIterable<T>selectInstancesOf in interface com.gs.collections.api.bag.sorted.MutableSortedBag<T>selectInstancesOf in interface com.gs.collections.api.bag.sorted.SortedBag<T>selectInstancesOf in interface com.gs.collections.api.collection.MutableCollection<T>selectInstancesOf in interface com.gs.collections.api.ordered.OrderedIterable<T>selectInstancesOf in interface com.gs.collections.api.ordered.ReversibleIterable<T>selectInstancesOf in interface com.gs.collections.api.ordered.SortedIterable<T>selectInstancesOf in interface com.gs.collections.api.RichIterable<T>public com.gs.collections.api.bag.sorted.MutableSortedBag<T> takeWhile(com.gs.collections.api.block.predicate.Predicate<? super T> predicate)
takeWhile in interface com.gs.collections.api.bag.sorted.MutableSortedBag<T>takeWhile in interface com.gs.collections.api.bag.sorted.SortedBag<T>takeWhile in interface com.gs.collections.api.ordered.OrderedIterable<T>takeWhile in interface com.gs.collections.api.ordered.ReversibleIterable<T>takeWhile in interface com.gs.collections.api.ordered.SortedIterable<T>public com.gs.collections.api.bag.sorted.MutableSortedBag<T> dropWhile(com.gs.collections.api.block.predicate.Predicate<? super T> predicate)
dropWhile in interface com.gs.collections.api.bag.sorted.MutableSortedBag<T>dropWhile in interface com.gs.collections.api.bag.sorted.SortedBag<T>dropWhile in interface com.gs.collections.api.ordered.OrderedIterable<T>dropWhile in interface com.gs.collections.api.ordered.ReversibleIterable<T>dropWhile in interface com.gs.collections.api.ordered.SortedIterable<T>public com.gs.collections.api.bag.sorted.MutableSortedBag<T> select(com.gs.collections.api.block.predicate.Predicate<? super T> predicate)
select in interface com.gs.collections.api.bag.Bag<T>select in interface com.gs.collections.api.bag.MutableBagIterable<T>select in interface com.gs.collections.api.bag.sorted.MutableSortedBag<T>select in interface com.gs.collections.api.bag.sorted.SortedBag<T>select in interface com.gs.collections.api.collection.MutableCollection<T>select in interface com.gs.collections.api.ordered.OrderedIterable<T>select in interface com.gs.collections.api.ordered.ReversibleIterable<T>select in interface com.gs.collections.api.ordered.SortedIterable<T>select in interface com.gs.collections.api.RichIterable<T>public <P> com.gs.collections.api.bag.sorted.MutableSortedBag<T> selectWith(com.gs.collections.api.block.predicate.Predicate2<? super T,? super P> predicate, P parameter)
selectWith in interface com.gs.collections.api.bag.Bag<T>selectWith in interface com.gs.collections.api.bag.MutableBagIterable<T>selectWith in interface com.gs.collections.api.bag.sorted.MutableSortedBag<T>selectWith in interface com.gs.collections.api.bag.sorted.SortedBag<T>selectWith in interface com.gs.collections.api.collection.MutableCollection<T>selectWith in interface com.gs.collections.api.ordered.OrderedIterable<T>selectWith in interface com.gs.collections.api.ordered.ReversibleIterable<T>selectWith in interface com.gs.collections.api.ordered.SortedIterable<T>selectWith in interface com.gs.collections.api.RichIterable<T>public com.gs.collections.api.bag.sorted.MutableSortedBag<T> reject(com.gs.collections.api.block.predicate.Predicate<? super T> predicate)
reject in interface com.gs.collections.api.bag.Bag<T>reject in interface com.gs.collections.api.bag.MutableBagIterable<T>reject in interface com.gs.collections.api.bag.sorted.MutableSortedBag<T>reject in interface com.gs.collections.api.bag.sorted.SortedBag<T>reject in interface com.gs.collections.api.collection.MutableCollection<T>reject in interface com.gs.collections.api.ordered.OrderedIterable<T>reject in interface com.gs.collections.api.ordered.ReversibleIterable<T>reject in interface com.gs.collections.api.ordered.SortedIterable<T>reject in interface com.gs.collections.api.RichIterable<T>public <P> com.gs.collections.api.bag.sorted.MutableSortedBag<T> rejectWith(com.gs.collections.api.block.predicate.Predicate2<? super T,? super P> predicate, P parameter)
rejectWith in interface com.gs.collections.api.bag.Bag<T>rejectWith in interface com.gs.collections.api.bag.MutableBagIterable<T>rejectWith in interface com.gs.collections.api.bag.sorted.MutableSortedBag<T>rejectWith in interface com.gs.collections.api.bag.sorted.SortedBag<T>rejectWith in interface com.gs.collections.api.collection.MutableCollection<T>rejectWith in interface com.gs.collections.api.ordered.OrderedIterable<T>rejectWith in interface com.gs.collections.api.ordered.ReversibleIterable<T>rejectWith in interface com.gs.collections.api.ordered.SortedIterable<T>rejectWith in interface com.gs.collections.api.RichIterable<T>public com.gs.collections.api.partition.bag.sorted.PartitionMutableSortedBag<T> partition(com.gs.collections.api.block.predicate.Predicate<? super T> predicate)
partition in interface com.gs.collections.api.bag.Bag<T>partition in interface com.gs.collections.api.bag.MutableBagIterable<T>partition in interface com.gs.collections.api.bag.sorted.MutableSortedBag<T>partition in interface com.gs.collections.api.bag.sorted.SortedBag<T>partition in interface com.gs.collections.api.collection.MutableCollection<T>partition in interface com.gs.collections.api.ordered.OrderedIterable<T>partition in interface com.gs.collections.api.ordered.ReversibleIterable<T>partition in interface com.gs.collections.api.ordered.SortedIterable<T>partition in interface com.gs.collections.api.RichIterable<T>public <P> com.gs.collections.api.partition.bag.sorted.PartitionMutableSortedBag<T> partitionWith(com.gs.collections.api.block.predicate.Predicate2<? super T,? super P> predicate, P parameter)
partitionWith in interface com.gs.collections.api.bag.Bag<T>partitionWith in interface com.gs.collections.api.bag.MutableBagIterable<T>partitionWith in interface com.gs.collections.api.bag.sorted.MutableSortedBag<T>partitionWith in interface com.gs.collections.api.bag.sorted.SortedBag<T>partitionWith in interface com.gs.collections.api.collection.MutableCollection<T>partitionWith in interface com.gs.collections.api.ordered.OrderedIterable<T>partitionWith in interface com.gs.collections.api.ordered.ReversibleIterable<T>partitionWith in interface com.gs.collections.api.RichIterable<T>public com.gs.collections.api.partition.bag.sorted.PartitionMutableSortedBag<T> partitionWhile(com.gs.collections.api.block.predicate.Predicate<? super T> predicate)
partitionWhile in interface com.gs.collections.api.bag.sorted.MutableSortedBag<T>partitionWhile in interface com.gs.collections.api.bag.sorted.SortedBag<T>partitionWhile in interface com.gs.collections.api.ordered.OrderedIterable<T>partitionWhile in interface com.gs.collections.api.ordered.ReversibleIterable<T>partitionWhile in interface com.gs.collections.api.ordered.SortedIterable<T>public <V> com.gs.collections.api.list.MutableList<V> collect(com.gs.collections.api.block.function.Function<? super T,? extends V> function)
collect in interface com.gs.collections.api.bag.sorted.MutableSortedBag<T>collect in interface com.gs.collections.api.bag.sorted.SortedBag<T>collect in interface com.gs.collections.api.collection.MutableCollection<T>collect in interface com.gs.collections.api.ordered.OrderedIterable<T>collect in interface com.gs.collections.api.ordered.ReversibleIterable<T>collect in interface com.gs.collections.api.RichIterable<T>public <P,V> com.gs.collections.api.list.MutableList<V> collectWith(com.gs.collections.api.block.function.Function2<? super T,? super P,? extends V> function, P parameter)
collectWith in interface com.gs.collections.api.bag.sorted.MutableSortedBag<T>collectWith in interface com.gs.collections.api.bag.sorted.SortedBag<T>collectWith in interface com.gs.collections.api.collection.MutableCollection<T>collectWith in interface com.gs.collections.api.ordered.OrderedIterable<T>collectWith in interface com.gs.collections.api.ordered.ReversibleIterable<T>collectWith in interface com.gs.collections.api.RichIterable<T>public <V> com.gs.collections.api.list.MutableList<V> collectIf(com.gs.collections.api.block.predicate.Predicate<? super T> predicate, com.gs.collections.api.block.function.Function<? super T,? extends V> function)
collectIf in interface com.gs.collections.api.bag.sorted.MutableSortedBag<T>collectIf in interface com.gs.collections.api.bag.sorted.SortedBag<T>collectIf in interface com.gs.collections.api.collection.MutableCollection<T>collectIf in interface com.gs.collections.api.ordered.OrderedIterable<T>collectIf in interface com.gs.collections.api.ordered.ReversibleIterable<T>collectIf in interface com.gs.collections.api.RichIterable<T>public <V> com.gs.collections.api.list.MutableList<V> flatCollect(com.gs.collections.api.block.function.Function<? super T,? extends Iterable<V>> function)
flatCollect in interface com.gs.collections.api.bag.sorted.MutableSortedBag<T>flatCollect in interface com.gs.collections.api.bag.sorted.SortedBag<T>flatCollect in interface com.gs.collections.api.collection.MutableCollection<T>flatCollect in interface com.gs.collections.api.ordered.OrderedIterable<T>flatCollect in interface com.gs.collections.api.ordered.ReversibleIterable<T>flatCollect in interface com.gs.collections.api.RichIterable<T>public com.gs.collections.api.list.primitive.MutableBooleanList collectBoolean(com.gs.collections.api.block.function.primitive.BooleanFunction<? super T> booleanFunction)
collectBoolean in interface com.gs.collections.api.bag.sorted.MutableSortedBag<T>collectBoolean in interface com.gs.collections.api.bag.sorted.SortedBag<T>collectBoolean in interface com.gs.collections.api.collection.MutableCollection<T>collectBoolean in interface com.gs.collections.api.ordered.OrderedIterable<T>collectBoolean in interface com.gs.collections.api.ordered.ReversibleIterable<T>collectBoolean in interface com.gs.collections.api.RichIterable<T>public com.gs.collections.api.list.primitive.MutableByteList collectByte(com.gs.collections.api.block.function.primitive.ByteFunction<? super T> byteFunction)
collectByte in interface com.gs.collections.api.bag.sorted.MutableSortedBag<T>collectByte in interface com.gs.collections.api.bag.sorted.SortedBag<T>collectByte in interface com.gs.collections.api.collection.MutableCollection<T>collectByte in interface com.gs.collections.api.ordered.OrderedIterable<T>collectByte in interface com.gs.collections.api.ordered.ReversibleIterable<T>collectByte in interface com.gs.collections.api.RichIterable<T>public com.gs.collections.api.list.primitive.MutableCharList collectChar(com.gs.collections.api.block.function.primitive.CharFunction<? super T> charFunction)
collectChar in interface com.gs.collections.api.bag.sorted.MutableSortedBag<T>collectChar in interface com.gs.collections.api.bag.sorted.SortedBag<T>collectChar in interface com.gs.collections.api.collection.MutableCollection<T>collectChar in interface com.gs.collections.api.ordered.OrderedIterable<T>collectChar in interface com.gs.collections.api.ordered.ReversibleIterable<T>collectChar in interface com.gs.collections.api.RichIterable<T>public com.gs.collections.api.list.primitive.MutableDoubleList collectDouble(com.gs.collections.api.block.function.primitive.DoubleFunction<? super T> doubleFunction)
collectDouble in interface com.gs.collections.api.bag.sorted.MutableSortedBag<T>collectDouble in interface com.gs.collections.api.bag.sorted.SortedBag<T>collectDouble in interface com.gs.collections.api.collection.MutableCollection<T>collectDouble in interface com.gs.collections.api.ordered.OrderedIterable<T>collectDouble in interface com.gs.collections.api.ordered.ReversibleIterable<T>collectDouble in interface com.gs.collections.api.RichIterable<T>public com.gs.collections.api.list.primitive.MutableFloatList collectFloat(com.gs.collections.api.block.function.primitive.FloatFunction<? super T> floatFunction)
collectFloat in interface com.gs.collections.api.bag.sorted.MutableSortedBag<T>collectFloat in interface com.gs.collections.api.bag.sorted.SortedBag<T>collectFloat in interface com.gs.collections.api.collection.MutableCollection<T>collectFloat in interface com.gs.collections.api.ordered.OrderedIterable<T>collectFloat in interface com.gs.collections.api.ordered.ReversibleIterable<T>collectFloat in interface com.gs.collections.api.RichIterable<T>public com.gs.collections.api.list.primitive.MutableIntList collectInt(com.gs.collections.api.block.function.primitive.IntFunction<? super T> intFunction)
collectInt in interface com.gs.collections.api.bag.sorted.MutableSortedBag<T>collectInt in interface com.gs.collections.api.bag.sorted.SortedBag<T>collectInt in interface com.gs.collections.api.collection.MutableCollection<T>collectInt in interface com.gs.collections.api.ordered.OrderedIterable<T>collectInt in interface com.gs.collections.api.ordered.ReversibleIterable<T>collectInt in interface com.gs.collections.api.RichIterable<T>public com.gs.collections.api.list.primitive.MutableLongList collectLong(com.gs.collections.api.block.function.primitive.LongFunction<? super T> longFunction)
collectLong in interface com.gs.collections.api.bag.sorted.MutableSortedBag<T>collectLong in interface com.gs.collections.api.bag.sorted.SortedBag<T>collectLong in interface com.gs.collections.api.collection.MutableCollection<T>collectLong in interface com.gs.collections.api.ordered.OrderedIterable<T>collectLong in interface com.gs.collections.api.ordered.ReversibleIterable<T>collectLong in interface com.gs.collections.api.RichIterable<T>public com.gs.collections.api.list.primitive.MutableShortList collectShort(com.gs.collections.api.block.function.primitive.ShortFunction<? super T> shortFunction)
collectShort in interface com.gs.collections.api.bag.sorted.MutableSortedBag<T>collectShort in interface com.gs.collections.api.bag.sorted.SortedBag<T>collectShort in interface com.gs.collections.api.collection.MutableCollection<T>collectShort in interface com.gs.collections.api.ordered.OrderedIterable<T>collectShort in interface com.gs.collections.api.ordered.ReversibleIterable<T>collectShort in interface com.gs.collections.api.RichIterable<T>public <S> com.gs.collections.api.list.MutableList<com.gs.collections.api.tuple.Pair<T,S>> zip(Iterable<S> that)
zip in interface com.gs.collections.api.bag.sorted.MutableSortedBag<T>zip in interface com.gs.collections.api.collection.MutableCollection<T>zip in interface com.gs.collections.api.ordered.OrderedIterable<T>zip in interface com.gs.collections.api.ordered.ReversibleIterable<T>zip in interface com.gs.collections.api.ordered.SortedIterable<T>zip in interface com.gs.collections.api.RichIterable<T>public com.gs.collections.api.bag.sorted.MutableSortedBag<T> toReversed()
public void reverseForEach(com.gs.collections.api.block.procedure.Procedure<? super T> procedure)
reverseForEach in interface com.gs.collections.api.ordered.ReversibleIterable<T>public com.gs.collections.api.LazyIterable<T> asReversed()
asReversed in interface com.gs.collections.api.ordered.ReversibleIterable<T>public int detectLastIndex(com.gs.collections.api.block.predicate.Predicate<? super T> predicate)
detectLastIndex in interface com.gs.collections.api.ordered.ReversibleIterable<T>public com.gs.collections.api.bag.sorted.ParallelSortedBag<T> asParallel(ExecutorService executorService, int batchSize)
Copyright © 2004–2016. All rights reserved.