public abstract class StringTrieBuilder extends Object
This class is not intended for public subclassing.
Modifier and Type | Class and Description |
---|---|
static class |
StringTrieBuilder.Option
Build options for BytesTrieBuilder and CharsTrieBuilder.
|
Modifier and Type | Field and Description |
---|---|
protected StringBuilder |
strings
Deprecated.
This API is ICU internal only.
|
Modifier | Constructor and Description |
---|---|
protected |
StringTrieBuilder()
Deprecated.
This API is ICU internal only.
|
Modifier and Type | Method and Description |
---|---|
protected void |
addImpl(CharSequence s,
int value)
Deprecated.
This API is ICU internal only.
|
protected void |
buildImpl(StringTrieBuilder.Option buildOption)
Deprecated.
This API is ICU internal only.
|
protected void |
clearImpl()
Deprecated.
This API is ICU internal only.
|
protected abstract int |
getMaxBranchLinearSubNodeLength()
Deprecated.
This API is ICU internal only.
|
protected abstract int |
getMaxLinearMatchLength()
Deprecated.
This API is ICU internal only.
|
protected abstract int |
getMinLinearMatch()
Deprecated.
This API is ICU internal only.
|
protected abstract boolean |
matchNodesCanHaveValues()
Deprecated.
This API is ICU internal only.
|
protected abstract int |
write(int unit)
Deprecated.
This API is ICU internal only.
|
protected abstract int |
write(int offset,
int length)
Deprecated.
This API is ICU internal only.
|
protected abstract int |
writeDeltaTo(int jumpTarget)
Deprecated.
This API is ICU internal only.
|
protected abstract int |
writeValueAndFinal(int i,
boolean isFinal)
Deprecated.
This API is ICU internal only.
|
protected abstract int |
writeValueAndType(boolean hasValue,
int value,
int node)
Deprecated.
This API is ICU internal only.
|
@Deprecated protected StringBuilder strings
@Deprecated protected StringTrieBuilder()
@Deprecated protected void addImpl(CharSequence s, int value)
@Deprecated protected final void buildImpl(StringTrieBuilder.Option buildOption)
@Deprecated protected void clearImpl()
@Deprecated protected abstract boolean matchNodesCanHaveValues()
@Deprecated protected abstract int getMaxBranchLinearSubNodeLength()
@Deprecated protected abstract int getMinLinearMatch()
@Deprecated protected abstract int getMaxLinearMatchLength()
@Deprecated protected abstract int write(int unit)
@Deprecated protected abstract int write(int offset, int length)
@Deprecated protected abstract int writeValueAndFinal(int i, boolean isFinal)
@Deprecated protected abstract int writeValueAndType(boolean hasValue, int value, int node)
@Deprecated protected abstract int writeDeltaTo(int jumpTarget)
Copyright © 2016 Unicode, Inc. and others.