Package | Description |
---|---|
org.eclipse.collections.api.ordered.primitive | |
org.eclipse.collections.impl.list.mutable.primitive |
This package contains implementations of the mutable primitive list interfaces.
|
org.eclipse.collections.impl.stack.mutable.primitive |
This package contains implementations of the mutable primitive stack interfaces.
|
org.eclipse.collections.impl.stack.primitive |
Modifier and Type | Method | Description |
---|---|---|
<T> T |
OrderedDoubleIterable.injectIntoWithIndex(T injectedValue,
ObjectDoubleIntToObjectFunction<? super T,? extends T> function) |
|
<T> T |
ReversibleDoubleIterable.injectIntoWithIndex(T injectedValue,
ObjectDoubleIntToObjectFunction<? super T,? extends T> function) |
Modifier and Type | Method | Description |
---|---|---|
<T> T |
DoubleArrayList.injectIntoWithIndex(T injectedValue,
ObjectDoubleIntToObjectFunction<? super T,? extends T> function) |
|
<T> T |
SynchronizedDoubleList.injectIntoWithIndex(T injectedValue,
ObjectDoubleIntToObjectFunction<? super T,? extends T> function) |
|
<T> T |
UnmodifiableDoubleList.injectIntoWithIndex(T injectedValue,
ObjectDoubleIntToObjectFunction<? super T,? extends T> function) |
Modifier and Type | Method | Description |
---|---|---|
<T> T |
SynchronizedDoubleStack.injectIntoWithIndex(T injectedValue,
ObjectDoubleIntToObjectFunction<? super T,? extends T> function) |
|
<T> T |
UnmodifiableDoubleStack.injectIntoWithIndex(T injectedValue,
ObjectDoubleIntToObjectFunction<? super T,? extends T> function) |
Modifier and Type | Method | Description |
---|---|---|
<T> T |
AbstractDoubleStack.injectIntoWithIndex(T injectedValue,
ObjectDoubleIntToObjectFunction<? super T,? extends T> function) |
Copyright © 2004–2017. All rights reserved.