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 | |
org.eclipse.collections.impl.string.immutable |
Modifier and Type | Method | Description |
---|---|---|
<T> T |
OrderedCharIterable.injectIntoWithIndex(T injectedValue,
ObjectCharIntToObjectFunction<? super T,? extends T> function) |
|
<T> T |
ReversibleCharIterable.injectIntoWithIndex(T injectedValue,
ObjectCharIntToObjectFunction<? super T,? extends T> function) |
Modifier and Type | Method | Description |
---|---|---|
<T> T |
CharArrayList.injectIntoWithIndex(T injectedValue,
ObjectCharIntToObjectFunction<? super T,? extends T> function) |
|
<T> T |
SynchronizedCharList.injectIntoWithIndex(T injectedValue,
ObjectCharIntToObjectFunction<? super T,? extends T> function) |
|
<T> T |
UnmodifiableCharList.injectIntoWithIndex(T injectedValue,
ObjectCharIntToObjectFunction<? super T,? extends T> function) |
Modifier and Type | Method | Description |
---|---|---|
<T> T |
SynchronizedCharStack.injectIntoWithIndex(T injectedValue,
ObjectCharIntToObjectFunction<? super T,? extends T> function) |
|
<T> T |
UnmodifiableCharStack.injectIntoWithIndex(T injectedValue,
ObjectCharIntToObjectFunction<? super T,? extends T> function) |
Modifier and Type | Method | Description |
---|---|---|
<T> T |
AbstractCharStack.injectIntoWithIndex(T injectedValue,
ObjectCharIntToObjectFunction<? super T,? extends T> function) |
Modifier and Type | Method | Description |
---|---|---|
<T> T |
CharAdapter.injectIntoWithIndex(T injectedValue,
ObjectCharIntToObjectFunction<? super T,? extends T> function) |
Copyright © 2004–2017. All rights reserved.