public static class LocalObjects.NormalObjectEntry<T> extends Object implements LocalObjects.LocalObjectEntry<T>
| Modifier and Type | Field and Description |
|---|---|
protected T |
object |
protected RemoteReference<T> |
reference |
| Constructor and Description |
|---|
NormalObjectEntry() |
| Modifier and Type | Method and Description |
|---|---|
T |
getObject() |
RemoteReference<T> |
getRemoteReference() |
<R> Task<R> |
run(TaskFunction<LocalObjects.LocalObjectEntry<T>,R> function) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisDeactivated, updateLastAccessTimeprotected RemoteReference<T> reference
protected T object
public T getObject()
getObject in interface LocalObjects.LocalObjectEntry<T>public <R> Task<R> run(TaskFunction<LocalObjects.LocalObjectEntry<T>,R> function)
run in interface LocalObjects.LocalObjectEntry<T>public RemoteReference<T> getRemoteReference()
getRemoteReference in interface LocalObjects.LocalObjectEntry<T>Copyright © 2019 Electronic Arts Inc. All rights reserved.