java.lang.Object
de.siegmar.fastcsv.util.Util
Internal utility class.
It is not a part of the API!
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic booleancontainsDupe(char... chars) Checks if at least one of the passed arguments appear more than once.static booleanisNewline(char character) Checks if the given character is a newline character.
-
Field Details
-
CR
public static final char CRCarriage return.- See Also:
-
LF
public static final char LFLine feed.- See Also:
-
-
Method Details
-
containsDupe
public static boolean containsDupe(char... chars) Checks if at least one of the passed arguments appear more than once.- Parameters:
chars- characters to check for uniqueness- Returns:
trueif at least one of the passed arguments appear more than once
-
isNewline
public static boolean isNewline(char character) Checks if the given character is a newline character.
-