Class GenericTypeBase<T>

java.lang.Object
io.deephaven.qst.type.ColumnTypeBase<T>
io.deephaven.qst.type.GenericTypeBase<T>
All Implemented Interfaces:
GenericType<T>, Type<T>
Direct Known Subclasses:
ArrayTypeBase, BoxedTypeBase, CustomType, InstantType, StringType

public abstract class GenericTypeBase<T> extends ColumnTypeBase<T> implements GenericType<T>
  • Constructor Details

    • GenericTypeBase

      public GenericTypeBase()
  • Method Details