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 |
OrderedShortIterable.injectIntoWithIndex(T injectedValue,
ObjectShortIntToObjectFunction<? super T,? extends T> function) |
|
<T> T |
ReversibleShortIterable.injectIntoWithIndex(T injectedValue,
ObjectShortIntToObjectFunction<? super T,? extends T> function) |
Modifier and Type | Method | Description |
---|---|---|
<T> T |
ShortArrayList.injectIntoWithIndex(T injectedValue,
ObjectShortIntToObjectFunction<? super T,? extends T> function) |
|
<T> T |
SynchronizedShortList.injectIntoWithIndex(T injectedValue,
ObjectShortIntToObjectFunction<? super T,? extends T> function) |
|
<T> T |
UnmodifiableShortList.injectIntoWithIndex(T injectedValue,
ObjectShortIntToObjectFunction<? super T,? extends T> function) |
Modifier and Type | Method | Description |
---|---|---|
<T> T |
SynchronizedShortStack.injectIntoWithIndex(T injectedValue,
ObjectShortIntToObjectFunction<? super T,? extends T> function) |
|
<T> T |
UnmodifiableShortStack.injectIntoWithIndex(T injectedValue,
ObjectShortIntToObjectFunction<? super T,? extends T> function) |
Modifier and Type | Method | Description |
---|---|---|
<T> T |
AbstractShortStack.injectIntoWithIndex(T injectedValue,
ObjectShortIntToObjectFunction<? super T,? extends T> function) |
Copyright © 2004–2020. All rights reserved.