public final class TarsUtil extends Object
| 构造器和说明 |
|---|
TarsUtil() |
| 限定符和类型 | 方法和说明 |
|---|---|
static int |
compareTo(boolean[] l,
boolean[] r) |
static int |
compareTo(boolean l,
boolean r) |
static int |
compareTo(byte[] l,
byte[] r) |
static int |
compareTo(byte l,
byte r) |
static int |
compareTo(char[] l,
char[] r) |
static int |
compareTo(char l,
char r) |
static int |
compareTo(double[] l,
double[] r) |
static int |
compareTo(double l,
double r) |
static int |
compareTo(float[] l,
float[] r) |
static int |
compareTo(float l,
float r) |
static int |
compareTo(int[] l,
int[] r) |
static int |
compareTo(int l,
int r) |
static <T extends Comparable<T>> |
compareTo(List<T> l,
List<T> r) |
static int |
compareTo(long[] l,
long[] r) |
static int |
compareTo(long l,
long r) |
static int |
compareTo(short[] l,
short[] r) |
static int |
compareTo(short l,
short r) |
static <T extends Comparable<T>> |
compareTo(T[] l,
T[] r) |
static <T extends Comparable<T>> |
compareTo(T l,
T r) |
static boolean |
equals(boolean l,
boolean r) |
static boolean |
equals(byte l,
byte r) |
static boolean |
equals(char l,
char r) |
static boolean |
equals(double l,
double r) |
static boolean |
equals(float l,
float r) |
static boolean |
equals(int l,
int r) |
static boolean |
equals(long l,
long r) |
static boolean |
equals(Object l,
Object r) |
static boolean |
equals(short l,
short r) |
static byte[] |
getBufArray(ByteBuffer buffer) |
static String |
getHexdump(byte[] array) |
static String |
getHexdump(ByteBuffer in) |
static int |
hashCode(boolean o) |
static int |
hashCode(boolean[] array) |
static int |
hashCode(byte o) |
static int |
hashCode(byte[] array) |
static int |
hashCode(char o) |
static int |
hashCode(char[] array) |
static int |
hashCode(double o) |
static int |
hashCode(double[] array) |
static int |
hashCode(float o) |
static int |
hashCode(float[] array) |
static int |
hashCode(int o) |
static int |
hashCode(int[] array) |
static int |
hashCode(long o) |
static int |
hashCode(long[] array) |
static int |
hashCode(Object object) |
static int |
hashCode(short o) |
static int |
hashCode(short[] array) |
static int |
hashCode(TarsStructBase[] array) |
public static boolean equals(boolean l,
boolean r)
public static boolean equals(byte l,
byte r)
public static boolean equals(char l,
char r)
public static boolean equals(short l,
short r)
public static boolean equals(int l,
int r)
public static boolean equals(long l,
long r)
public static boolean equals(float l,
float r)
public static boolean equals(double l,
double r)
public static int compareTo(boolean l,
boolean r)
public static int compareTo(byte l,
byte r)
public static int compareTo(char l,
char r)
public static int compareTo(short l,
short r)
public static int compareTo(int l,
int r)
public static int compareTo(long l,
long r)
public static int compareTo(float l,
float r)
public static int compareTo(double l,
double r)
public static <T extends Comparable<T>> int compareTo(T l, T r)
public static <T extends Comparable<T>> int compareTo(List<T> l, List<T> r)
public static <T extends Comparable<T>> int compareTo(T[] l, T[] r)
public static int compareTo(boolean[] l,
boolean[] r)
public static int compareTo(byte[] l,
byte[] r)
public static int compareTo(char[] l,
char[] r)
public static int compareTo(short[] l,
short[] r)
public static int compareTo(int[] l,
int[] r)
public static int compareTo(long[] l,
long[] r)
public static int compareTo(float[] l,
float[] r)
public static int compareTo(double[] l,
double[] r)
public static int hashCode(boolean o)
public static int hashCode(boolean[] array)
public static int hashCode(byte o)
public static int hashCode(byte[] array)
public static int hashCode(char o)
public static int hashCode(char[] array)
public static int hashCode(double o)
public static int hashCode(double[] array)
public static int hashCode(float o)
public static int hashCode(float[] array)
public static int hashCode(short o)
public static int hashCode(short[] array)
public static int hashCode(int o)
public static int hashCode(int[] array)
public static int hashCode(long o)
public static int hashCode(long[] array)
public static int hashCode(TarsStructBase[] array)
public static int hashCode(Object object)
public static byte[] getBufArray(ByteBuffer buffer)
public static String getHexdump(byte[] array)
public static String getHexdump(ByteBuffer in)
Copyright © 2020. All Rights Reserved.