Package io.deephaven.engine.table.impl
Class ImmutableColumnSourceGetDefaults
java.lang.Object
io.deephaven.engine.table.impl.ImmutableColumnSourceGetDefaults
Defaulted interfaces for various immutable
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 immutable BooleanColumnSource
implementations.static interface
Default interface for immutable byteColumnSource
implementations.static interface
Default interface for immutable charColumnSource
implementations.static interface
Default interface for immutable doubleColumnSource
implementations.static interface
Default interface for immutable floatColumnSource
implementations.static interface
Default interface for immutable intColumnSource
implementations.static interface
Default interface for immutable longColumnSource
implementations.static interface
Default interface for immutableInstant
ColumnSource
implementations.static interface
Default interface for immutable ObjectColumnSource
implementations.static interface
Default interface for immutable shortColumnSource
implementations.static interface
Default interface for immutable long-backedColumnSource
implementations. -
Constructor Summary
-
Method Summary
-
Constructor Details
-
ImmutableColumnSourceGetDefaults
public ImmutableColumnSourceGetDefaults()
-