Class Collocation
- java.lang.Object
-
- de.gwdg.metadataqa.marc.cli.utils.Collocation
-
public class Collocation extends Object
-
-
Constructor Summary
Constructors Constructor Description Collocation(List<String> key, Integer count, Integer total)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(Collocation other)StringformatRow()IntegergetCount()StringgetKey()static Stringheader()
-
-
-
Method Detail
-
header
public static String header()
-
formatRow
public String formatRow()
-
compareTo
public int compareTo(Collocation other)
-
getKey
public String getKey()
-
getCount
public Integer getCount()
-
-