Package types.basic.tint
Class TIntSeqSet
- All Implemented Interfaces:
Serializable
,TInt
,TNumber
,TemporalObject
Temporal integer sequence set class inherited from temporal sequence set.
- Author:
- ARIJIT SAMAL
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionprivate final String
private jnr.ffi.Pointer
private final TemporalType
Fields inherited from class types.temporal.TSequenceSet
sequenceList, stepwise
-
Constructor Summary
ConstructorDescriptionTIntSeqSet
(String value) The string constructorTIntSeqSet
(jnr.ffi.Pointer inner) The Pointer constructor -
Method Summary
Modifier and TypeMethodDescriptionjnr.ffi.Pointer
createInner
(jnr.ffi.Pointer inner) jnr.ffi.Pointer
createStringInner
(String str) jnr.ffi.Pointer
Methods inherited from class types.temporal.TSequenceSet
equals, hashCode
Methods inherited from class types.temporal.Temporal
_factory, append_instant, append_sequence, as_hexwkb, as_mfjson, as_mfjson, as_wkb, at, at_max, at_min, bounding_box, calculateDifference, calculateIntermediateDuration, contains, convertToTimestamp, copy, delete, duration, dyntimewarp_distance, end_instant, end_timestamp, eq, frechet_distance, from_hexwkb, from_merge, from_merge_array, from_wkb, getInner, greaterThan, greaterThanOrEqual, hash, hausdorff_distance, insert, insert, instant_n, instants, interpolation, is_adjacent, is_after, is_before, is_contained_in, is_over_or_after, is_over_or_before, is_same, is_temporally_adjacent, is_temporally_contained_in, lessThan, lessThanOrEqual, max_instant, merge, min_instant, minus, minus_max, minus_min, notEquals, num_instants, num_timestamps, overlaps, period, scale_time, segments, set_interpolation, shift_scale_time, shift_time, start_instant, start_timestamp, stops, temporal_precision, temporal_sample, temporal_simplify_dp, temporally_contains, temporally_overlaps, time, time_split, time_split_n, timespan, timestamp_n, timestamps, timestampToLocalDateTime, to_instant, to_sequence, to_sequenceset, toDataFrame, tstzspan, update, update, values
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface types.basic.tint.TInt
always_equal, always_greater, always_greater_or_equal, always_less, always_less_or_equal, always_not_equal, as_wkt, end_value, ever_equal, ever_greater, ever_greater_or_equal, ever_less, ever_less_or_equal, ever_not_equal, from_base_temporal, from_mfjson, max_value, min_value, never_equal, never_greater, never_greater_or_equal, never_less, never_less_or_equal, never_not_equal, start_value, temporal_equal, temporal_greater, temporal_greater_or_equal, temporal_less, temporal_less_or_equal, temporal_not_equal, to_intspan, to_string, to_tfloat, value_at_timestamp, value_set, value_span, value_spans
Methods inherited from interface types.basic.tnumber.TNumber
_add, _mul, _radd, _rmul, _rsub, _rTrueDiv, _sub, _trueDiv, abs, add, at, bounding_tbox, delta_value, distance, div, integral, is_left, is_over_or_left, is_over_or_right, is_right, minus, mul, nearest_approach_distance, radd, rdiv, rmul, rsub, scale_value, shift_scale_value, shift_value, sub, time_weighted_average, value_split, value_time_split
-
Field Details
-
inner
private jnr.ffi.Pointer inner -
customType
- See Also:
-
temporalType
-
-
Constructor Details
-
TIntSeqSet
public TIntSeqSet() -
TIntSeqSet
public TIntSeqSet(jnr.ffi.Pointer inner) The Pointer constructor- Parameters:
inner
- Pointer
-
TIntSeqSet
The string constructor- Parameters:
value
- - the string with the TIntSeqSet value
-
-
Method Details
-
createStringInner
- Specified by:
createStringInner
in classTSequenceSet<Integer>
-
createInner
public jnr.ffi.Pointer createInner(jnr.ffi.Pointer inner) - Specified by:
createInner
in classTSequenceSet<Integer>
-
getCustomType
- Specified by:
getCustomType
in interfaceTInt
- Specified by:
getCustomType
in interfaceTNumber
- Specified by:
getCustomType
in classTemporal<Integer>
-
getTemporalType
- Specified by:
getTemporalType
in interfaceTInt
- Specified by:
getTemporalType
in interfaceTNumber
- Specified by:
getTemporalType
in classTemporal<Integer>
-
getNumberInner
public jnr.ffi.Pointer getNumberInner()- Specified by:
getNumberInner
in interfaceTInt
- Specified by:
getNumberInner
in interfaceTNumber
-