| Package | Description |
|---|---|
| org.apache.metamodel.util |
Utilities and convenient classes
|
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableRef<E>
Simple/hard implementation of the
Ref interface. |
class |
LazyRef<E>
Represents a lazy loaded reference.
|
class |
MutableRef<E>
Represents a mutable reference to any object
|
class |
SerializableRef<E>
A serializable reference to an object which may or may not be serializable.
|
| Modifier and Type | Method and Description |
|---|---|
static <E> Ref<E> |
ImmutableRef.of(E object) |
Copyright © 2007–2017 The Apache Software Foundation. All rights reserved.