public final class ArrayGreaterThanOperator extends Object
Modifier and Type | Method and Description |
---|---|
static boolean |
greaterThan(MethodHandle greaterThanFunction,
Type type,
Block leftArray,
Block rightArray) |
static boolean |
greaterThanLong(MethodHandle greaterThanFunction,
Type type,
Block leftArray,
Block rightArray) |
public static boolean greaterThan(MethodHandle greaterThanFunction, Type type, Block leftArray, Block rightArray)
public static boolean greaterThanLong(MethodHandle greaterThanFunction, Type type, Block leftArray, Block rightArray)
Copyright © 2012–2019. All rights reserved.