LessThanComparator
Complete API reference for LessThanComparator, including constructors, attributes, virtual attributes, and methods.
Package: JAVARuntime
Category: EngineOverride
Component: no
public interface LessThanComparator
Methods
| Signature | Returns | Description |
|---|---|---|
lessThan(Object) | boolean | Checks if the current object is less than the given object. |
lessThan(float) | boolean | Checks if the current object is less than the given float value. |
lessThan(int) | boolean | Checks if the current object is less than the given integer value. |
lessThan(long) | boolean | Checks if the current object is less than the given long value. |
lessThan(double) | boolean | Checks if the current object is less than the given double value. |
lessOrEqualsThan(Object) | boolean | Checks if the current object is less than or equal to the given object. |
lessOrEqualsThan(float) | boolean | Checks if the current object is less than or equal to the given float value. |
lessOrEqualsThan(int) | boolean | Checks if the current object is less than or equal to the given integer value. |
lessOrEqualsThan(long) | boolean | Checks if the current object is less than or equal to the given long value. |
lessOrEqualsThan(double) | boolean | Checks if the current object is less than or equal to the given double value. |