public class OkkamChars extends Object
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isBetween(char start,
char end,
char toCheck)
Check if a char is between a range.
|
static boolean |
isStrictBetween(char start,
char end,
char toCheck)
Check if a char is strict between a range.
|
public static boolean isBetween(char start,
char end,
char toCheck)
start - The begin of the rangeend - The end of the rangetoCheck - The element to checkpublic static boolean isStrictBetween(char start,
char end,
char toCheck)
start - The begin of the rangeend - The end of the rangetoCheck - The element to checkCopyright © 2018 Okkam srl. All rights reserved.