Class Utils


  • public class Utils
    extends java.lang.Object
    Helper functions for manipulating tables.
    Author:
    jwhite
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  Utils.TableLimits  
    • Constructor Summary

      Constructors 
      Constructor Description
      Utils()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static Utils.TableLimits getRowsWithValues​(com.google.common.collect.Table<java.lang.Long,​java.lang.String,​java.lang.Double> table, java.lang.String... columnNames)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Utils

        public Utils()
    • Method Detail

      • getRowsWithValues

        public static Utils.TableLimits getRowsWithValues​(com.google.common.collect.Table<java.lang.Long,​java.lang.String,​java.lang.Double> table,
                                                          java.lang.String... columnNames)