Uses of Interface
types.collections.base.Base
Packages that use Base
Package
Description
-
Uses of Base in types.collections.base
Classes in types.collections.base that implement BaseModifier and TypeClassDescriptionclassSet<T>Abstract class that represents a set of temporal objectclassSpan<T>Abstract class that represents a span of temporal objectclassSpanSet<T>Abstract class that represents a set of span of temporal objectMethods in types.collections.base that return BaseModifier and TypeMethodDescriptionReturns the union of ``self`` and ``other``.private BaseSet.intersection(Base other) Returns the intersection of ``self`` and ``other``.private BaseSpan.intersection(Base other) Returns the intersection of "this" and "other".protected BaseSpanSet.intersection(Base other) Returns the intersection of "this" and "other".private BaseReturns the difference of ``self`` and ``other``.protected Baseprotected BaseReturns 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 BaseReturns the union of ``self`` and ``other``.protected BaseReturns the temporal union of "this" and "other".protected BaseReturns the temporal union of "this" and "other".Methods in types.collections.base with parameters of type BaseModifier and TypeMethodDescriptionReturns the union of ``self`` and ``other``.booleanbooleanReturns whether "this" contains "other".booleanReturns whether "this" contains "content".booleanReturns whether "this" contains "other".private voidReturns the distance between "this" and "other".private voidReturns the distance between "this" and "other".private voidReturns the distance between "this" and "other".booleanReturns whether "this" and "other" are equal.booleanReturn whether "this" and "other" are equal.booleanReturn whether "this" and "other" are equal.booleanSet.greaterThan(Base other) Return whether "this" is greater than "other".booleanSpan.greaterThan(Base other) Return whether "this" is greater than "other".booleanSpanSet.greaterThan(Base other) Return whether "this" is greater than "other".booleanSet.greaterThanOrEqual(Base other) Return whether "this" is greater than or equal to "other".booleanSpan.greaterThanOrEqual(Base other) Return whether "this" is greater than or equal to "other".booleanSpanSet.greaterThanOrEqual(Base other) Return whether "this" is greater than or equal to "other".private BaseSet.intersection(Base other) Returns the intersection of ``self`` and ``other``.private BaseSpan.intersection(Base other) Returns the intersection of "this" and "other".protected BaseSpanSet.intersection(Base other) Returns the intersection of "this" and "other".booleanSet.is_adjacent(Base other) Returns whether ``this`` is adjacent to ``other``.booleanSpan.is_adjacent(Base other) Returns whether "this" is adjacent to "other".booleanSpanSet.is_adjacent(Base other) Returns whether "this" is adjacent to "other".booleanCollection.is_contained_in(Base other) ------------------------- Topological Operations ------------------------booleanSet.is_contained_in(Base other) Returns whether "this" is contained in "other".booleanSpan.is_contained_in(Base other) Returns whether "this" is contained in "container".booleanSpanSet.is_contained_in(Base other) Returns whether "this" is contained in "other".boolean------------------------- Position Operations ---------------------------booleanReturns whether "this" is strictly to the left of "other".booleanReturns whether "this" is strictly before "other".booleanReturns whether "this" is strictly to the left of "other".booleanCollection.is_over_or_left(Base other) booleanSet.is_over_or_left(Base other) Returns whether "this" is to the left of "other" allowing overlap.booleanSpan.is_over_or_left(Base other) Returns whether "this" is before "other" allowing overlap.booleanSpanSet.is_over_or_left(Base other) Returns whether "this" is to the left of "other" allowing overlap.booleanCollection.is_over_or_right(Base other) booleanSet.is_over_or_right(Base other) Returns whether "this" is to the right of "other" allowing overlap.booleanSpan.is_over_or_right(Base other) Returns whether "this" is after "other" allowing overlap.booleanSpanSet.is_over_or_right(Base other) Returns whether "this" is to the right of "other" allowing overlap.booleanbooleanReturns whether "this" is strictly to the right of "other".booleanReturns whether "this" is strictly after "other".booleanReturns whether "this" is strictly after "other".booleanbooleanReturns whether the bounding span of "this" is the same as the bounding span of "other".booleanReturn whether "this" is less than "other".booleanReturn whether "this" is less than "other".booleanReturn whether "this" is less than "other".booleanSet.lessThanOrEqual(Base other) Return whether "this" is less than or equal to "other".booleanSpan.lessThanOrEqual(Base other) Return whether "this" is less than or equal to "other".booleanSpanSet.lessThanOrEqual(Base other) Return whether "this" is less than or equal to "other".private BaseReturns the difference of ``self`` and ``other``.protected Baseprotected BaseReturns the temporal difference of ``self`` and ``other``.Returns the intersection of ``self`` and ``other``.booleanReturns whether "this" and "other" are not equal.booleanReturn whether "this" and "other" are not equal.booleanReturn whether "this" and "other" are not equal.booleanbooleanReturns whether "this" overlaps "other".booleanReturns whether "this" overlaps "other".booleanReturns 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 BaseReturns the union of ``self`` and ``other``.protected BaseReturns the temporal union of "this" and "other".protected BaseReturns the temporal union of "this" and "other". -
Uses of Base in types.collections.geo
Classes in types.collections.geo that implement BaseModifier and TypeClassDescriptionclassClass representing a set of geography object inheriting from GeoSetclassClass representing a set of geography object inheriting from GeoSetclassAbstract class representing a set of geo object inheriting from set type. -
Uses of Base in types.collections.number
Classes in types.collections.number that implement BaseModifier and TypeClassDescriptionclassClass for representing a set of text values.classClass for representing sets of contiguous float values between a lower and an upper bound.classClass for representing lists of disjoint floatspans.classClass for representing a set of text values.classClass for representing sets of contiguous integer values between a lower and an upper bound.classClass for representing lists of disjoint intspans. -
Uses of Base in types.collections.text
Classes in types.collections.text that implement Base -
Uses of Base in types.collections.time
Classes in types.collections.time that implement BaseModifier and TypeClassDescriptionclassClass for representing lists of distinct dates.classClass for representing sets of contiguous dates between a lower and an upper bound.classClass for representing lists of disjoint tstzspans.classClass for representing lists of distinct timestamp values.classClass for representing lists of distinct timestamp values.classClass for representing sets of contiguous timestamps between a lower and an upper bound.classClass for representing lists of disjoint periods.