Class CollectShortProcedure<T>
java.lang.Object
org.eclipse.collections.impl.block.procedure.primitive.CollectShortProcedure<T>
- All Implemented Interfaces:
Serializable, Consumer<T>, Procedure<T>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final longprivate final MutableShortCollectionprivate final ShortFunction<? super T> -
Constructor Summary
ConstructorsConstructorDescriptionCollectShortProcedure(ShortFunction<? super T> shortFunction, MutableShortCollection targetCollection) -
Method Summary
Modifier and TypeMethodDescriptionvoid
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
shortFunction
-
shortCollection
-
-
Constructor Details
-
CollectShortProcedure
public CollectShortProcedure(ShortFunction<? super T> shortFunction, MutableShortCollection targetCollection)
-
-
Method Details
-
value
-
getShortCollection
-