public class SuggestionStage extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
SuggestionStage.Entry |
class |
SuggestionStage.Node |
| Modifier and Type | Field and Description |
|---|---|
Map<Integer,SuggestionStage.Entry> |
deletes |
ChunkArray<SuggestionStage.Node> |
nodes |
| Constructor and Description |
|---|
SuggestionStage(int initialCapacity) |
public Map<Integer,SuggestionStage.Entry> deletes
public ChunkArray<SuggestionStage.Node> nodes