Skip to main content

LessThanComparator

Complete API reference for LessThanComparator, including constructors, attributes, virtual attributes, and methods.

Package: JAVARuntime

Category: EngineOverride

Component: no


public interface LessThanComparator

Methods

SignatureReturnsDescription
lessThan(Object)booleanChecks if the current object is less than the given object.
lessThan(float)booleanChecks if the current object is less than the given float value.
lessThan(int)booleanChecks if the current object is less than the given integer value.
lessThan(long)booleanChecks if the current object is less than the given long value.
lessThan(double)booleanChecks if the current object is less than the given double value.
lessOrEqualsThan(Object)booleanChecks if the current object is less than or equal to the given object.
lessOrEqualsThan(float)booleanChecks if the current object is less than or equal to the given float value.
lessOrEqualsThan(int)booleanChecks if the current object is less than or equal to the given integer value.
lessOrEqualsThan(long)booleanChecks if the current object is less than or equal to the given long value.
lessOrEqualsThan(double)booleanChecks if the current object is less than or equal to the given double value.