Uses of Interface
org.eclipse.collections.api.block.procedure.primitive.CharProcedure
Packages that use CharProcedure
Package
Description
This package contains interfaces for Eclipse Collections API.
This package contains API for Primitive Bags with Mutable and Immutable variants.
This package contains mutable and immutable primitive collection API.
This package contains mutable and immutable primitive list API.
This package contains API for primitive to primitive maps, primitive to object maps and object to primitive maps with mutable and immutable variants.
This package contains API for mutable and immutable primitive sets.
This package contains mutable and immutable primitive stack API.
-
Uses of CharProcedure in org.eclipse.collections.api
Methods in org.eclipse.collections.api with parameters of type CharProcedureModifier and TypeMethodDescriptionvoidCharIterable.each(CharProcedure procedure) A synonym for forEach.default voidCharIterable.forEach(CharProcedure procedure) Applies the CharProcedure to each element in the CharIterable.default CharIterableCharIterable.tap(CharProcedure procedure) LazyCharIterable.tap(CharProcedure procedure) -
Uses of CharProcedure in org.eclipse.collections.api.bag.primitive
Methods in org.eclipse.collections.api.bag.primitive with parameters of type CharProcedureModifier and TypeMethodDescriptiondefault CharBagCharBag.tap(CharProcedure procedure) default ImmutableCharBagImmutableCharBag.tap(CharProcedure procedure) default MutableCharBagMutableCharBag.tap(CharProcedure procedure) -
Uses of CharProcedure in org.eclipse.collections.api.collection.primitive
Methods in org.eclipse.collections.api.collection.primitive with parameters of type CharProcedureModifier and TypeMethodDescriptiondefault ImmutableCharCollectionImmutableCharCollection.tap(CharProcedure procedure) default MutableCharCollectionMutableCharCollection.tap(CharProcedure procedure) -
Uses of CharProcedure in org.eclipse.collections.api.list.primitive
Methods in org.eclipse.collections.api.list.primitive with parameters of type CharProcedureModifier and TypeMethodDescriptiondefault CharListCharList.tap(CharProcedure procedure) default ImmutableCharListImmutableCharList.tap(CharProcedure procedure) default MutableCharListMutableCharList.tap(CharProcedure procedure) -
Uses of CharProcedure in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive with parameters of type CharProcedureModifier and TypeMethodDescriptionvoidCharBooleanMap.forEachKey(CharProcedure procedure) Iterates through each key in the map, invoking the procedure for each.voidCharByteMap.forEachKey(CharProcedure procedure) Iterates through each key in the map, invoking the procedure for each.voidCharCharMap.forEachKey(CharProcedure procedure) Iterates through each key in the map, invoking the procedure for each.voidCharDoubleMap.forEachKey(CharProcedure procedure) Iterates through each key in the map, invoking the procedure for each.voidCharFloatMap.forEachKey(CharProcedure procedure) Iterates through each key in the map, invoking the procedure for each.voidCharIntMap.forEachKey(CharProcedure procedure) Iterates through each key in the map, invoking the procedure for each.voidCharLongMap.forEachKey(CharProcedure procedure) Iterates through each key in the map, invoking the procedure for each.voidCharObjectMap.forEachKey(CharProcedure procedure) Iterates through each key in the map, invoking the procedure for each.voidCharShortMap.forEachKey(CharProcedure procedure) Iterates through each key in the map, invoking the procedure for each.voidCharValuesMap.forEachValue(CharProcedure procedure) Iterates through each value in this map.voidObjectCharMap.forEachValue(CharProcedure procedure) Iterates through each value in this map.default CharValuesMapCharValuesMap.tap(CharProcedure procedure) default ImmutableObjectCharMap<K>ImmutableObjectCharMap.tap(CharProcedure procedure) default MutableObjectCharMap<K>MutableObjectCharMap.tap(CharProcedure procedure) default ObjectCharMap<K>ObjectCharMap.tap(CharProcedure procedure) -
Uses of CharProcedure in org.eclipse.collections.api.set.primitive
Methods in org.eclipse.collections.api.set.primitive with parameters of type CharProcedureModifier and TypeMethodDescriptiondefault CharSetCharSet.tap(CharProcedure procedure) default ImmutableCharSetImmutableCharSet.tap(CharProcedure procedure) default MutableCharSetMutableCharSet.tap(CharProcedure procedure) -
Uses of CharProcedure in org.eclipse.collections.api.stack.primitive
Methods in org.eclipse.collections.api.stack.primitive with parameters of type CharProcedureModifier and TypeMethodDescriptiondefault CharStackCharStack.tap(CharProcedure procedure) default ImmutableCharStackImmutableCharStack.tap(CharProcedure procedure) default MutableCharStackMutableCharStack.tap(CharProcedure procedure)