public abstract class ComputedIndex extends AIndex
| Modifier and Type | Field and Description |
|---|---|
protected int |
length |
| Constructor and Description |
|---|
ComputedIndex(int length) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isFullyMutable() |
int |
length()
Returns the length of this index list
|
void |
set(int i,
int value) |
public boolean isFullyMutable()
isFullyMutable in class AIndexpublic final int length()
AIndexCopyright © 2013. All Rights Reserved.