@Immutable public class CollectByteIterable<T> extends AbstractLazyByteIterable
| Constructor and Description |
|---|
CollectByteIterable(LazyIterable<T> adapted,
ByteFunction<? super T> function) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
allSatisfy(BytePredicate predicate) |
boolean |
anySatisfy(BytePredicate predicate) |
ByteIterator |
byteIterator() |
boolean |
containsAll(byte... source) |
boolean |
containsAll(ByteIterable source) |
int |
count(BytePredicate predicate) |
void |
forEach(ByteProcedure procedure) |
boolean |
isEmpty()
Returns true if this iterable has zero items.
|
boolean |
noneSatisfy(BytePredicate predicate) |
boolean |
notEmpty()
The English equivalent of !this.isEmpty()
|
int |
size()
Returns the number of items in this iterable.
|
byte[] |
toArray() |
MutableByteBag |
toBag() |
MutableByteList |
toList() |
MutableByteSet |
toSet() |
byte[] |
toSortedArray() |
MutableByteList |
toSortedList() |
appendString, appendString, appendString, asLazy, average, collect, contains, detectIfNone, injectInto, makeString, makeString, makeString, max, maxIfEmpty, median, min, minIfEmpty, reject, select, sum, toStringpublic CollectByteIterable(LazyIterable<T> adapted, ByteFunction<? super T> function)
public ByteIterator byteIterator()
public void forEach(ByteProcedure procedure)
public int size()
PrimitiveIterablesize in interface PrimitiveIterablesize in class AbstractLazyByteIterablepublic boolean isEmpty()
PrimitiveIterableisEmpty in interface PrimitiveIterableisEmpty in class AbstractLazyByteIterablepublic boolean notEmpty()
PrimitiveIterablenotEmpty in interface PrimitiveIterablenotEmpty in class AbstractLazyByteIterablepublic int count(BytePredicate predicate)
count in interface ByteIterablecount in class AbstractLazyByteIterablepublic boolean anySatisfy(BytePredicate predicate)
anySatisfy in interface ByteIterableanySatisfy in class AbstractLazyByteIterablepublic boolean allSatisfy(BytePredicate predicate)
allSatisfy in interface ByteIterableallSatisfy in class AbstractLazyByteIterablepublic boolean noneSatisfy(BytePredicate predicate)
noneSatisfy in interface ByteIterablenoneSatisfy in class AbstractLazyByteIterablepublic byte[] toArray()
toArray in interface ByteIterabletoArray in class AbstractLazyByteIterablepublic byte[] toSortedArray()
toSortedArray in interface ByteIterabletoSortedArray in class AbstractLazyByteIterablepublic MutableByteList toList()
toList in interface ByteIterabletoList in class AbstractLazyByteIterablepublic MutableByteList toSortedList()
toSortedList in interface ByteIterabletoSortedList in class AbstractLazyByteIterablepublic MutableByteSet toSet()
toSet in interface ByteIterabletoSet in class AbstractLazyByteIterablepublic MutableByteBag toBag()
toBag in interface ByteIterabletoBag in class AbstractLazyByteIterablepublic boolean containsAll(byte... source)
containsAll in interface ByteIterablecontainsAll in class AbstractLazyByteIterablepublic boolean containsAll(ByteIterable source)
containsAll in interface ByteIterablecontainsAll in class AbstractLazyByteIterableCopyright © 2004–2017. All rights reserved.