gnu.trove

Class ToObjectArrayProcedure

final class ToObjectArrayProcedure extends Object implements TObjectProcedure

A procedure which stores each value it receives into a target array. Created: Sat Jan 12 10:13:42 2002

Version: $Id: ToObjectArrayProcedure.java,v 1.1 2002/01/14 05:59:43 ericdf Exp $

Author: Eric D. Friedman

Field Summary
intpos
Object[]target
Constructor Summary
ToObjectArrayProcedure(Object[] target)
Method Summary
booleanexecute(Object value)

Field Detail

pos

private int pos

target

private final Object[] target

Constructor Detail

ToObjectArrayProcedure

public ToObjectArrayProcedure(Object[] target)

Method Detail

execute

public final boolean execute(Object value)