Uses of Class
org.lionsoul.jcseg.util.IStringBuffer
-
Packages that use IStringBuffer Package Description org.lionsoul.jcseg.segmenter org.lionsoul.jcseg.sentence org.lionsoul.jcseg.util -
-
Uses of IStringBuffer in org.lionsoul.jcseg.segmenter
Fields in org.lionsoul.jcseg.segmenter declared as IStringBuffer Modifier and Type Field Description protected IStringBufferNGramSeg. isbprotected IStringBufferSegmenter. isb -
Uses of IStringBuffer in org.lionsoul.jcseg.sentence
Fields in org.lionsoul.jcseg.sentence declared as IStringBuffer Modifier and Type Field Description protected IStringBufferSentenceSeg. gIsbglobal string buffer -
Uses of IStringBuffer in org.lionsoul.jcseg.util
Methods in org.lionsoul.jcseg.util that return IStringBuffer Modifier and Type Method Description IStringBufferIStringBuffer. append(boolean bool)append a boolean valueIStringBufferIStringBuffer. append(char c)append a char to the bufferIStringBufferIStringBuffer. append(char[] chars)append some chars to the bufferIStringBufferIStringBuffer. append(char[] chars, int start)append the rest of the chars to the bufferIStringBufferIStringBuffer. append(char[] chars, int start, int length)append parts of the chars to the bufferIStringBufferIStringBuffer. append(double doublev)append a double valueIStringBufferIStringBuffer. append(float floatv)append a float valueIStringBufferIStringBuffer. append(int intv)append a int valueIStringBufferIStringBuffer. append(long longv)append a long valueIStringBufferIStringBuffer. append(short shortv)append a short valueIStringBufferIStringBuffer. append(String str)append a string to the bufferIStringBufferIStringBuffer. clear()clear the buffer by reset the count to 0IStringBufferIStringBuffer. deleteCharAt(int idx)delete the char at the specified positionMethods in org.lionsoul.jcseg.util with parameters of type IStringBuffer Modifier and Type Method Description static voidSTConverter. SimToTraditional(String str, IStringBuffer isb)static voidSTConverter. TraToSimplified(String str, IStringBuffer isb)
-