public class ChunkArray<T> extends Object
Modifier and Type | Field and Description |
---|---|
int |
count |
SuggestionStage.Node[][] |
values |
Modifier and Type | Method and Description |
---|---|
int |
add(SuggestionStage.Node value) |
void |
clear() |
SuggestionStage.Node |
getValues(int index) |
void |
setValues(int index,
SuggestionStage.Node value) |
void |
setValues(int index,
SuggestionStage.Node value,
SuggestionStage.Node[][] list) |
public SuggestionStage.Node[][] values
public int count
public int add(SuggestionStage.Node value)
public void clear()
public SuggestionStage.Node getValues(int index)
public void setValues(int index, SuggestionStage.Node value)
public void setValues(int index, SuggestionStage.Node value, SuggestionStage.Node[][] list)