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