public class ObjectUtilities extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
NULL_STRING |
| Constructor and Description |
|---|
ObjectUtilities() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
equals(byte[] is,
byte[] bs) |
static boolean |
equals(double[] ds,
double[] bs) |
static boolean |
equals(double org,
double other) |
static boolean |
equals(float[] is,
float[] bs) |
static boolean |
equals(int[] is,
int[] bs) |
static boolean |
equals(long[] is,
long[] bs) |
static boolean |
equals(Object[] os,
Object[] bs) |
static boolean |
equals(Object org,
Object other) |
static boolean |
equals(short[] is,
short[] bs) |
static int |
hashCode(int result,
int prime,
double value) |
static int |
hashCode(int result,
int prime,
long value) |
static int |
hashCode(int result,
int prime,
Object object) |
static int |
hashCode(Object... objects) |
static boolean |
isToStringImplemented(Class<?> clazz) |
static String |
toString(Object object) |
static String |
toString(Object object,
String nullValue) |
public static final String NULL_STRING
public static boolean equals(double org,
double other)
public static boolean equals(byte[] is,
byte[] bs)
public static boolean equals(short[] is,
short[] bs)
public static boolean equals(int[] is,
int[] bs)
public static boolean equals(long[] is,
long[] bs)
public static boolean equals(float[] is,
float[] bs)
public static boolean equals(double[] ds,
double[] bs)
public static int hashCode(int result,
int prime,
double value)
public static int hashCode(int result,
int prime,
long value)
public static int hashCode(int result,
int prime,
Object object)
public static int hashCode(Object... objects)
public static boolean isToStringImplemented(Class<?> clazz)
Copyright © 2007–2016 Andreas Bartels. All rights reserved.