Uses of Interface
org.eclipse.collections.api.block.procedure.primitive.ShortProcedure
-
Packages that use ShortProcedure Package Description org.eclipse.collections.api This package contains interfaces for Eclipse Collections API.org.eclipse.collections.api.bag.primitive This package contains API for Primitive Bags with Mutable and Immutable variants.org.eclipse.collections.api.collection.primitive This package contains mutable and immutable primitive collection API.org.eclipse.collections.api.list.primitive This package contains mutable and immutable primitive list API.org.eclipse.collections.api.map.primitive This package contains API for primitive to primitive maps, primitive to object maps and object to primitive maps with mutable and immutable variants.org.eclipse.collections.api.set.primitive This package contains API for mutable and immutable primitive sets.org.eclipse.collections.api.stack.primitive This package contains mutable and immutable primitive stack API.org.eclipse.collections.impl.bag.immutable.primitive This package contains implementations of the immutable primitive bag interfaces.org.eclipse.collections.impl.bag.mutable.primitive This package contains implementations of the mutable primitive bag interfaces.org.eclipse.collections.impl.block.procedure.checked.primitive This package contains abstract implementations of primitive procedures.org.eclipse.collections.impl.block.procedure.primitive This package contains implementations of primitive procedures.org.eclipse.collections.impl.collection.mutable.primitive This package contains implementations of the mutable primitive collection interfaces.org.eclipse.collections.impl.lazy.primitive This package contains implementations of the lazy primitive iterator interfaces.org.eclipse.collections.impl.list.immutable.primitive This package contains implementations of immutable primitive list interfaces and immutable primitive list factory interfaces.org.eclipse.collections.impl.list.mutable.primitive This package contains implementations of the mutable primitive list interfaces.org.eclipse.collections.impl.map.immutable.primitive This package contains implementations of the immutable primitive-primitive, primitive-object and object-primitive map interfaces.org.eclipse.collections.impl.map.mutable.primitive This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.org.eclipse.collections.impl.map.primitive org.eclipse.collections.impl.primitive org.eclipse.collections.impl.set.immutable.primitive This package contains implementations of the immutable primitive set interfaces.org.eclipse.collections.impl.set.mutable.primitive This package contains implementations of the mutable primitive set interfaces.org.eclipse.collections.impl.stack.immutable.primitive This package contains implementations of the immutable primitive stack 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.utility.internal.primitive org.eclipse.collections.impl.utility.primitive -
-
Uses of ShortProcedure in org.eclipse.collections.api
Methods in org.eclipse.collections.api with parameters of type ShortProcedure Modifier and Type Method Description void
ShortIterable. each(ShortProcedure procedure)
A synonym for forEach.default void
ShortIterable. forEach(ShortProcedure procedure)
Applies the ShortProcedure to each element in the ShortIterable.LazyShortIterable
LazyShortIterable. tap(ShortProcedure procedure)
default ShortIterable
ShortIterable. tap(ShortProcedure procedure)
-
Uses of ShortProcedure in org.eclipse.collections.api.bag.primitive
Methods in org.eclipse.collections.api.bag.primitive with parameters of type ShortProcedure Modifier and Type Method Description default ImmutableShortBag
ImmutableShortBag. tap(ShortProcedure procedure)
default MutableShortBag
MutableShortBag. tap(ShortProcedure procedure)
default ShortBag
ShortBag. tap(ShortProcedure procedure)
-
Uses of ShortProcedure in org.eclipse.collections.api.collection.primitive
Methods in org.eclipse.collections.api.collection.primitive with parameters of type ShortProcedure Modifier and Type Method Description default ImmutableShortCollection
ImmutableShortCollection. tap(ShortProcedure procedure)
default MutableShortCollection
MutableShortCollection. tap(ShortProcedure procedure)
-
Uses of ShortProcedure in org.eclipse.collections.api.list.primitive
Methods in org.eclipse.collections.api.list.primitive with parameters of type ShortProcedure Modifier and Type Method Description default ImmutableShortList
ImmutableShortList. tap(ShortProcedure procedure)
default MutableShortList
MutableShortList. tap(ShortProcedure procedure)
default ShortList
ShortList. tap(ShortProcedure procedure)
-
Uses of ShortProcedure in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive with parameters of type ShortProcedure Modifier and Type Method Description void
ShortBooleanMap. forEachKey(ShortProcedure procedure)
Iterates through each key in the map, invoking the procedure for each.void
ShortByteMap. forEachKey(ShortProcedure procedure)
Iterates through each key in the map, invoking the procedure for each.void
ShortCharMap. forEachKey(ShortProcedure procedure)
Iterates through each key in the map, invoking the procedure for each.void
ShortDoubleMap. forEachKey(ShortProcedure procedure)
Iterates through each key in the map, invoking the procedure for each.void
ShortFloatMap. forEachKey(ShortProcedure procedure)
Iterates through each key in the map, invoking the procedure for each.void
ShortIntMap. forEachKey(ShortProcedure procedure)
Iterates through each key in the map, invoking the procedure for each.void
ShortLongMap. forEachKey(ShortProcedure procedure)
Iterates through each key in the map, invoking the procedure for each.void
ShortObjectMap. forEachKey(ShortProcedure procedure)
Iterates through each key in the map, invoking the procedure for each.void
ShortShortMap. forEachKey(ShortProcedure procedure)
Iterates through each key in the map, invoking the procedure for each.void
ObjectShortMap. forEachValue(ShortProcedure procedure)
Iterates through each value in this map.void
ShortValuesMap. forEachValue(ShortProcedure procedure)
Iterates through each value in this map.default ImmutableObjectShortMap<K>
ImmutableObjectShortMap. tap(ShortProcedure procedure)
default MutableObjectShortMap<K>
MutableObjectShortMap. tap(ShortProcedure procedure)
default ObjectShortMap<K>
ObjectShortMap. tap(ShortProcedure procedure)
default ShortValuesMap
ShortValuesMap. tap(ShortProcedure procedure)
-
Uses of ShortProcedure in org.eclipse.collections.api.set.primitive
Methods in org.eclipse.collections.api.set.primitive with parameters of type ShortProcedure Modifier and Type Method Description default ImmutableShortSet
ImmutableShortSet. tap(ShortProcedure procedure)
default MutableShortSet
MutableShortSet. tap(ShortProcedure procedure)
default ShortSet
ShortSet. tap(ShortProcedure procedure)
-
Uses of ShortProcedure in org.eclipse.collections.api.stack.primitive
Methods in org.eclipse.collections.api.stack.primitive with parameters of type ShortProcedure Modifier and Type Method Description default ImmutableShortStack
ImmutableShortStack. tap(ShortProcedure procedure)
default MutableShortStack
MutableShortStack. tap(ShortProcedure procedure)
default ShortStack
ShortStack. tap(ShortProcedure procedure)
-
Uses of ShortProcedure in org.eclipse.collections.impl.bag.immutable.primitive
Methods in org.eclipse.collections.impl.bag.immutable.primitive with parameters of type ShortProcedure Modifier and Type Method Description void
ImmutableShortEmptyBag. each(ShortProcedure procedure)
void
ImmutableShortHashBag. each(ShortProcedure procedure)
void
ImmutableShortSingletonBag. each(ShortProcedure procedure)
void
ImmutableShortEmptyBag. forEach(ShortProcedure procedure)
-
Uses of ShortProcedure in org.eclipse.collections.impl.bag.mutable.primitive
Methods in org.eclipse.collections.impl.bag.mutable.primitive with parameters of type ShortProcedure Modifier and Type Method Description void
ShortHashBag. each(ShortProcedure procedure)
-
Uses of ShortProcedure in org.eclipse.collections.impl.block.procedure.checked.primitive
Classes in org.eclipse.collections.impl.block.procedure.checked.primitive that implement ShortProcedure Modifier and Type Class Description class
CheckedShortProcedure
This file was automatically generated from template file checkedPrimitiveProcedure.stg. -
Uses of ShortProcedure in org.eclipse.collections.impl.block.procedure.primitive
Classes in org.eclipse.collections.impl.block.procedure.primitive that implement ShortProcedure Modifier and Type Class Description class
ShortCaseProcedure
This file was automatically generated from template file primitiveCaseProcedure.stg.Fields in org.eclipse.collections.impl.block.procedure.primitive declared as ShortProcedure Modifier and Type Field Description private ShortProcedure
ShortCaseProcedure. defaultProcedure
Fields in org.eclipse.collections.impl.block.procedure.primitive with type parameters of type ShortProcedure Modifier and Type Field Description private MutableList<Pair<ShortPredicate,ShortProcedure>>
ShortCaseProcedure. predicateProcedures
Methods in org.eclipse.collections.impl.block.procedure.primitive with parameters of type ShortProcedure Modifier and Type Method Description ShortCaseProcedure
ShortCaseProcedure. addCase(ShortPredicate predicate, ShortProcedure procedure)
ShortCaseProcedure
ShortCaseProcedure. setDefault(ShortProcedure procedure)
Constructors in org.eclipse.collections.impl.block.procedure.primitive with parameters of type ShortProcedure Constructor Description ShortCaseProcedure(ShortProcedure newDefaultProcedure)
-
Uses of ShortProcedure in org.eclipse.collections.impl.collection.mutable.primitive
Methods in org.eclipse.collections.impl.collection.mutable.primitive with parameters of type ShortProcedure Modifier and Type Method Description void
AbstractSynchronizedShortCollection. each(ShortProcedure procedure)
void
AbstractUnmodifiableShortCollection. each(ShortProcedure procedure)
-
Uses of ShortProcedure in org.eclipse.collections.impl.lazy.primitive
Classes in org.eclipse.collections.impl.lazy.primitive that implement ShortProcedure Modifier and Type Class Description private static class
AbstractLazyShortIterable.ShortMaxProcedure
private static class
AbstractLazyShortIterable.ShortMinProcedure
private static class
AbstractLazyShortIterable.ShortSumProcedure
private static class
SelectShortIterable.CountShortProcedure
private class
SelectShortIterable.IfShortProcedure
Fields in org.eclipse.collections.impl.lazy.primitive declared as ShortProcedure Modifier and Type Field Description private ShortProcedure
SelectShortIterable.IfShortProcedure. procedure
private ShortProcedure
TapShortIterable. procedure
private ShortProcedure
TapShortIterable.TapShortIterator. procedure
Methods in org.eclipse.collections.impl.lazy.primitive with parameters of type ShortProcedure Modifier and Type Method Description void
CollectBooleanToShortIterable. each(ShortProcedure procedure)
void
CollectByteToShortIterable. each(ShortProcedure procedure)
void
CollectCharToShortIterable. each(ShortProcedure procedure)
void
CollectDoubleToShortIterable. each(ShortProcedure procedure)
void
CollectFloatToShortIterable. each(ShortProcedure procedure)
void
CollectIntToShortIterable. each(ShortProcedure procedure)
void
CollectLongToShortIterable. each(ShortProcedure procedure)
void
CollectShortIterable. each(ShortProcedure procedure)
void
CollectShortToShortIterable. each(ShortProcedure procedure)
void
LazyShortIterableAdapter. each(ShortProcedure procedure)
void
ReverseShortIterable. each(ShortProcedure procedure)
void
SelectShortIterable. each(ShortProcedure procedure)
void
TapShortIterable. each(ShortProcedure procedure)
LazyShortIterable
AbstractLazyShortIterable. tap(ShortProcedure procedure)
void
CollectShortIterable.ShortFunctionToProcedure. value(T each, ShortProcedure procedure)
Constructors in org.eclipse.collections.impl.lazy.primitive with parameters of type ShortProcedure Constructor Description IfShortProcedure(ShortProcedure procedure)
TapShortIterable(ShortIterable delegate, ShortProcedure procedure)
TapShortIterator(ShortIterator iterator, ShortProcedure procedure)
TapShortIterator(ShortIterable iterable, ShortProcedure procedure)
-
Uses of ShortProcedure in org.eclipse.collections.impl.list.immutable.primitive
Methods in org.eclipse.collections.impl.list.immutable.primitive with parameters of type ShortProcedure Modifier and Type Method Description void
ImmutableShortArrayList. each(ShortProcedure procedure)
void
ImmutableShortEmptyList. each(ShortProcedure procedure)
void
ImmutableShortSingletonList. each(ShortProcedure procedure)
void
ImmutableShortEmptyList. forEach(ShortProcedure procedure)
-
Uses of ShortProcedure in org.eclipse.collections.impl.list.mutable.primitive
Methods in org.eclipse.collections.impl.list.mutable.primitive with parameters of type ShortProcedure Modifier and Type Method Description void
ShortArrayList. each(ShortProcedure procedure)
-
Uses of ShortProcedure in org.eclipse.collections.impl.map.immutable.primitive
Methods in org.eclipse.collections.impl.map.immutable.primitive with parameters of type ShortProcedure Modifier and Type Method Description void
ImmutableByteShortEmptyMap. each(ShortProcedure procedure)
void
ImmutableByteShortHashMap. each(ShortProcedure procedure)
void
ImmutableByteShortSingletonMap. each(ShortProcedure procedure)
void
ImmutableCharShortEmptyMap. each(ShortProcedure procedure)
void
ImmutableCharShortHashMap. each(ShortProcedure procedure)
void
ImmutableCharShortSingletonMap. each(ShortProcedure procedure)
void
ImmutableDoubleShortEmptyMap. each(ShortProcedure procedure)
void
ImmutableDoubleShortHashMap. each(ShortProcedure procedure)
void
ImmutableDoubleShortSingletonMap. each(ShortProcedure procedure)
void
ImmutableFloatShortEmptyMap. each(ShortProcedure procedure)
void
ImmutableFloatShortHashMap. each(ShortProcedure procedure)
void
ImmutableFloatShortSingletonMap. each(ShortProcedure procedure)
void
ImmutableIntShortEmptyMap. each(ShortProcedure procedure)
void
ImmutableIntShortHashMap. each(ShortProcedure procedure)
void
ImmutableIntShortSingletonMap. each(ShortProcedure procedure)
void
ImmutableLongShortEmptyMap. each(ShortProcedure procedure)
void
ImmutableLongShortHashMap. each(ShortProcedure procedure)
void
ImmutableLongShortSingletonMap. each(ShortProcedure procedure)
void
ImmutableObjectShortEmptyMap. each(ShortProcedure procedure)
void
ImmutableObjectShortHashMap. each(ShortProcedure procedure)
void
ImmutableObjectShortSingletonMap. each(ShortProcedure procedure)
void
ImmutableShortShortEmptyMap. each(ShortProcedure procedure)
void
ImmutableShortShortHashMap. each(ShortProcedure procedure)
void
ImmutableShortShortSingletonMap. each(ShortProcedure procedure)
void
ImmutableByteShortEmptyMap. forEach(ShortProcedure procedure)
void
ImmutableCharShortEmptyMap. forEach(ShortProcedure procedure)
void
ImmutableDoubleShortEmptyMap. forEach(ShortProcedure procedure)
void
ImmutableFloatShortEmptyMap. forEach(ShortProcedure procedure)
void
ImmutableIntShortEmptyMap. forEach(ShortProcedure procedure)
void
ImmutableLongShortEmptyMap. forEach(ShortProcedure procedure)
void
ImmutableObjectShortEmptyMap. forEach(ShortProcedure procedure)
void
ImmutableObjectShortSingletonMap. forEach(ShortProcedure procedure)
void
ImmutableShortShortEmptyMap. forEach(ShortProcedure procedure)
void
ImmutableShortBooleanEmptyMap. forEachKey(ShortProcedure procedure)
void
ImmutableShortBooleanHashMap. forEachKey(ShortProcedure procedure)
void
ImmutableShortBooleanSingletonMap. forEachKey(ShortProcedure procedure)
void
ImmutableShortByteEmptyMap. forEachKey(ShortProcedure procedure)
void
ImmutableShortByteHashMap. forEachKey(ShortProcedure procedure)
void
ImmutableShortByteSingletonMap. forEachKey(ShortProcedure procedure)
void
ImmutableShortCharEmptyMap. forEachKey(ShortProcedure procedure)
void
ImmutableShortCharHashMap. forEachKey(ShortProcedure procedure)
void
ImmutableShortCharSingletonMap. forEachKey(ShortProcedure procedure)
void
ImmutableShortDoubleEmptyMap. forEachKey(ShortProcedure procedure)
void
ImmutableShortDoubleHashMap. forEachKey(ShortProcedure procedure)
void
ImmutableShortDoubleSingletonMap. forEachKey(ShortProcedure procedure)
void
ImmutableShortFloatEmptyMap. forEachKey(ShortProcedure procedure)
void
ImmutableShortFloatHashMap. forEachKey(ShortProcedure procedure)
void
ImmutableShortFloatSingletonMap. forEachKey(ShortProcedure procedure)
void
ImmutableShortIntEmptyMap. forEachKey(ShortProcedure procedure)
void
ImmutableShortIntHashMap. forEachKey(ShortProcedure procedure)
void
ImmutableShortIntSingletonMap. forEachKey(ShortProcedure procedure)
void
ImmutableShortLongEmptyMap. forEachKey(ShortProcedure procedure)
void
ImmutableShortLongHashMap. forEachKey(ShortProcedure procedure)
void
ImmutableShortLongSingletonMap. forEachKey(ShortProcedure procedure)
void
ImmutableShortObjectEmptyMap. forEachKey(ShortProcedure procedure)
void
ImmutableShortObjectHashMap. forEachKey(ShortProcedure procedure)
void
ImmutableShortObjectSingletonMap. forEachKey(ShortProcedure procedure)
void
ImmutableShortShortEmptyMap. forEachKey(ShortProcedure procedure)
void
ImmutableShortShortHashMap. forEachKey(ShortProcedure procedure)
void
ImmutableShortShortSingletonMap. forEachKey(ShortProcedure procedure)
void
ImmutableByteShortEmptyMap. forEachValue(ShortProcedure procedure)
void
ImmutableByteShortHashMap. forEachValue(ShortProcedure procedure)
void
ImmutableByteShortSingletonMap. forEachValue(ShortProcedure procedure)
void
ImmutableCharShortEmptyMap. forEachValue(ShortProcedure procedure)
void
ImmutableCharShortHashMap. forEachValue(ShortProcedure procedure)
void
ImmutableCharShortSingletonMap. forEachValue(ShortProcedure procedure)
void
ImmutableDoubleShortEmptyMap. forEachValue(ShortProcedure procedure)
void
ImmutableDoubleShortHashMap. forEachValue(ShortProcedure procedure)
void
ImmutableDoubleShortSingletonMap. forEachValue(ShortProcedure procedure)
void
ImmutableFloatShortEmptyMap. forEachValue(ShortProcedure procedure)
void
ImmutableFloatShortHashMap. forEachValue(ShortProcedure procedure)
void
ImmutableFloatShortSingletonMap. forEachValue(ShortProcedure procedure)
void
ImmutableIntShortEmptyMap. forEachValue(ShortProcedure procedure)
void
ImmutableIntShortHashMap. forEachValue(ShortProcedure procedure)
void
ImmutableIntShortSingletonMap. forEachValue(ShortProcedure procedure)
void
ImmutableLongShortEmptyMap. forEachValue(ShortProcedure procedure)
void
ImmutableLongShortHashMap. forEachValue(ShortProcedure procedure)
void
ImmutableLongShortSingletonMap. forEachValue(ShortProcedure procedure)
void
ImmutableObjectShortEmptyMap. forEachValue(ShortProcedure procedure)
void
ImmutableObjectShortHashMap. forEachValue(ShortProcedure procedure)
void
ImmutableObjectShortSingletonMap. forEachValue(ShortProcedure procedure)
void
ImmutableShortShortEmptyMap. forEachValue(ShortProcedure procedure)
void
ImmutableShortShortHashMap. forEachValue(ShortProcedure procedure)
void
ImmutableShortShortSingletonMap. forEachValue(ShortProcedure procedure)
-
Uses of ShortProcedure in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive with parameters of type ShortProcedure Modifier and Type Method Description void
AbstractMutableShortKeySet. each(ShortProcedure procedure)
void
AbstractMutableShortValuesMap.AbstractShortValuesCollection. each(ShortProcedure procedure)
void
AbstractMutableShortValuesMap. each(ShortProcedure procedure)
void
ImmutableShortMapKeySet. each(ShortProcedure procedure)
void
ImmutableShortShortMapKeySet. each(ShortProcedure procedure)
void
ObjectShortHashMap. each(ShortProcedure procedure)
void
ObjectShortHashMap.ValuesCollection. each(ShortProcedure procedure)
void
ObjectShortHashMapWithHashingStrategy. each(ShortProcedure procedure)
void
ObjectShortHashMapWithHashingStrategy.ValuesCollection. each(ShortProcedure procedure)
void
ShortBooleanHashMap.KeysView. each(ShortProcedure procedure)
void
ShortByteHashMap.KeysView. each(ShortProcedure procedure)
void
ShortCharHashMap.KeysView. each(ShortProcedure procedure)
void
ShortDoubleHashMap.KeysView. each(ShortProcedure procedure)
void
ShortFloatHashMap.KeysView. each(ShortProcedure procedure)
void
ShortIntHashMap.KeysView. each(ShortProcedure procedure)
void
ShortLongHashMap.KeysView. each(ShortProcedure procedure)
void
ShortObjectHashMap.KeysView. each(ShortProcedure procedure)
void
ShortShortHashMap.KeysView. each(ShortProcedure procedure)
void
SynchronizedByteShortMap. each(ShortProcedure procedure)
void
SynchronizedCharShortMap. each(ShortProcedure procedure)
void
SynchronizedDoubleShortMap. each(ShortProcedure procedure)
void
SynchronizedFloatShortMap. each(ShortProcedure procedure)
void
SynchronizedIntShortMap. each(ShortProcedure procedure)
void
SynchronizedLongShortMap. each(ShortProcedure procedure)
void
SynchronizedObjectShortMap. each(ShortProcedure procedure)
void
SynchronizedShortShortMap. each(ShortProcedure procedure)
void
UnmodifiableByteShortMap. each(ShortProcedure procedure)
void
UnmodifiableCharShortMap. each(ShortProcedure procedure)
void
UnmodifiableDoubleShortMap. each(ShortProcedure procedure)
void
UnmodifiableFloatShortMap. each(ShortProcedure procedure)
void
UnmodifiableIntShortMap. each(ShortProcedure procedure)
void
UnmodifiableLongShortMap. each(ShortProcedure procedure)
void
UnmodifiableObjectShortMap. each(ShortProcedure procedure)
void
UnmodifiableShortShortMap. each(ShortProcedure procedure)
void
ImmutableShortMapKeySet. forEach(ShortProcedure procedure)
void
ImmutableShortShortMapKeySet. forEach(ShortProcedure procedure)
void
ObjectShortHashMapWithHashingStrategy.ValuesCollection. forEach(ShortProcedure procedure)
void
ShortBooleanHashMap. forEachKey(ShortProcedure procedure)
void
ShortByteHashMap. forEachKey(ShortProcedure procedure)
void
ShortCharHashMap. forEachKey(ShortProcedure procedure)
void
ShortDoubleHashMap. forEachKey(ShortProcedure procedure)
void
ShortFloatHashMap. forEachKey(ShortProcedure procedure)
void
ShortIntHashMap. forEachKey(ShortProcedure procedure)
void
ShortLongHashMap. forEachKey(ShortProcedure procedure)
void
ShortObjectHashMap. forEachKey(ShortProcedure procedure)
void
ShortObjectHashMap.KeysMapWrapper. forEachKey(ShortProcedure procedure)
void
ShortShortHashMap. forEachKey(ShortProcedure procedure)
void
SynchronizedShortBooleanMap. forEachKey(ShortProcedure procedure)
void
SynchronizedShortByteMap. forEachKey(ShortProcedure procedure)
void
SynchronizedShortCharMap. forEachKey(ShortProcedure procedure)
void
SynchronizedShortDoubleMap. forEachKey(ShortProcedure procedure)
void
SynchronizedShortFloatMap. forEachKey(ShortProcedure procedure)
void
SynchronizedShortIntMap. forEachKey(ShortProcedure procedure)
void
SynchronizedShortLongMap. forEachKey(ShortProcedure procedure)
void
SynchronizedShortObjectMap. forEachKey(ShortProcedure procedure)
void
SynchronizedShortShortMap. forEachKey(ShortProcedure procedure)
void
UnmodifiableShortBooleanMap. forEachKey(ShortProcedure procedure)
void
UnmodifiableShortByteMap. forEachKey(ShortProcedure procedure)
void
UnmodifiableShortCharMap. forEachKey(ShortProcedure procedure)
void
UnmodifiableShortDoubleMap. forEachKey(ShortProcedure procedure)
void
UnmodifiableShortFloatMap. forEachKey(ShortProcedure procedure)
void
UnmodifiableShortIntMap. forEachKey(ShortProcedure procedure)
void
UnmodifiableShortLongMap. forEachKey(ShortProcedure procedure)
void
UnmodifiableShortObjectMap. forEachKey(ShortProcedure procedure)
void
UnmodifiableShortShortMap. forEachKey(ShortProcedure procedure)
void
AbstractMutableShortValuesMap. forEachValue(ShortProcedure procedure)
void
ObjectShortHashMap. forEachValue(ShortProcedure procedure)
void
ObjectShortHashMapWithHashingStrategy. forEachValue(ShortProcedure procedure)
void
SynchronizedByteShortMap. forEachValue(ShortProcedure procedure)
void
SynchronizedCharShortMap. forEachValue(ShortProcedure procedure)
void
SynchronizedDoubleShortMap. forEachValue(ShortProcedure procedure)
void
SynchronizedFloatShortMap. forEachValue(ShortProcedure procedure)
void
SynchronizedIntShortMap. forEachValue(ShortProcedure procedure)
void
SynchronizedLongShortMap. forEachValue(ShortProcedure procedure)
void
SynchronizedObjectShortMap. forEachValue(ShortProcedure procedure)
void
SynchronizedShortShortMap. forEachValue(ShortProcedure procedure)
void
UnmodifiableByteShortMap. forEachValue(ShortProcedure procedure)
void
UnmodifiableCharShortMap. forEachValue(ShortProcedure procedure)
void
UnmodifiableDoubleShortMap. forEachValue(ShortProcedure procedure)
void
UnmodifiableFloatShortMap. forEachValue(ShortProcedure procedure)
void
UnmodifiableIntShortMap. forEachValue(ShortProcedure procedure)
void
UnmodifiableLongShortMap. forEachValue(ShortProcedure procedure)
void
UnmodifiableObjectShortMap. forEachValue(ShortProcedure procedure)
void
UnmodifiableShortShortMap. forEachValue(ShortProcedure procedure)
-
Uses of ShortProcedure in org.eclipse.collections.impl.map.primitive
Methods in org.eclipse.collections.impl.map.primitive with parameters of type ShortProcedure Modifier and Type Method Description void
ShortKeysMap. forEachKey(ShortProcedure procedure)
-
Uses of ShortProcedure in org.eclipse.collections.impl.primitive
Methods in org.eclipse.collections.impl.primitive with parameters of type ShortProcedure Modifier and Type Method Description void
SynchronizedShortIterable. each(ShortProcedure procedure)
-
Uses of ShortProcedure in org.eclipse.collections.impl.set.immutable.primitive
Methods in org.eclipse.collections.impl.set.immutable.primitive with parameters of type ShortProcedure Modifier and Type Method Description void
ImmutableShortEmptySet. each(ShortProcedure procedure)
void
ImmutableShortSingletonSet. each(ShortProcedure procedure)
void
ImmutableShortEmptySet. forEach(ShortProcedure procedure)
-
Uses of ShortProcedure in org.eclipse.collections.impl.set.mutable.primitive
Methods in org.eclipse.collections.impl.set.mutable.primitive with parameters of type ShortProcedure Modifier and Type Method Description void
ShortHashSet. each(ShortProcedure procedure)
void
ShortHashSet.ImmutableShortHashSet. each(ShortProcedure procedure)
-
Uses of ShortProcedure in org.eclipse.collections.impl.stack.immutable.primitive
Methods in org.eclipse.collections.impl.stack.immutable.primitive with parameters of type ShortProcedure Modifier and Type Method Description void
ImmutableShortEmptyStack. each(ShortProcedure procedure)
void
ImmutableShortSingletonStack. each(ShortProcedure procedure)
void
ImmutableShortEmptyStack. forEach(ShortProcedure procedure)
-
Uses of ShortProcedure in org.eclipse.collections.impl.stack.mutable.primitive
Methods in org.eclipse.collections.impl.stack.mutable.primitive with parameters of type ShortProcedure Modifier and Type Method Description void
SynchronizedShortStack. each(ShortProcedure procedure)
void
UnmodifiableShortStack. each(ShortProcedure procedure)
-
Uses of ShortProcedure in org.eclipse.collections.impl.stack.primitive
Methods in org.eclipse.collections.impl.stack.primitive with parameters of type ShortProcedure Modifier and Type Method Description void
AbstractShortStack. each(ShortProcedure procedure)
-
Uses of ShortProcedure in org.eclipse.collections.impl.utility.internal.primitive
Methods in org.eclipse.collections.impl.utility.internal.primitive with parameters of type ShortProcedure Modifier and Type Method Description static void
ShortIterableIterate. forEach(ShortIterable iterable, ShortProcedure procedure)
static void
ShortIteratorIterate. forEach(ShortIterator iterator, ShortProcedure procedure)
-
Uses of ShortProcedure in org.eclipse.collections.impl.utility.primitive
Methods in org.eclipse.collections.impl.utility.primitive with parameters of type ShortProcedure Modifier and Type Method Description static LazyShortIterable
LazyShortIterate. tap(ShortIterable iterable, ShortProcedure procedure)
Creates a deferred tap iterable for the specified iterable.
-