public class StringUtil extends Object
| Modifier and Type | Method and Description |
|---|---|
static boolean |
equals(String str,
char[] chars,
int offset,
int length) |
static boolean |
equals(String str,
char[] chars,
int offset,
int length,
int hash) |
static int |
hashCode(char[] chars,
int offset,
int length) |
Copyright © 2002–2025 Devexperts LLC. All rights reserved.