Package | Description |
---|---|
com.carrotsearch.hppc |
Modifier and Type | Method and Description |
---|---|
<T extends IntProcedure> |
IntDeque.descendingForEach(T procedure)
Applies a
procedure to all elements in tail-to-head order. |
<T extends IntProcedure> |
IntArrayDeque.descendingForEach(T procedure)
Applies
procedure to all elements of this deque, tail to head. |
<T extends IntProcedure> |
IntArrayDeque.forEach(T procedure)
Applies a
procedure to all container elements. |
<T extends IntProcedure> |
IntLongHashMap.KeysContainer.forEach(T procedure) |
<T extends IntProcedure> |
IntIntHashMap.KeysContainer.forEach(T procedure) |
<T extends IntProcedure> |
IntArrayList.forEach(T procedure)
Applies a
procedure to all container elements. |
<T extends IntProcedure> |
IntFloatHashMap.KeysContainer.forEach(T procedure) |
<T extends IntProcedure> |
IntContainer.forEach(T procedure)
Applies a
procedure to all container elements. |
<T extends IntProcedure> |
IntByteHashMap.KeysContainer.forEach(T procedure) |
<T extends IntProcedure> |
IntShortHashMap.KeysContainer.forEach(T procedure) |
<T extends IntProcedure> |
IntDoubleHashMap.KeysContainer.forEach(T procedure) |
<T extends IntProcedure> |
IntHashSet.forEach(T procedure)
Applies a
procedure to all container elements. |
<T extends IntProcedure> |
IntCharHashMap.KeysContainer.forEach(T procedure) |
<T extends IntProcedure> |
IntObjectHashMap.KeysContainer.forEach(T procedure) |
<T extends IntProcedure> |
IntArrayList.forEach(T procedure,
int fromIndex,
int toIndex)
Applies
procedure to a slice of the list,
fromIndex , inclusive, to toIndex , exclusive. |
Copyright © 2022 Carrot Search s.c.. All rights reserved.