Uses of Interface
types.collections.base.Base
Package
Description
-
Uses of Base in types.collections.base
Modifier and TypeClassDescriptionclass
Set<T>
Abstract class that represents a set of temporal objectclass
Span<T>
Abstract class that represents a span of temporal objectclass
SpanSet<T>
Abstract class that represents a set of span of temporal objectModifier and TypeMethodDescriptionReturns the union of ``self`` and ``other``.private Base
Set.intersection
(Base other) Returns the intersection of ``self`` and ``other``.private Base
Span.intersection
(Base other) Returns the intersection of "this" and "other".protected Base
SpanSet.intersection
(Base other) Returns the intersection of "this" and "other".private Base
Returns the difference of ``self`` and ``other``.protected Base
protected Base
Returns the temporal difference of ``self`` and ``other``.Returns the intersection of ``self`` and ``other``.Returns the difference of ``other`` and ``self``.Returns the difference of ``self`` and ``other``.Set.subtract_from
(Base other) Returns the difference of ``other`` and ``self``.private Base
Returns the union of ``self`` and ``other``.protected Base
Returns the temporal union of "this" and "other".protected Base
Returns the temporal union of "this" and "other".Modifier and TypeMethodDescriptionReturns the union of ``self`` and ``other``.boolean
boolean
Returns whether "this" contains "other".boolean
Returns whether "this" contains "content".boolean
Returns whether "this" contains "other".private void
Returns the distance between "this" and "other".private void
Returns the distance between "this" and "other".private void
Returns the distance between "this" and "other".boolean
Returns whether "this" and "other" are equal.boolean
Return whether "this" and "other" are equal.boolean
Return whether "this" and "other" are equal.boolean
Set.greaterThan
(Base other) Return whether "this" is greater than "other".boolean
Span.greaterThan
(Base other) Return whether "this" is greater than "other".boolean
SpanSet.greaterThan
(Base other) Return whether "this" is greater than "other".boolean
Set.greaterThanOrEqual
(Base other) Return whether "this" is greater than or equal to "other".boolean
Span.greaterThanOrEqual
(Base other) Return whether "this" is greater than or equal to "other".boolean
SpanSet.greaterThanOrEqual
(Base other) Return whether "this" is greater than or equal to "other".private Base
Set.intersection
(Base other) Returns the intersection of ``self`` and ``other``.private Base
Span.intersection
(Base other) Returns the intersection of "this" and "other".protected Base
SpanSet.intersection
(Base other) Returns the intersection of "this" and "other".boolean
Set.is_adjacent
(Base other) Returns whether ``this`` is adjacent to ``other``.boolean
Span.is_adjacent
(Base other) Returns whether "this" is adjacent to "other".boolean
SpanSet.is_adjacent
(Base other) Returns whether "this" is adjacent to "other".boolean
Collection.is_contained_in
(Base other) ------------------------- Topological Operations ------------------------boolean
Set.is_contained_in
(Base other) Returns whether "this" is contained in "other".boolean
Span.is_contained_in
(Base other) Returns whether "this" is contained in "container".boolean
SpanSet.is_contained_in
(Base other) Returns whether "this" is contained in "other".boolean
------------------------- Position Operations ---------------------------boolean
Returns whether "this" is strictly to the left of "other".boolean
Returns whether "this" is strictly before "other".boolean
Returns whether "this" is strictly to the left of "other".boolean
Collection.is_over_or_left
(Base other) boolean
Set.is_over_or_left
(Base other) Returns whether "this" is to the left of "other" allowing overlap.boolean
Span.is_over_or_left
(Base other) Returns whether "this" is before "other" allowing overlap.boolean
SpanSet.is_over_or_left
(Base other) Returns whether "this" is to the left of "other" allowing overlap.boolean
Collection.is_over_or_right
(Base other) boolean
Set.is_over_or_right
(Base other) Returns whether "this" is to the right of "other" allowing overlap.boolean
Span.is_over_or_right
(Base other) Returns whether "this" is after "other" allowing overlap.boolean
SpanSet.is_over_or_right
(Base other) Returns whether "this" is to the right of "other" allowing overlap.boolean
boolean
Returns whether "this" is strictly to the right of "other".boolean
Returns whether "this" is strictly after "other".boolean
Returns whether "this" is strictly after "other".boolean
boolean
Returns whether the bounding span of "this" is the same as the bounding span of "other".boolean
Return whether "this" is less than "other".boolean
Return whether "this" is less than "other".boolean
Return whether "this" is less than "other".boolean
Set.lessThanOrEqual
(Base other) Return whether "this" is less than or equal to "other".boolean
Span.lessThanOrEqual
(Base other) Return whether "this" is less than or equal to "other".boolean
SpanSet.lessThanOrEqual
(Base other) Return whether "this" is less than or equal to "other".private Base
Returns the difference of ``self`` and ``other``.protected Base
protected Base
Returns the temporal difference of ``self`` and ``other``.Returns the intersection of ``self`` and ``other``.boolean
Returns whether "this" and "other" are not equal.boolean
Return whether "this" and "other" are not equal.boolean
Return whether "this" and "other" are not equal.boolean
boolean
Returns whether "this" overlaps "other".boolean
Returns whether "this" overlaps "other".boolean
Returns whether "this" overlaps "other".Returns the difference of ``other`` and ``self``.Returns the difference of ``self`` and ``other``.Set.subtract_from
(Base other) Returns the difference of ``other`` and ``self``.private Base
Returns the union of ``self`` and ``other``.protected Base
Returns the temporal union of "this" and "other".protected Base
Returns the temporal union of "this" and "other". -
Uses of Base in types.collections.geo
Modifier and TypeClassDescriptionclass
Class representing a set of geography object inheriting from GeoSetclass
Class representing a set of geography object inheriting from GeoSetclass
Abstract class representing a set of geo object inheriting from set type. -
Uses of Base in types.collections.number
Modifier and TypeClassDescriptionclass
Class for representing a set of text values.class
Class for representing sets of contiguous float values between a lower and an upper bound.class
Class for representing lists of disjoint floatspans.class
Class for representing a set of text values.class
Class for representing sets of contiguous integer values between a lower and an upper bound.class
Class for representing lists of disjoint intspans. -
Uses of Base in types.collections.text
-
Uses of Base in types.collections.time
Modifier and TypeClassDescriptionclass
Class for representing lists of distinct dates.class
Class for representing sets of contiguous dates between a lower and an upper bound.class
Class for representing lists of disjoint tstzspans.class
Class for representing lists of distinct timestamp values.class
Class for representing lists of distinct timestamp values.class
Class for representing sets of contiguous timestamps between a lower and an upper bound.class
Class for representing lists of disjoint periods.