Package | Description |
---|---|
com.koloboke.collect |
The root package of the collection library.
|
Modifier and Type | Method and Description |
---|---|
boolean |
FloatCollection.forEachWhile(FloatPredicate predicate)
Checks the given
predicate on each element of this collection until all element
have been processed or the predicate returns false for some element,
or throws an Exception . |
boolean |
FloatCollection.removeIf(FloatPredicate filter)
Removes all of the elements of this collection that satisfy the given predicate.
|