public class OperatorHandle extends Object
| 构造器和说明 |
|---|
OperatorHandle() |
public static CallSite bootstrap(MethodHandles.Lookup caller, String name, MethodType type, int flags)
public static Object fallback(MethodCallSite callSite, Object[] args) throws Throwable
Throwablepublic static Object less(Byte a, BigDecimal b)
public static Object less(Byte a, BigInteger b)
public static Object less(Short a, BigDecimal b)
public static Object less(Short a, BigInteger b)
public static Object less(Integer a, BigDecimal b)
public static Object less(Integer a, BigInteger b)
public static Object less(Float a, BigDecimal b)
public static Object less(Float a, BigInteger b)
public static Object less(Double a, BigDecimal b)
public static Object less(Double a, BigInteger b)
public static Object less(Long a, BigDecimal b)
public static Object less(Long a, BigInteger b)
public static Object less(BigDecimal a, Byte b)
public static Object less(BigDecimal a, Short b)
public static Object less(BigDecimal a, Integer b)
public static Object less(BigDecimal a, Float b)
public static Object less(BigDecimal a, Double b)
public static Object less(BigDecimal a, Long b)
public static Object less(BigDecimal a, BigDecimal b)
public static Object less(BigDecimal a, BigInteger b)
public static Object less(BigInteger a, Byte b)
public static Object less(BigInteger a, Short b)
public static Object less(BigInteger a, Integer b)
public static Object less(BigInteger a, Float b)
public static Object less(BigInteger a, Double b)
public static Object less(BigInteger a, Long b)
public static Object less(BigInteger a, BigDecimal b)
public static Object less(BigInteger a, BigInteger b)
public static Object less_equals(Byte a, BigDecimal b)
public static Object less_equals(Byte a, BigInteger b)
public static Object less_equals(Short a, BigDecimal b)
public static Object less_equals(Short a, BigInteger b)
public static Object less_equals(Integer a, BigDecimal b)
public static Object less_equals(Integer a, BigInteger b)
public static Object less_equals(Float a, BigDecimal b)
public static Object less_equals(Float a, BigInteger b)
public static Object less_equals(Double a, BigDecimal b)
public static Object less_equals(Double a, BigInteger b)
public static Object less_equals(Long a, BigDecimal b)
public static Object less_equals(Long a, BigInteger b)
public static Object less_equals(BigDecimal a, Byte b)
public static Object less_equals(BigDecimal a, Short b)
public static Object less_equals(BigDecimal a, Integer b)
public static Object less_equals(BigDecimal a, Float b)
public static Object less_equals(BigDecimal a, Double b)
public static Object less_equals(BigDecimal a, Long b)
public static Object less_equals(BigDecimal a, BigDecimal b)
public static Object less_equals(BigDecimal a, BigInteger b)
public static Object less_equals(BigInteger a, Byte b)
public static Object less_equals(BigInteger a, Short b)
public static Object less_equals(BigInteger a, Integer b)
public static Object less_equals(BigInteger a, Float b)
public static Object less_equals(BigInteger a, Double b)
public static Object less_equals(BigInteger a, Long b)
public static Object less_equals(BigInteger a, BigDecimal b)
public static Object less_equals(BigInteger a, BigInteger b)
public static Object greater(Byte a, BigDecimal b)
public static Object greater(Byte a, BigInteger b)
public static Object greater(Short a, BigDecimal b)
public static Object greater(Short a, BigInteger b)
public static Object greater(Integer a, BigDecimal b)
public static Object greater(Integer a, BigInteger b)
public static Object greater(Float a, BigDecimal b)
public static Object greater(Float a, BigInteger b)
public static Object greater(Double a, BigDecimal b)
public static Object greater(Double a, BigInteger b)
public static Object greater(Long a, BigDecimal b)
public static Object greater(Long a, BigInteger b)
public static Object greater(BigDecimal a, Byte b)
public static Object greater(BigDecimal a, Short b)
public static Object greater(BigDecimal a, Integer b)
public static Object greater(BigDecimal a, Float b)
public static Object greater(BigDecimal a, Double b)
public static Object greater(BigDecimal a, Long b)
public static Object greater(BigDecimal a, BigDecimal b)
public static Object greater(BigDecimal a, BigInteger b)
public static Object greater(BigInteger a, Byte b)
public static Object greater(BigInteger a, Short b)
public static Object greater(BigInteger a, Integer b)
public static Object greater(BigInteger a, Float b)
public static Object greater(BigInteger a, Double b)
public static Object greater(BigInteger a, Long b)
public static Object greater(BigInteger a, BigDecimal b)
public static Object greater(BigInteger a, BigInteger b)
public static Object greater_equals(Byte a, BigDecimal b)
public static Object greater_equals(Byte a, BigInteger b)
public static Object greater_equals(Short a, BigDecimal b)
public static Object greater_equals(Short a, BigInteger b)
public static Object greater_equals(Integer a, BigDecimal b)
public static Object greater_equals(Integer a, BigInteger b)
public static Object greater_equals(Float a, BigDecimal b)
public static Object greater_equals(Float a, BigInteger b)
public static Object greater_equals(Double a, BigDecimal b)
public static Object greater_equals(Double a, BigInteger b)
public static Object greater_equals(Long a, BigDecimal b)
public static Object greater_equals(Long a, BigInteger b)
public static Object greater_equals(BigDecimal a, Byte b)
public static Object greater_equals(BigDecimal a, Short b)
public static Object greater_equals(BigDecimal a, Integer b)
public static Object greater_equals(BigDecimal a, Float b)
public static Object greater_equals(BigDecimal a, Double b)
public static Object greater_equals(BigDecimal a, Long b)
public static Object greater_equals(BigDecimal a, BigDecimal b)
public static Object greater_equals(BigDecimal a, BigInteger b)
public static Object greater_equals(BigInteger a, Byte b)
public static Object greater_equals(BigInteger a, Short b)
public static Object greater_equals(BigInteger a, Integer b)
public static Object greater_equals(BigInteger a, Float b)
public static Object greater_equals(BigInteger a, Double b)
public static Object greater_equals(BigInteger a, Long b)
public static Object greater_equals(BigInteger a, BigDecimal b)
public static Object greater_equals(BigInteger a, BigInteger b)
public static boolean isFalse(Object object)
public static boolean isTrue(Object object)
Copyright © 2020–2022. All rights reserved.