hex
Class Summary

java.lang.Object
  extended by water.Iced
      extended by hex.Summary
All Implemented Interfaces:
java.lang.Cloneable, Freezable

public class Summary
extends Iced


Nested Class Summary
static class Summary.ColSummary
           
 
Field Summary
static int MAX_HIST_SZ
           
 
Constructor Summary
Summary(ValueArray ary, int[] cols)
           
 
Method Summary
 Summary add(Summary other)
           
 ValueArray ary()
           
 com.google.gson.JsonObject toJson()
           
 
Methods inherited from class water.Iced
clone, frozenType, init, newInstance, read, toDocField, write, writeJSON, writeJSONFields
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MAX_HIST_SZ

public static final int MAX_HIST_SZ
See Also:
Constant Field Values
Constructor Detail

Summary

public Summary(ValueArray ary,
               int[] cols)
Method Detail

ary

public ValueArray ary()

add

public Summary add(Summary other)

toJson

public com.google.gson.JsonObject toJson()