Uses of Class
org.apache.lucene.util.CharsRef
Packages that use CharsRef
Package
Description
Some utility classes.
Finite state transducers
-
Uses of CharsRef in org.apache.lucene.util
Methods in org.apache.lucene.util that return CharsRefModifier and TypeMethodDescriptionCharsRef.clone()
Returns a shallow clone of this instance (the underlying characters are not copied and will be shared by both the returned object and this object.static CharsRef
CharsRef.deepCopyOf
(CharsRef other) Creates a new CharsRef that points to a copy of the chars fromother
CharsRefBuilder.get()
Return aCharsRef
that points to the internal content of this builder.CharsRefBuilder.toCharsRef()
Build a newCharsRef
that has the same content as this builder.Methods in org.apache.lucene.util that return types with arguments of type CharsRefModifier and TypeMethodDescriptionstatic Comparator
<CharsRef> CharsRef.getUTF16SortedAsUTF8Comparator()
Deprecated.This comparator is only a transition mechanismMethods in org.apache.lucene.util with parameters of type CharsRefModifier and TypeMethodDescriptionboolean
CharsRef.charsEquals
(CharsRef other) int
Signed int order comparisonvoid
Copies the givenCharsRef
referenced content into this instance.static CharsRef
CharsRef.deepCopyOf
(CharsRef other) Creates a new CharsRef that points to a copy of the chars fromother
-
Uses of CharsRef in org.apache.lucene.util.fst
Methods in org.apache.lucene.util.fst that return CharsRefMethods in org.apache.lucene.util.fst with parameters of type CharsRefModifier and TypeMethodDescriptionCharSequenceOutputs.outputToString
(CharsRef output) long
CharSequenceOutputs.ramBytesUsed
(CharsRef output) void
CharSequenceOutputs.write
(CharsRef prefix, DataOutput out)