public class ChunkArray
extends Object
-
Method Summary
| Modifier and Type |
Method |
Description |
int |
add(io.gitlab.rxp90.jsymspell.SuggestionStage.Node value) |
|
io.gitlab.rxp90.jsymspell.SuggestionStage.Node |
get(int index) |
|
int |
getCount() |
|
void |
set(int index,
io.gitlab.rxp90.jsymspell.SuggestionStage.Node value) |
|
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
public int add(io.gitlab.rxp90.jsymspell.SuggestionStage.Node value)
-
public io.gitlab.rxp90.jsymspell.SuggestionStage.Node get(int index)
-
public void set(int index,
io.gitlab.rxp90.jsymspell.SuggestionStage.Node value)
-