Uses of Interface
org.eclipse.collections.impl.block.function.primitive.CharFunction
-
Packages that use CharFunction Package Description org.eclipse.collections.impl.block.function.primitive This package contains implementations of primitive functions.org.eclipse.collections.impl.utility This package contains static utilities that provide iteration pattern implementations which work with JCF collections. -
-
Uses of CharFunction in org.eclipse.collections.impl.block.function.primitive
Fields in org.eclipse.collections.impl.block.function.primitive declared as CharFunction Modifier and Type Field Description static CharFunctionCharFunction. TO_LOWERCASEDeprecated.static CharFunctionCharFunction. TO_UPPERCASEDeprecated. -
Uses of CharFunction in org.eclipse.collections.impl.utility
Methods in org.eclipse.collections.impl.utility with parameters of type CharFunction Modifier and Type Method Description static StringStringIterate. collect(String string, CharFunction function)Deprecated.since 3.0.
-