Uses of Interface
types.boxes.Box
Packages that use Box
-
Uses of Box in types.boxes
Classes in types.boxes that implement BoxModifier and TypeClassDescriptionclass
Class for representing a spatio-temporal box.class
Class for representing numeric temporal boxes.Methods in types.boxes with parameters of type BoxModifier and TypeMethodDescriptionboolean
Returns whether "this" is equal to "other".boolean
Returns whether "this" is equal to "other".boolean
STBox.greaterThan
(Box other) Returns whether "this" is greater than "other".boolean
TBox.greaterThan
(Box other) Returns whether "this" is greater than "other".boolean
STBox.greaterThanOrEqual
(Box other) Returns whether "this" is greater than or equal to "other".boolean
TBox.greaterThanOrEqual
(Box other) Returns whether "this" is greater than or equal to "other".boolean
Returns whether "this" is less than "other".boolean
Returns whether "this" is less than "other".boolean
STBox.lessThanOrEqual
(Box other) Returns whether "this" is less than or equal to "other".boolean
TBox.lessThanOrEqual
(Box other) Returns whether "this" is less than or equal to "other".boolean
Returns whether "this" is not equal to "other".boolean
Returns whether "this" is not equal to "other".