Package | Description |
---|---|
com.gs.collections.api.ordered.primitive | |
com.gs.collections.impl.list.mutable.primitive |
This package contains implementations of the mutable primitive list interfaces.
|
Modifier and Type | Method and Description |
---|---|
<T> T |
ReversibleBooleanIterable.injectIntoWithIndex(T injectedValue,
ObjectBooleanIntToObjectFunction<? super T,? extends T> function) |
Modifier and Type | Method and Description |
---|---|
<T> T |
SynchronizedBooleanList.injectIntoWithIndex(T injectedValue,
ObjectBooleanIntToObjectFunction<? super T,? extends T> function) |
<T> T |
BooleanArrayList.injectIntoWithIndex(T injectedValue,
ObjectBooleanIntToObjectFunction<? super T,? extends T> function) |
<T> T |
UnmodifiableBooleanList.injectIntoWithIndex(T injectedValue,
ObjectBooleanIntToObjectFunction<? super T,? extends T> function) |
Copyright © 2004–2017. All rights reserved.