Uses of Interface
org.eclipse.collections.api.block.procedure.primitive.LongProcedure
-
Packages that use LongProcedure 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. -
-
Uses of LongProcedure in org.eclipse.collections.api
Methods in org.eclipse.collections.api with parameters of type LongProcedure Modifier and Type Method Description voidLongIterable. each(LongProcedure procedure)A synonym for forEach.default voidLongIterable. forEach(LongProcedure procedure)Applies the LongProcedure to each element in the LongIterable.LazyLongIterableLazyLongIterable. tap(LongProcedure procedure)default LongIterableLongIterable. tap(LongProcedure procedure) -
Uses of LongProcedure in org.eclipse.collections.api.bag.primitive
Methods in org.eclipse.collections.api.bag.primitive with parameters of type LongProcedure Modifier and Type Method Description default ImmutableLongBagImmutableLongBag. tap(LongProcedure procedure)default LongBagLongBag. tap(LongProcedure procedure)default MutableLongBagMutableLongBag. tap(LongProcedure procedure) -
Uses of LongProcedure in org.eclipse.collections.api.collection.primitive
Methods in org.eclipse.collections.api.collection.primitive with parameters of type LongProcedure Modifier and Type Method Description default ImmutableLongCollectionImmutableLongCollection. tap(LongProcedure procedure)default MutableLongCollectionMutableLongCollection. tap(LongProcedure procedure) -
Uses of LongProcedure in org.eclipse.collections.api.list.primitive
Methods in org.eclipse.collections.api.list.primitive with parameters of type LongProcedure Modifier and Type Method Description default ImmutableLongListImmutableLongList. tap(LongProcedure procedure)default LongListLongList. tap(LongProcedure procedure)default MutableLongListMutableLongList. tap(LongProcedure procedure) -
Uses of LongProcedure in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive with parameters of type LongProcedure Modifier and Type Method Description voidLongBooleanMap. forEachKey(LongProcedure procedure)Iterates through each key in the map, invoking the procedure for each.voidLongByteMap. forEachKey(LongProcedure procedure)Iterates through each key in the map, invoking the procedure for each.voidLongCharMap. forEachKey(LongProcedure procedure)Iterates through each key in the map, invoking the procedure for each.voidLongDoubleMap. forEachKey(LongProcedure procedure)Iterates through each key in the map, invoking the procedure for each.voidLongFloatMap. forEachKey(LongProcedure procedure)Iterates through each key in the map, invoking the procedure for each.voidLongIntMap. forEachKey(LongProcedure procedure)Iterates through each key in the map, invoking the procedure for each.voidLongLongMap. forEachKey(LongProcedure procedure)Iterates through each key in the map, invoking the procedure for each.voidLongObjectMap. forEachKey(LongProcedure procedure)Iterates through each key in the map, invoking the procedure for each.voidLongShortMap. forEachKey(LongProcedure procedure)Iterates through each key in the map, invoking the procedure for each.voidLongValuesMap. forEachValue(LongProcedure procedure)Iterates through each value in this map.voidObjectLongMap. forEachValue(LongProcedure procedure)Iterates through each value in this map.default ImmutableObjectLongMap<K>ImmutableObjectLongMap. tap(LongProcedure procedure)default LongValuesMapLongValuesMap. tap(LongProcedure procedure)default MutableObjectLongMap<K>MutableObjectLongMap. tap(LongProcedure procedure)default ObjectLongMap<K>ObjectLongMap. tap(LongProcedure procedure) -
Uses of LongProcedure in org.eclipse.collections.api.set.primitive
Methods in org.eclipse.collections.api.set.primitive with parameters of type LongProcedure Modifier and Type Method Description default ImmutableLongSetImmutableLongSet. tap(LongProcedure procedure)default LongSetLongSet. tap(LongProcedure procedure)default MutableLongSetMutableLongSet. tap(LongProcedure procedure) -
Uses of LongProcedure in org.eclipse.collections.api.stack.primitive
Methods in org.eclipse.collections.api.stack.primitive with parameters of type LongProcedure Modifier and Type Method Description default ImmutableLongStackImmutableLongStack. tap(LongProcedure procedure)default LongStackLongStack. tap(LongProcedure procedure)default MutableLongStackMutableLongStack. tap(LongProcedure procedure)
-