public class Utilities extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
Utilities() |
| Modifier and Type | Method and Description |
|---|---|
static int |
compare(boolean v0,
boolean v1) |
static int |
compare(byte v0,
byte v1) |
static int |
compare(char v0,
char v1) |
static int |
compare(Comparable v0,
Comparable v1) |
static int |
compare(double v0,
double v1) |
static int |
compare(float v0,
float v1) |
static int |
compare(int v0,
int v1) |
static int |
compare(List v0,
List v1) |
static int |
compare(long v0,
long v1) |
static int |
compare(short v0,
short v1) |
static int |
compareNullsFirst(Comparable v0,
Comparable v1) |
static int |
compareNullsLast(Comparable v0,
Comparable v1) |
static int |
compareNullsLast(List v0,
List v1) |
static boolean |
equal(Object o0,
Object o1) |
static int |
hash(int h,
boolean v) |
static int |
hash(int h,
byte v) |
static int |
hash(int h,
char v) |
static int |
hash(int h,
double v) |
static int |
hash(int h,
float v) |
static int |
hash(int h,
int v) |
static int |
hash(int h,
long v) |
static int |
hash(int h,
Object v) |
static int |
hash(int h,
short v) |
static int |
hash(Object v) |
public static int hash(Object v)
public static int hash(int h,
boolean v)
public static int hash(int h,
byte v)
public static int hash(int h,
char v)
public static int hash(int h,
short v)
public static int hash(int h,
int v)
public static int hash(int h,
long v)
public static int hash(int h,
float v)
public static int hash(int h,
double v)
public static int hash(int h,
Object v)
public static int compare(boolean v0,
boolean v1)
public static int compare(byte v0,
byte v1)
public static int compare(char v0,
char v1)
public static int compare(short v0,
short v1)
public static int compare(int v0,
int v1)
public static int compare(long v0,
long v1)
public static int compare(float v0,
float v1)
public static int compare(double v0,
double v1)
public static int compare(Comparable v0, Comparable v1)
public static int compareNullsFirst(Comparable v0, Comparable v1)
public static int compareNullsLast(Comparable v0, Comparable v1)
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.