Package org.openrefine.clustering
Class ClusteredEntry
- java.lang.Object
-
- org.openrefine.clustering.ClusteredEntry
-
public class ClusteredEntry extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static Comparator<ClusteredEntry>
comparator
protected int
count
protected Serializable
value
-
Constructor Summary
Constructors Constructor Description ClusteredEntry(Serializable value, int count)
-
-
-
Field Detail
-
value
protected final Serializable value
-
count
protected final int count
-
comparator
public static Comparator<ClusteredEntry> comparator
-
-
Constructor Detail
-
ClusteredEntry
public ClusteredEntry(Serializable value, int count)
-
-