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 |
OrderedLongIterable.injectIntoWithIndex(T injectedValue,
ObjectLongIntToObjectFunction<? super T,? extends T> function) |
|
<T> T |
ReversibleLongIterable.injectIntoWithIndex(T injectedValue,
ObjectLongIntToObjectFunction<? super T,? extends T> function) |
Modifier and Type | Method | Description |
---|---|---|
<T> T |
LongArrayList.injectIntoWithIndex(T injectedValue,
ObjectLongIntToObjectFunction<? super T,? extends T> function) |
|
<T> T |
SynchronizedLongList.injectIntoWithIndex(T injectedValue,
ObjectLongIntToObjectFunction<? super T,? extends T> function) |
|
<T> T |
UnmodifiableLongList.injectIntoWithIndex(T injectedValue,
ObjectLongIntToObjectFunction<? super T,? extends T> function) |
Modifier and Type | Method | Description |
---|---|---|
<T> T |
SynchronizedLongStack.injectIntoWithIndex(T injectedValue,
ObjectLongIntToObjectFunction<? super T,? extends T> function) |
|
<T> T |
UnmodifiableLongStack.injectIntoWithIndex(T injectedValue,
ObjectLongIntToObjectFunction<? super T,? extends T> function) |
Modifier and Type | Method | Description |
---|---|---|
<T> T |
AbstractLongStack.injectIntoWithIndex(T injectedValue,
ObjectLongIntToObjectFunction<? super T,? extends T> function) |
Copyright © 2004–2019. All rights reserved.