java.io.Serializable
, java.lang.Iterable<T>
, InternalIterable<T>
, RichIterable<T>
public class SynchronizedRichIterable<T> extends AbstractSynchronizedRichIterable<T> implements java.io.Serializable
Modifier and Type | Class | Description |
---|---|---|
static class |
SynchronizedRichIterable.SynchronizedRichIterableSerializationProxy<T> |
Modifier and Type | Method | Description |
---|---|---|
static <E> SynchronizedRichIterable<E> |
of(RichIterable<E> iterable) |
This method will take a RichIterable and wrap it directly in a SynchronizedRichIterable.
|
static <E> SynchronizedRichIterable<E> |
of(RichIterable<E> iterable,
java.lang.Object lock) |
This method will take a RichIterable and wrap it directly in a SynchronizedRichIterable.
|
aggregateBy, aggregateInPlaceBy, allSatisfy, allSatisfyWith, anySatisfy, anySatisfyWith, appendString, appendString, appendString, asLazy, chunk, collect, collect, collectBoolean, collectBoolean, collectByte, collectByte, collectChar, collectChar, collectDouble, collectDouble, collectFloat, collectFloat, collectIf, collectIf, collectInt, collectInt, collectLong, collectLong, collectShort, collectShort, collectWith, collectWith, contains, containsAll, containsAllArguments, containsAllIterable, count, countBy, countBy, countByWith, countByWith, countWith, detect, detectIfNone, detectOptional, detectWith, detectWithIfNone, detectWithOptional, each, equals, flatCollect, flatCollect, forEach, forEachWith, forEachWithIndex, getFirst, getLast, getOnly, groupBy, groupBy, groupByEach, groupByEach, groupByUniqueKey, groupByUniqueKey, hashCode, injectInto, injectInto, injectInto, injectInto, injectInto, into, isEmpty, iterator, makeString, makeString, makeString, max, max, maxBy, maxByOptional, maxOptional, maxOptional, min, min, minBy, minByOptional, minOptional, minOptional, noneSatisfy, noneSatisfyWith, notEmpty, partition, partitionWith, reject, reject, rejectWith, rejectWith, select, select, selectInstancesOf, selectWith, selectWith, size, sumByDouble, sumByFloat, sumByInt, sumByLong, sumOfDouble, sumOfFloat, sumOfInt, sumOfLong, tap, toArray, toArray, toBag, toList, toMap, toSet, toSortedBag, toSortedBag, toSortedBagBy, toSortedList, toSortedList, toSortedListBy, toSortedMap, toSortedMap, toSortedSet, toSortedSet, toSortedSetBy, toString, zip, zip, zipWithIndex, zipWithIndex
forEach
reduce, reduceInPlace, reduceInPlace, summarizeDouble, summarizeFloat, summarizeInt, summarizeLong
public static <E> SynchronizedRichIterable<E> of(RichIterable<E> iterable)
public static <E> SynchronizedRichIterable<E> of(RichIterable<E> iterable, java.lang.Object lock)
Copyright © 2004–2017. All rights reserved.