public class Separator extends Object
Constructor and Description |
---|
Separator(char character,
int quote,
int escape)
Constructs a new field separator specification.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o)
Indicates whether some other object is equal to this one.
|
char |
getCharacter()
Returns the character used to separate values.
|
int |
getEscape()
Returns the character used to escape character literals, or
-1 if none. |
int |
getQuote()
Returns the character used to quote string literals, or
-1 if none. |
int |
hashCode() |
public Separator(char character, int quote, int escape)
character
- the character used to separate values.quote
- the character used to quote string literals, or -1
if none.escape
- the character used to escape character literals, or -1
if none.public char getCharacter()
public int getQuote()
-1
if none.-1
if none.public int getEscape()
-1
if none.-1
if none.public boolean equals(Object o)
Copyright © 2025 Open Identity Platform Community. All rights reserved.