public final class ObjectArray extends Object
Constructor and Description |
---|
ObjectArray(int min,
int max) |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
int |
getMaxIndex() |
int |
getMinIndex() |
Object |
getObject(int i) |
void |
set(ObjectArray array) |
void |
setObject(int i,
Object o) |
public int getMinIndex()
public int getMaxIndex()
public Object getObject(int i)
public void setObject(int i, Object o)
public void clear()
public void set(ObjectArray array)
Copyright © 2014–2022 European Space Agency (ESA). All rights reserved.