public class Cluster<E> extends Object implements Iterable<E>
Modifier and Type | Field and Description |
---|---|
static String |
CONTENT_SEPARATOR_CHAR |
protected List<E> |
data |
protected String |
label |
Modifier | Constructor and Description |
---|---|
protected |
Cluster() |
|
Cluster(E datum) |
|
Cluster(E datum,
String label) |
|
Cluster(List<E> data) |
|
Cluster(List<E> data,
String label) |
public static final String CONTENT_SEPARATOR_CHAR
protected String label
protected Cluster()
public Cluster(E datum)