|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Package it.unimi.dsi.mg4j.query.parser |
Class it.unimi.dsi.mg4j.query.parser.ParseException extends Exception implements Serializable |
Serialized Fields |
boolean specialConstructor
Token currentToken
int[][] expectedTokenSequences
String[] tokenImage
String eol
Class it.unimi.dsi.mg4j.query.parser.TokenMgrError extends Error implements Serializable |
Serialized Fields |
int errorCode
Package it.unimi.dsi.mg4j.search |
Class it.unimi.dsi.mg4j.search.Interval extends Object implements Serializable |
Serialized Fields |
int left
int right
Package it.unimi.dsi.mg4j.util |
Class it.unimi.dsi.mg4j.util.BloomFilter extends Object implements Serializable |
Serialized Fields |
int m
int d
long[] bits
int[][] weight
int size
Class it.unimi.dsi.mg4j.util.CRC32SignedMinimalPerfectHash extends SignedMinimalPerfectHash implements Serializable |
Serialization Methods |
private void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
Serialized Fields |
long[] signature
Class it.unimi.dsi.mg4j.util.FrontCodedStringList extends AbstractObjectList implements Serializable |
serialVersionUID: -7046029254386353130l
Serialization Methods |
private void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
Serialized Fields |
ObjectList frontCodedList
ByteArrayFrontCodedList
,
or a CharArrayFrontCodedList
, depending on the value of FrontCodedStringList.utf8
).
boolean utf8
Class it.unimi.dsi.mg4j.util.HashCodeSignedMinimalPerfectHash extends SignedMinimalPerfectHash implements Serializable |
Serialized Fields |
int[] signature
Class it.unimi.dsi.mg4j.util.LiterallySignedMinimalPerfectHash extends SignedMinimalPerfectHash implements Serializable |
Serialized Fields |
CharSequence[] signature
Class it.unimi.dsi.mg4j.util.MinimalPerfectHash extends AbstractTermMap implements Serializable |
serialVersionUID: -7046029254386353130l
Serialization Methods |
private void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
private void writeObject(ObjectOutputStream s) throws IOException, ClassNotFoundException
Serialized Fields |
int n
int m
int rightShift
MinimalPerfectHash.m
.
int[] weight0
int[] weight1
int[] weight2
int weightLength
int[] g
Class it.unimi.dsi.mg4j.util.MutableString extends Object implements Serializable |
serialVersionUID: -518929984008928417l
Serialization Methods |
private void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
Mutable strings produced by this method are always compact; this seems reasonable, as stored strings are unlikely going to be changed.
Because of limitations of ObjectInputStream
, this method must
read one character at a time, and does not try to do any read-ahead (in
particular, it does not create any object). On non-buffered data inputs
it might be very slow.
private void writeObject(ObjectOutputStream s) throws IOException
The serialised version of a mutable string is made of its length followed by its characters (in UTF-16 format). Note that the compactness state is forgotten.
Because of limitations of ObjectOutputStream
, this method must
write one character at a time, and does not try to do any caching (in
particular, it does not create any object). On non-buffered data outputs
it might be very slow.
Class it.unimi.dsi.mg4j.util.PermutedFrontCodedStringList extends AbstractObjectList implements Serializable |
serialVersionUID: -7046029254386353130l
Serialized Fields |
FrontCodedStringList frontCodedStringList
int[] permutation
Class it.unimi.dsi.mg4j.util.SignedMinimalPerfectHash extends MinimalPerfectHash implements Serializable |
serialVersionUID: -7046029254386353130l
Class it.unimi.dsi.mg4j.util.TextPattern extends Object implements Serializable |
Serialized Fields |
char[] pattern
boolean caseSensitive
boolean asciiCase
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |