| 限定符和类型 | 类和说明 |
|---|---|
protected static class |
TrieST.Node |
| 限定符和类型 | 字段和说明 |
|---|---|
protected char[] |
chars |
protected TrieST.Node |
root |
| 限定符 | 构造器和说明 |
|---|---|
protected |
TrieST(char[] chars) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
check(char[] a) |
void |
delete(char[] a) |
protected <T extends TrieST.Node> |
get(TrieST.Node x,
char[] a,
int d) |
protected Iterable<char[]> |
getChars0(Predicate<TrieST.Node> predicate,
int limit) |
protected int |
idx(char c) |
protected <T extends TrieST.Node> |
root() |
static char[] |
toChars(int i) |
static char[] |
toChars(long j) |
static int |
toInt(char[] a) |
static long |
toLong(char[] a) |
protected final char[] chars
protected TrieST.Node root
protected final <T extends TrieST.Node> T root()
protected final void check(char[] a)
protected final int idx(char c)
protected final <T extends TrieST.Node> T get(TrieST.Node x, char[] a, int d)
public final void delete(char[] a)
protected final Iterable<char[]> getChars0(Predicate<TrieST.Node> predicate, int limit)
public static char[] toChars(int i)
public static char[] toChars(long j)
public static int toInt(char[] a)
public static long toLong(char[] a)
Copyright © 2022. All rights reserved.