public interface UnsortedBagBatch<T> extends Batch<T>
Modifier and Type | Method and Description |
---|---|
<V> UnsortedBagBatch<V> |
collect(Function<? super T,? extends V> function) |
void |
forEachWithOccurrences(ObjectIntProcedure<? super T> procedure) |
UnsortedBagBatch<T> |
select(Predicate<? super T> predicate) |
count, forEach, makeString
void forEachWithOccurrences(ObjectIntProcedure<? super T> procedure)
UnsortedBagBatch<T> select(Predicate<? super T> predicate)
Copyright © 2004–2016. All rights reserved.