Class | Description |
---|---|
Box<T> |
Used for enclosing a single return value, such as a returned task from a
scheduler.
|
FlexReference<T> |
Holds a reference to an object, using either a strong reference, or any
of the provided references in Java's provided references.
|
StrongReference<E> |
Holds a single strong reference to a stored object
|
Tuple<E,T> |
Represents a wrapper class for a pair of objects
|
Enum | Description |
---|---|
ReferenceType |
An enum representing the different types of references, as well as allowing
a passed object to be converted to a reference of the relevant type
|
Copyright © 2015. All rights reserved.