Deprecated API


Contents
Deprecated Classes
it.unimi.dsi.bits.Utf16TransformationStrategy
          Use TransformationStrategies.utf16() and TransformationStrategies.prefixFreeUtf16(). 
 

Deprecated Fields
it.unimi.dsi.logging.ProgressLogger.modulus
          Replaced by ProgressLogger.log2Modulus, which avoids the very slow modulus operator at each ProgressLogger.lightUpdate() call. 
 

Deprecated Methods
it.unimi.dsi.compression.HuTuckerCodec.getCoder()
           
it.unimi.dsi.compression.HuTuckerCodec.getDecoder()
           
it.unimi.dsi.bits.BitVectors.identity()
           
it.unimi.dsi.io.DebugInputBitStream.skip(int)
           
it.unimi.dsi.io.InputBitStream.skip(int)
          This method is simply an expensive, try/catch-surrounded version of InputBitStream.skip(long) that is made necessary by the interface by BooleanIterator.