|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.unimi.dsi.bits.Utf16TransformationStrategy
TransformationStrategies.utf16()
and TransformationStrategies.prefixFreeUtf16()
.
@Deprecated public class Utf16TransformationStrategy
Constructor Summary | |
---|---|
Utf16TransformationStrategy()
Deprecated. Creates a prefix-free UTF16 transformation strategy. |
Method Summary | |
---|---|
TransformationStrategy<java.lang.CharSequence> |
copy()
Deprecated. Returns a copy of this transformation strategy. |
long |
numBits()
Deprecated. The (approximate) number of bits occupied by this transformation. |
BitVector |
toBitVector(java.lang.CharSequence s)
Deprecated. Returns a bit vector representation of the given object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Utf16TransformationStrategy()
Method Detail |
---|
public BitVector toBitVector(java.lang.CharSequence s)
TransformationStrategy
toBitVector
in interface TransformationStrategy<java.lang.CharSequence>
s
- the object to be turned into bit representation.
object
.public long numBits()
TransformationStrategy
numBits
in interface TransformationStrategy<java.lang.CharSequence>
public TransformationStrategy<java.lang.CharSequence> copy()
TransformationStrategy
copy
in interface TransformationStrategy<java.lang.CharSequence>
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |