See: Description
| Interface | Description |
|---|---|
| Double27Function |
Interface that represents a function object: a function that takes 27
arguments and returns a single value.
|
| Double5Function |
Interface that represents a function object: a function that takes 5
arguments and returns a single value.
|
| Double9Function |
Interface that represents a function object: a function that takes 9
arguments and returns a single value.
|
| DoubleComparator |
A comparison function which imposes a total ordering on some
collection of elements.
|
| DoubleDoubleFunction |
Interface that represents a function object: a function that takes two
arguments and returns a single value.
|
| DoubleDoubleProcedure |
Interface that represents a procedure object: a procedure that takes two
arguments and does not return a value.
|
| DoubleFunction |
Interface that represents a function object: a function that takes a single
argument and returns a single value.
|
| DoubleIntProcedure |
Interface that represents a procedure object: a procedure that takes two
arguments and does not return a value.
|
| DoubleLongProcedure |
Interface that represents a procedure object: a procedure that takes two
arguments and does not return a value.
|
| DoubleProcedure |
Interface that represents a procedure object: a procedure that takes a single
argument and does not return a value.
|
| IntDoubleFunction |
Interface that represents a function object: a function that takes two
arguments.
|
| IntDoubleProcedure |
Interface that represents a procedure object: a procedure that takes two
arguments and does not return a value.
|
| IntIntDoubleFunction |
Interface that represents a function object: a function that takes three
arguments.
|
| IntIntDoubleProcedure |
Interface that represents a procedure object: a procedure that takes three
arguments and does not return a value.
|
| LongDoubleProcedure |
Interface that represents a procedure object: a procedure that takes two
arguments and does not return a value.
|
Jump to the Parallel Colt Homepage