A B C D E F G H I K L M N O P R S T U V W Z

G

get(int) - Method in class it.unipi.di.textdb.BucketedHuffword
Returns the record for a given position in the compressed file, null if this position is out of range.
get(int) - Method in class it.unipi.di.textdb.BucketedZip
 
get(int) - Method in class it.unipi.di.textdb.FrontCoding
 
get(int) - Method in class it.unipi.di.textdb.RSHuffword
 
get(int, int) - Method in class it.unipi.di.textdb.RSHuffword
Returns the field of a record, given their ordinal positions, or null if one is not present.
get(int) - Method in class it.unipi.di.textdb.TextDB
Returns the record for a given position in the range [0, N-1], where N is the number of records present in the TextDB.
get(int, int) - Method in class it.unipi.di.textdb.TextDB
Returns the field of a record, given their ordinal positions, or null if one is not present.
get(int) - Method in class it.unipi.di.textdb.ZipCursor
Returns the String in position pos for this compressed TextDB.
getConfig() - Method in class it.unipi.di.graph.GraphLabeler
Returns the current configuration.
getCurrentPos() - Method in class it.unipi.di.textdb.ZipCursor
Returns the current record position.
getCurrentValue() - Method in class it.unipi.di.textdb.ZipCursor
Returns the content of the current record.
getEdgeAttribute(int, int, String) - Method in class it.unipi.di.graph.GraphLabeler
Returns the attribute value of an edge.
getEdgeAttributes() - Method in class it.unipi.di.graph.GraphLabelerConfig
Returns the available edge attributes defined in this configuration.
getEdgeDB(String) - Method in class it.unipi.di.graph.GraphLabelerConfig
Returns the TextDB storing the values of an edge attribute.
getField(String, int) - Method in class it.unipi.di.textdb.TextDB
Splits the input record into fields, using the separator specified with TextDB.setFieldSeparator(String), and returns the field at the specified position, or null if that position is out-of-bound.
getField(MutableString, int, MutableString) - Static method in class it.unipi.di.util.Utils
 
getFieldValues(String, String) - Method in class it.unipi.di.textdb.TextDB
Returns the values of a multi-valued field, where values are separated by a user-defined separator.
getFilePointer() - Method in class it.unipi.di.util.Directory
Returns the actual position inside the current file (both in read and write mode).
getInputStream(String) - Method in class it.unipi.di.util.Directory
Returns an InputStream to read a virtual file sequentially.
getKey(String, int[], char, boolean) - Static method in class it.unipi.di.util.Utils
 
getLong(byte[], int) - Static method in class it.unipi.di.util.Utils
 
getLowerBound() - Method in class it.unipi.di.util.Range
 
getName() - Method in class it.unipi.di.textdb.TextDB
Returns the name of this TextDB.
getOutgoingAttribute(int, String) - Method in class it.unipi.di.graph.GraphLabeler
Returns the attribute values defined for the outgoing edges starting from a vertex.
getOutputStream() - Method in class it.unipi.di.util.Directory
Returns an OutputStream to fill sequentially the content of the current file, or null if the current file doesn't exist (i.e. this directory is empty).
getRange(int, int) - Method in class it.unipi.di.textdb.BucketedHuffword
 
getRange(int, int, int) - Method in class it.unipi.di.textdb.BucketedHuffword
 
getRange(int, int, int, BufferedWriter) - Method in class it.unipi.di.textdb.BucketedHuffword
 
getRange(int, int) - Method in class it.unipi.di.textdb.BucketedZip
 
getRange(int, int, int, BufferedWriter) - Method in class it.unipi.di.textdb.BucketedZip
 
getRange(int, int) - Method in class it.unipi.di.textdb.FrontCoding
 
getRange(int, int, int, BufferedWriter) - Method in class it.unipi.di.textdb.FrontCoding
 
getRange(int, int) - Method in class it.unipi.di.textdb.RSHuffword
 
getRange(int, int, int, BufferedWriter) - Method in class it.unipi.di.textdb.RSHuffword
 
getRange(int, int) - Method in class it.unipi.di.textdb.TextDB
Returns the records having positions from i to j in the TextDB.
getRange(int, int, int) - Method in class it.unipi.di.textdb.TextDB
Returns the specified field for the records in the range [i,j].
getRange(int, int, int, BufferedWriter) - Method in class it.unipi.di.textdb.TextDB
Print on the passed PrintStream the specified field for the records in the range [i,j].
getRange(int, int) - Method in class it.unipi.di.textdb.ZipCursor
 
getRange(int, int, int, BufferedWriter) - Method in class it.unipi.di.textdb.ZipCursor
 
getRangeDBMap(Range) - Method in class it.unipi.di.graph.GraphLabelerConfig
Given an input range, this method collect all the Range/TextDB pairs for all the subranges defined in this configuration and contained in the input one.
getRangeFor(int) - Method in class it.unipi.di.graph.GraphLabelerConfig
Returns the range containing the input vertex, as defined in this configuration.
getRecordFields(String) - Method in class it.unipi.di.textdb.TextDB
Returns all fields forming the input record.
getSequential(int[], int, BufferedWriter) - Method in class it.unipi.di.textdb.BucketedHuffword
 
getSequential(int[]) - Method in class it.unipi.di.textdb.BucketedHuffword
 
getSequential(int[], int, int) - Method in class it.unipi.di.textdb.BucketedHuffword
 
getSequential(int[]) - Method in class it.unipi.di.textdb.BucketedZip
 
getSequential(int[], int, int) - Method in class it.unipi.di.textdb.BucketedZip
 
getSequential(int[], int, BufferedWriter) - Method in class it.unipi.di.textdb.BucketedZip
 
getSequential(int[]) - Method in class it.unipi.di.textdb.FrontCoding
 
getSequential(int[], int, int) - Method in class it.unipi.di.textdb.FrontCoding
 
getSequential(int[], int, BufferedWriter) - Method in class it.unipi.di.textdb.FrontCoding
 
getSequential(int[]) - Method in class it.unipi.di.textdb.RSHuffword
 
getSequential(int[], int, int) - Method in class it.unipi.di.textdb.RSHuffword
 
getSequential(int[], int, BufferedWriter) - Method in class it.unipi.di.textdb.RSHuffword
 
getSequential(int[]) - Method in class it.unipi.di.textdb.TextDB
Given a sorted array of record positions, this method returns all of them.
getSequential(int[], int, int) - Method in class it.unipi.di.textdb.TextDB
Given an array of record positions containing a sorted subrange defined by the parameters pos and length, this method returns the records for such positions.
getSequential(int[], int) - Method in class it.unipi.di.textdb.TextDB
Given a sorted array of record positions and the position of a field, this method returns that field of those records.
getSequential(int[], int, BufferedWriter) - Method in class it.unipi.di.textdb.TextDB
Given a sorted array of record positions and the position of a field, this method retrieves the specified field from those records.
getSequential(int[]) - Method in class it.unipi.di.textdb.ZipCursor
 
getSequential(int[], int, int) - Method in class it.unipi.di.textdb.ZipCursor
 
getSequential(int[], int, BufferedWriter) - Method in class it.unipi.di.textdb.ZipCursor
 
getSortingCols(String, int[], Pattern) - Static method in class it.unipi.di.util.Utils
 
getSpanningRange() - Method in class it.unipi.di.graph.GraphLabelerConfig
Returns the spanning range containing all the vertex ranges defined in this configuration.
getUpperBound() - Method in class it.unipi.di.util.Range
 
getVertexDB(int) - Method in class it.unipi.di.graph.GraphLabelerConfig
Returns the TextDB associated to a vertex.
getVertexDBs(Range) - Method in class it.unipi.di.graph.GraphLabelerConfig
Returns the TextDBs covering the passed range.
getVertexLabel(int) - Method in class it.unipi.di.graph.GraphLabeler
Returns the label associated to the input vertex, or null if the label is not defined.
getVertexLabels(int, int) - Method in class it.unipi.di.graph.GraphLabeler
Returns the labels for the vertices in range [i, j] (bounds included).
getVertexLabels(int[]) - Method in class it.unipi.di.graph.GraphLabeler
Returns the labels for a sorted list of vertices.
getVertexLabels(int[], int, int) - Method in class it.unipi.di.graph.GraphLabeler
Returns the labels for a sorted list of vertices.
getVertexType(int) - Method in class it.unipi.di.graph.GraphLabeler
Returns a String object identifying the type of a vertex.
GraphLabeler - Class in it.unipi.di.graph
A graph labeler for vertices and edges.
GraphLabeler(GraphLabelerConfig) - Constructor for class it.unipi.di.graph.GraphLabeler
Create a new GraphLabeler using the provided configuration.
GraphLabelerConfig - Class in it.unipi.di.graph
Configuration class for a GraphLabeler.
GraphLabelerConfig() - Constructor for class it.unipi.di.graph.GraphLabelerConfig
Creates a new configuration.

A B C D E F G H I K L M N O P R S T U V W Z