public final class LangUtils extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
HASH_OFFSET |
static int |
HASH_SEED |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
equals(Object obj1,
Object obj2) |
static int |
hashCode(int seed,
boolean b) |
static int |
hashCode(int seed,
int hashcode) |
static int |
hashCode(int seed,
Object obj) |
static String |
join(List<String> values,
String separator) |
public static final int HASH_SEED
public static final int HASH_OFFSET
public static int hashCode(int seed,
int hashcode)
public static int hashCode(int seed,
boolean b)
public static int hashCode(int seed,
Object obj)
Copyright © 1999–2022. All rights reserved.