public final class CollectShortProcedure<T>
extends java.lang.Object
implements com.gs.collections.api.block.procedure.Procedure<T>
| Constructor and Description |
|---|
CollectShortProcedure(com.gs.collections.api.block.function.primitive.ShortFunction<? super T> shortFunction,
com.gs.collections.api.collection.primitive.MutableShortCollection targetCollection) |
| Modifier and Type | Method and Description |
|---|---|
com.gs.collections.api.collection.primitive.MutableShortCollection |
getShortCollection() |
void |
value(T object) |
public CollectShortProcedure(com.gs.collections.api.block.function.primitive.ShortFunction<? super T> shortFunction, com.gs.collections.api.collection.primitive.MutableShortCollection targetCollection)