Skip to main content

GreaterThanComparator

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

Package: JAVARuntime

Category: EngineOverride

Component: no


public interface GreaterThanComparator

Methods

SignatureReturnsDescription
greaterThan(Object)booleanChecks if the current object is greater than the given object.
greaterThan(float)booleanChecks if the current object is greater than the given float value.
greaterThan(int)booleanChecks if the current object is greater than the given integer value.
greaterThan(long)booleanChecks if the current object is greater than the given long value.
greaterThan(double)booleanChecks if the current object is greater than the given double value.
greaterOrEqualsThan(Object)booleanChecks if the current object is greater than or equal to the given object.
greaterOrEqualsThan(float)booleanChecks if the current object is greater than or equal to the given float value.
greaterOrEqualsThan(int)booleanChecks if the current object is greater than or equal to the given integer value.
greaterOrEqualsThan(long)booleanChecks if the current object is greater than or equal to the given long value.
greaterOrEqualsThan(double)booleanChecks if the current object is greater than or equal to the given double value.