Deprecated Methods |
it.unimi.dsi.mg4j.util.Fast.availableMemory()
Moved to dsiutils . |
it.unimi.dsi.mg4j.util.Fast.compactMemory()
Moved to dsiutils . |
it.unimi.dsi.mg4j.util.Fast.ensureLog4JIsConfigured()
Moved to dsiutils . |
it.unimi.dsi.mg4j.util.Fast.ensureLog4JIsConfigured(Level)
Moved to dsiutils . |
it.unimi.dsi.mg4j.util.Fast.format(double)
Moved to dsiutils . |
it.unimi.dsi.mg4j.util.Fast.format(long)
Moved to dsiutils . |
it.unimi.dsi.mg4j.util.Fast.formatBinarySize(long)
Moved to dsiutils . |
it.unimi.dsi.mg4j.util.Fast.formatSize(long)
Moved to dsiutils . |
it.unimi.dsi.mg4j.compression.HuffmanCodec.getCoder()
|
it.unimi.dsi.mg4j.compression.HuTuckerCodec.getCoder()
|
it.unimi.dsi.mg4j.compression.Codec.getCoder()
As of MG4J 2.0.2, replaced by Codec.coder() . |
it.unimi.dsi.mg4j.query.parser.SimpleCharStream.getColumn()
|
it.unimi.dsi.mg4j.compression.HuffmanCodec.getDecoder()
|
it.unimi.dsi.mg4j.compression.HuTuckerCodec.getDecoder()
|
it.unimi.dsi.mg4j.compression.Codec.getDecoder()
As of MG4J 2.0.2, replaced by Codec.decoder() . |
it.unimi.dsi.mg4j.index.AbstractTermMap.getIndex(CharSequence)
|
it.unimi.dsi.mg4j.util.TernaryIntervalSearchTree.getIndex(CharSequence)
|
it.unimi.dsi.mg4j.util.ImmutableTriePrefixTree.getIndex(CharSequence)
|
it.unimi.dsi.mg4j.util.ImmutableExternalPrefixDictionary.getIndex(CharSequence)
|
it.unimi.dsi.mg4j.query.parser.SimpleCharStream.getLine()
|
it.unimi.dsi.mg4j.util.Fast.getLogger(Class>)
Moved to dsiutils . |
it.unimi.dsi.mg4j.util.Fast.int2nat(int)
Moved to dsiutils . |
it.unimi.dsi.mg4j.util.Fast.int2nat(long)
Moved to dsiutils . |
it.unimi.dsi.mg4j.index.AbstractIndexIterator.iterator()
|
it.unimi.dsi.mg4j.util.Fast.leastSignificantBit(int)
Moved to dsiutils . |
it.unimi.dsi.mg4j.util.Fast.leastSignificantBit(long)
Moved to dsiutils . |
it.unimi.dsi.mg4j.util.Fast.log4JIsConfigured()
Moved to dsiutils . |
it.unimi.dsi.mg4j.util.Fast.memoryIsLow()
Moved to dsiutils . |
it.unimi.dsi.mg4j.util.Fast.mostSignificantBit(int)
Moved to dsiutils . |
it.unimi.dsi.mg4j.util.Fast.mostSignificantBit(long)
Moved to dsiutils . |
it.unimi.dsi.mg4j.util.Fast.nat2int(int)
Moved to dsiutils . |
it.unimi.dsi.mg4j.util.Fast.nat2int(long)
Moved to dsiutils . |
it.unimi.dsi.mg4j.search.IntervalIterator.next()
As of MG4J 1.2, the suggested way of iterating over interval iterators
is IntervalIterator.nextInterval() , which has been reintroduced with a fully lazy semantics.
After a couple of releases, however, this annotation will be removed, as it
is very practical to have interval iterators implementing Iterator<Interval> . Its
main purpose is to warn people about performance issues solved by IntervalIterator.nextInterval() . |
it.unimi.dsi.mg4j.search.AbstractDocumentIterator.AbstractIntervalIterator.next()
|
it.unimi.dsi.mg4j.search.DocumentIterator.nextInt()
As of MG4J 1.2, the suggested way of iterating over document iterators
is DocumentIterator.nextDocument() , which has been modified so to provide fully lazy
iteration. After a couple of releases, however, this annotation will be removed, as it
is very practical to have document iterators implementing IntIterator . Its
main purpose is to warn people about performance issues solved by DocumentIterator.nextDocument() . |
it.unimi.dsi.mg4j.search.AbstractDocumentIterator.nextInt()
|
it.unimi.dsi.mg4j.search.score.AbstractScorer.nextInt()
|
it.unimi.dsi.mg4j.search.score.Scorer.nextInt()
As of MG4J 1.2, the suggested way of iterating over scorer
is Scorer.nextDocument() , which provides fully lazy
iteration. After a couple of releases, however, this annotation will be removed, as it
is very practical to have scorers implementing IntIterator . Its
main purpose is to let people know about Scorer.nextDocument() , which solves
the same issues as DocumentIterator.nextDocument() . |
it.unimi.dsi.mg4j.util.Fast.percAvailableMemory()
Moved to dsiutils . |
it.unimi.dsi.mg4j.document.InputStreamDocumentSequence.reset()
|
it.unimi.dsi.mg4j.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 . |
it.unimi.dsi.mg4j.io.DebugInputBitStream.skip(int)
|
it.unimi.dsi.mg4j.io.OutputBitStream.write(byte[], int)
As of MG4J 1.2, replaced by OutputBitStream.write(byte[], long) . |
it.unimi.dsi.mg4j.io.OutputBitStream.write(byte[], int, int)
As of MG4J 1.2, replaced by OutputBitStream.write(byte[], long, long) . |