Package io.deephaven.engine.table.impl
Class MutableColumnSourceGetDefaults
java.lang.Object
io.deephaven.engine.table.impl.MutableColumnSourceGetDefaults
Defaulted interfaces for various mutable
ColumnSource
types, in order to avoid having defaults at higher
levels in the class hierarchy.-
Nested Class Summary
Modifier and TypeClassDescriptionstatic interface
Default interface for mutable BooleanColumnSource
implementations.static interface
Default interface for mutable byteColumnSource
implementations.static interface
Default interface for mutable charColumnSource
implementations.static interface
Default interface for mutable doubleColumnSource
implementations.static interface
Default interface for mutable floatColumnSource
implementations.static interface
Default interface for mutable intColumnSource
implementations.static interface
Default interface for mutable longColumnSource
implementations.static interface
Default interface for mutableInstant
ColumnSource
implementations.static interface
Default interface for mutable ObjectColumnSource
implementations.static interface
Default interface for mutable shortColumnSource
implementations.static interface
Default interface for mutable long-backedColumnSource
implementations. -
Constructor Summary
-
Method Summary
-
Constructor Details
-
MutableColumnSourceGetDefaults
public MutableColumnSourceGetDefaults()
-