public abstract class AbstractSynchronizedByteCollection extends Object implements MutableByteCollection, Serializable
equals, getClass, hashCode, notify, notifyAll, wait, wait, waitnewEmpty, tapaverageIfEmpty, collect, collectBoolean, collectByte, collectChar, collectDouble, collectFloat, collectInt, collectLong, collectShort, flatCollect, forEach, injectIntoBoolean, injectIntoByte, injectIntoChar, injectIntoDouble, injectIntoFloat, injectIntoInt, injectIntoLong, injectIntoShort, medianIfEmpty, reject, select, summaryStatistics, toSortedList, toSortedListBy, toSortedListBypublic int size()
size in interface PrimitiveIterablepublic boolean isEmpty()
isEmpty in interface PrimitiveIterablepublic boolean notEmpty()
notEmpty in interface PrimitiveIterablepublic void clear()
clear in interface MutableByteCollectionpublic MutableByteCollection select(BytePredicate predicate)
select in interface ByteIterableselect in interface MutableByteCollectionpublic MutableByteCollection reject(BytePredicate predicate)
reject in interface ByteIterablereject in interface MutableByteCollectionpublic <V> MutableCollection<V> collect(ByteToObjectFunction<? extends V> function)
collect in interface ByteIterablecollect in interface MutableByteCollectionpublic MutableByteCollection with(byte element)
with in interface MutableByteCollectionpublic MutableByteCollection without(byte element)
without in interface MutableByteCollectionpublic MutableByteCollection withAll(ByteIterable elements)
withAll in interface MutableByteCollectionpublic MutableByteCollection withoutAll(ByteIterable elements)
withoutAll in interface MutableByteCollectionpublic MutableByteCollection asUnmodifiable()
asUnmodifiable in interface MutableByteCollectionpublic MutableByteCollection asSynchronized()
asSynchronized in interface MutableByteCollectionpublic ImmutableByteCollection toImmutable()
toImmutable in interface MutableByteCollectionpublic LazyByteIterable asLazy()
asLazy in interface ByteIterablepublic boolean contains(byte value)
contains in interface ByteIterablepublic boolean containsAll(byte... source)
containsAll in interface ByteIterablepublic boolean containsAll(ByteIterable source)
containsAll in interface ByteIterablepublic boolean containsAny(byte... source)
containsAny in interface ByteIterablepublic boolean containsAny(ByteIterable source)
containsAny in interface ByteIterablepublic boolean containsNone(byte... source)
containsNone in interface ByteIterablepublic boolean containsNone(ByteIterable source)
containsNone in interface ByteIterablepublic boolean add(byte newItem)
add in interface MutableByteCollectionpublic boolean addAll(byte... source)
addAll in interface MutableByteCollectionpublic boolean addAll(ByteIterable source)
addAll in interface MutableByteCollectionpublic boolean remove(byte value)
remove in interface MutableByteCollectionpublic boolean removeIf(BytePredicate predicate)
removeIf in interface MutableByteCollectionpublic boolean removeAll(ByteIterable source)
removeAll in interface MutableByteCollectionpublic boolean removeAll(byte... source)
removeAll in interface MutableByteCollectionpublic boolean retainAll(ByteIterable source)
retainAll in interface MutableByteCollectionpublic boolean retainAll(byte... source)
retainAll in interface MutableByteCollectionpublic MutableByteIterator byteIterator()
byteIterator in interface ByteIterablebyteIterator in interface MutableByteCollectionpublic void each(ByteProcedure procedure)
each in interface ByteIterablepublic int count(BytePredicate predicate)
count in interface ByteIterablepublic boolean anySatisfy(BytePredicate predicate)
anySatisfy in interface ByteIterablepublic boolean allSatisfy(BytePredicate predicate)
allSatisfy in interface ByteIterablepublic boolean noneSatisfy(BytePredicate predicate)
noneSatisfy in interface ByteIterablepublic byte detectIfNone(BytePredicate predicate, byte ifNone)
detectIfNone in interface ByteIterablepublic long sum()
sum in interface ByteIterablepublic byte max()
max in interface ByteIterablepublic byte min()
min in interface ByteIterablepublic byte minIfEmpty(byte defaultValue)
minIfEmpty in interface ByteIterablepublic byte maxIfEmpty(byte defaultValue)
maxIfEmpty in interface ByteIterablepublic double average()
average in interface ByteIterablepublic double median()
median in interface ByteIterablepublic MutableByteList toSortedList()
toSortedList in interface ByteIterablepublic byte[] toSortedArray()
toSortedArray in interface ByteIterablepublic byte[] toArray()
toArray in interface ByteIterablepublic byte[] toArray(byte[] target)
toArray in interface ByteIterablepublic String toString()
toString in interface PrimitiveIterabletoString in class Objectpublic String makeString()
makeString in interface PrimitiveIterablepublic String makeString(String separator)
makeString in interface PrimitiveIterablepublic String makeString(String start, String separator, String end)
makeString in interface PrimitiveIterablepublic void appendString(Appendable appendable)
appendString in interface PrimitiveIterablepublic void appendString(Appendable appendable, String separator)
appendString in interface PrimitiveIterablepublic void appendString(Appendable appendable, String start, String separator, String end)
appendString in interface PrimitiveIterablepublic MutableByteList toList()
toList in interface ByteIterablepublic MutableByteSet toSet()
toSet in interface ByteIterablepublic MutableByteBag toBag()
toBag in interface ByteIterablepublic <T> T injectInto(T injectedValue,
ObjectByteToObjectFunction<? super T,? extends T> function)
injectInto in interface ByteIterablepublic long reduce(LongByteToLongFunction accumulator)
reduce in interface ByteIterablepublic long reduceIfEmpty(LongByteToLongFunction accumulator, long defaultValue)
reduceIfEmpty in interface ByteIterablepublic RichIterable<ByteIterable> chunk(int size)
chunk in interface ByteIterableCopyright © 2004–2022. All rights reserved.