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 CharFunction
CharFunction. TO_LOWERCASE
Deprecated.static CharFunction
CharFunction. TO_UPPERCASE
Deprecated. -
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 java.lang.String
StringIterate. collect(java.lang.String string, CharFunction function)
Deprecated.since 3.0.
-