implements ISearchTree<T>
| cgw | |
| net.minecraft.client.util.SearchTree |
Field summary
| Modifier and Type | Field | ||||
|---|---|---|---|---|---|
| protected SuffixArray<T> |
| ||||
| protected SuffixArray<T> |
| ||||
| private final Function<T, Iterable<String>> |
| ||||
| private final Function<T, Iterable<MinecraftKey>> |
| ||||
| private final List<T> |
| ||||
| private it.unimi.dsi.fastutil.objects.Object2IntMap<T> |
|
Constructor summary
| Modifier | Constructor |
|---|---|
| public | (Function<T, Iterable<String>> arg0, Function<T, Iterable<MinecraftKey>> arg1) |
Method summary
| Modifier and Type | Method | ||||
|---|---|---|---|---|---|
| public void |
| ||||
| public void |
| ||||
| private void |
| ||||
| public List<T> |
|