Class StringFunctions.ToPrimitiveIntFunction
java.lang.Object
org.eclipse.collections.impl.block.factory.StringFunctions.ToPrimitiveIntFunction
- All Implemented Interfaces:
Serializable
,ToIntFunction<String>
,IntFunction<String>
- Enclosing class:
StringFunctions
private static final class StringFunctions.ToPrimitiveIntFunction
extends Object
implements IntFunction<String>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.eclipse.collections.api.block.function.primitive.IntFunction
applyAsInt
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
ToPrimitiveIntFunction
private ToPrimitiveIntFunction()
-
-
Method Details
-
intValueOf
- Specified by:
intValueOf
in interfaceIntFunction<String>
-