Package org.assertj.core.internal
Class Strings.Whitespace
- java.lang.Object
-
- org.assertj.core.internal.Strings.Whitespace
-
- Enclosing class:
- Strings
private static final class Strings.Whitespace extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private static int
MULTIPLIER
private static int
SHIFT
private static java.lang.String
TABLE
-
Constructor Summary
Constructors Modifier Constructor Description private
Whitespace()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static boolean
isWhitespace(char c)
-
-
-
Field Detail
-
TABLE
private static final java.lang.String TABLE
- See Also:
- Constant Field Values
-
MULTIPLIER
private static final int MULTIPLIER
- See Also:
- Constant Field Values
-
SHIFT
private static final int SHIFT
-
-