Uses of Interface
org.eclipse.collections.api.block.procedure.primitive.CharProcedure
-
Packages that use CharProcedure 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 CharProcedure in org.eclipse.collections.api
Methods in org.eclipse.collections.api with parameters of type CharProcedure Modifier and Type Method Description voidCharIterable. 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)LazyCharIterableLazyCharIterable. 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 CharProcedure Modifier and Type Method Description default 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 CharProcedure Modifier and Type Method Description default 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 CharProcedure Modifier and Type Method Description default 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 CharProcedure Modifier and Type Method Description voidCharBooleanMap. 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 CharProcedure Modifier and Type Method Description default 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 CharProcedure Modifier and Type Method Description default CharStackCharStack. tap(CharProcedure procedure)default ImmutableCharStackImmutableCharStack. tap(CharProcedure procedure)default MutableCharStackMutableCharStack. tap(CharProcedure procedure)
-