See: Description
| Interface | Description |
|---|---|
| Float27Function |
Interface that represents a function object: a function that takes 27
arguments and returns a single value.
|
| Float9Function |
Interface that represents a function object: a function that takes 9
arguments and returns a single value.
|
| FloatComparator |
A comparison function which imposes a total ordering on some
collection of elements.
|
| FloatFloatFunction |
Interface that represents a function object: a function that takes two
arguments and returns a single value.
|
| FloatFloatProcedure |
Interface that represents a procedure object: a procedure that takes two
arguments and does not return a value.
|
| FloatFunction |
Interface that represents a function object: a function that takes a single
argument and returns a single value.
|
| FloatIntProcedure |
Interface that represents a procedure object: a procedure that takes two
arguments and does not return a value.
|
| FloatLongProcedure |
Interface that represents a procedure object: a procedure that takes two
arguments and does not return a value.
|
| FloatProcedure |
Interface that represents a procedure object: a procedure that takes a single
argument and does not return a value.
|
| IntFloatProcedure |
Interface that represents a procedure object: a procedure that takes two
arguments and does not return a value.
|
| IntIntFloatFunction |
Interface that represents a function object: a function that takes three
arguments.
|
| LongFloatProcedure |
Interface that represents a procedure object: a procedure that takes two
arguments and does not return a value.
|
Jump to the Parallel Colt Homepage