Class GroupHelper


  • final class GroupHelper
    extends java.lang.Object
    Deprecated.
    don't use this anymore
    This is a static class that provides the functionality for seperating a table into distinct groups. This class is used in the 'Table.group(String[] columns)' method.

    • Constructor Summary

      Constructors 
      Constructor Description
      GroupHelper​(Table table, java.lang.String[] col_names)
      Deprecated.
      Constructs the helper.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • GroupHelper

        GroupHelper​(Table table,
                    java.lang.String[] col_names)
        Deprecated.
        Constructs the helper.