ARRAY_IS_EMPTY, DATA_TYPE_NOT_SUPPORTED_YET, DECIMAL_RADIX, DELIMITER_COMMA, ELEMENT_NOT_FOUND, LIST_IS_EMPTY, OPERATION_NOT_SUPPORTED_YET
Modifier and Type | Method and Description |
---|---|
static int |
atoi(java.lang.String str)
Convert a given string to integer. 1. |
static java.util.List<java.lang.String> |
findPermutations(java.lang.String s)
Print all case-sensitive permutations of a string, without changing the positions of any characters. Problem Reference |
static boolean |
isBitSet(int n,
int offset) |
public static int atoi(java.lang.String str)
str
- input stringpublic static java.util.List<java.lang.String> findPermutations(java.lang.String s)
s
- string to introspectpublic static boolean isBitSet(int n, int offset)