Class ShortCaseFunction<V>
java.lang.Object
org.eclipse.collections.impl.block.function.primitive.ShortCaseFunction<V>
- All Implemented Interfaces:
Serializable,ShortToObjectFunction<V>
This file was automatically generated from template file primitiveCaseFunction.stg.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddCase(ShortPredicate predicate, ShortToObjectFunction<? extends V> function) setDefault(ShortToObjectFunction<? extends V> function) toString()valueOf(short argument)
-
Constructor Details
-
ShortCaseFunction
public ShortCaseFunction() -
ShortCaseFunction
-
-
Method Details
-
addCase
public ShortCaseFunction<V> addCase(ShortPredicate predicate, ShortToObjectFunction<? extends V> function) -
setDefault
-
valueOf
- Specified by:
valueOfin interfaceShortToObjectFunction<V>
-
toString
-