public class CachingObjectArray extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
CachingObjectArray.ObjectFactory |
| Constructor and Description |
|---|
CachingObjectArray(CachingObjectArray.ObjectFactory objectFactory) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
Object |
getObject(int index) |
CachingObjectArray.ObjectFactory |
getObjectFactory() |
void |
setCachedRange(int indexMin,
int indexMax) |
void |
setObject(int index,
Object o) |
void |
setObjectFactory(CachingObjectArray.ObjectFactory objectFactory) |
public CachingObjectArray(CachingObjectArray.ObjectFactory objectFactory)
public CachingObjectArray.ObjectFactory getObjectFactory()
public void setObjectFactory(CachingObjectArray.ObjectFactory objectFactory)
public void setCachedRange(int indexMin,
int indexMax)
public final void setObject(int index,
Object o)
public void clear()
Copyright © 2014–2017 European Space Agency (ESA). All rights reserved.