Package it.unimi.dsi.webgraph.labelling
Class Labels
java.lang.Object
it.unimi.dsi.webgraph.labelling.Labels
public class Labels extends Object
-
Field Summary
Fields Modifier and Type Field Description static LabelMergeStrategy
KEEP_FIRST_MERGE_STRATEGY
A strategy that keeps the first label, if present, and the second only if the first is not present. -
Constructor Summary
Constructors Constructor Description Labels()
-
Method Summary
-
Field Details
-
KEEP_FIRST_MERGE_STRATEGY
A strategy that keeps the first label, if present, and the second only if the first is not present.
-
-
Constructor Details
-
Labels
public Labels()
-