Package io.deephaven.qst.type
Class LongType
- All Implemented Interfaces:
PrimitiveType<Long>,Type<Long>
The primitive
long type.-
Nested Class Summary
Nested classes/interfaces inherited from interface io.deephaven.qst.type.PrimitiveType
PrimitiveType.Visitor<R>Nested classes/interfaces inherited from interface io.deephaven.qst.type.Type
Type.Visitor<R> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal NativeArrayType<long[], Long> Create anative array typewiththisas the component type.final BoxedLongTypeclazz()The class representingthistype.static LongTypeof()final StringtoString()final <R> Rwalk(PrimitiveType.Visitor<R> visitor) Methods inherited from class io.deephaven.qst.type.PrimitiveTypeBase
walk
-
Constructor Details
-
LongType
public LongType()
-
-
Method Details
-
of
-
clazz
Description copied from interface:TypeThe class representingthistype.- Returns:
- the class
-
boxedType
-
arrayType
Description copied from interface:TypeCreate anative array typewiththisas the component type.- Returns:
- the native array type
-
walk
-
toString
-