| Modifier and Type | Class and Description |
|---|---|
class |
ComparableRef<T extends Comparable<? super T>>
A comparable reference to an object.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> Ref<T> |
Ref.create(T object)
Create a new
Ref where the type of the object is inferred from the type of the
argument. |
Copyright © 2020. All rights reserved.