Class Table

  • All Implemented Interfaces:
    java.io.Serializable

    public class Table
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      Table()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void insert​(Row values)  
      java.util.ArrayList<Row> select​(java.util.function.Predicate<Row> predicate)  
      • Methods inherited from class java.lang.Object

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

      • Table

        public Table()
    • Method Detail

      • insert

        public void insert​(Row values)
      • select

        public java.util.ArrayList<Row> select​(java.util.function.Predicate<Row> predicate)