Package gnu.trove.procedure.array
Class ToObjectArrayProceedure<T>
java.lang.Object
gnu.trove.procedure.array.ToObjectArrayProceedure<T>
- All Implemented Interfaces:
TObjectProcedure<T>
A procedure which stores each value it receives into a target array.
Created: Sat Jan 12 10:13:42 2002
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ToObjectArrayProceedure
-
-
Method Details
-
execute
Description copied from interface:TObjectProcedure
Executes this procedure. A false return value indicates that the application executing this procedure should not invoke this procedure again.- Specified by:
execute
in interfaceTObjectProcedure<T>
- Parameters:
value
- anObject
value- Returns:
- true if additional invocations of the procedure are allowed.
-