Skip to content

Instantly share code, notes, and snippets.

@entzik
Created December 18, 2016 09:26
Show Gist options
  • Save entzik/89f7a1491de0eb0512d67338ba9b0049 to your computer and use it in GitHub Desktop.
Save entzik/89f7a1491de0eb0512d67338ba9b0049 to your computer and use it in GitHub Desktop.
class DataItem {
private long id;
private double metric1;
private double metric2;
...
private double metricN;
...
getters...
setters...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment