DoubleRef |
Class for objects with a single mutable double field.
|
IntRef |
Class for objects with a single mutable int field.
|
LongRef |
Class for objects with a single mutable long field.
|
Pair<A,B> |
Pair of two generic values.
|
Ref<A> |
Class for objects with a single mutable generic field.
|
Tuple2<A,B> |
Tuple of two generic values.
|
Tuple3<A,B,C> |
Tuple of three generic values.
|
Tuple4<A,B,C,D> |
Tuple of four generic values.
|
Tuple5<A,B,C,D,E> |
Tuple of five generic values.
|
TypeTestFunction<T,R> |
Interface for conditional functions which do a type test of the
argument value.
|
Util |
Class with some miscellaneous utility methods.
|
When |
Class with static methods implementing some methods functioning
like conditional statements.
|