Package gnu.trove.procedure

Interface Summary
TCharProcedure Interface for procedures with one char parameter.
TIntCharProcedure Interface for procedures that take two parameters of type int and char.
TIntIntProcedure Interface for procedures that take two parameters of type int and int.
TIntLongProcedure Interface for procedures that take two parameters of type int and long.
TIntObjectProcedure<T> Interface for procedures that take two parameters of type int and Object.
TIntProcedure Interface for procedures with one int parameter.
TLongIntProcedure Interface for procedures that take two parameters of type long and int.
TLongLongProcedure Interface for procedures that take two parameters of type long and long.
TLongObjectProcedure<T> Interface for procedures that take two parameters of type long and Object.
TLongProcedure Interface for procedures with one long parameter.
TObjectIntProcedure<K> Interface for procedures that take two parameters of type Object and int.
TObjectLongProcedure<K> Interface for procedures that take two parameters of type Object and long.
TObjectObjectProcedure<K,V> Interface for procedures that take two Object parameters.
TObjectProcedure<T> Interface for procedures with one Object parameter.
 



Copyright © 2000-2010 VeriSign Inc. All Rights Reserved