Package one.microstream.util.xcsv
Class XCSV.ValueSeparatorWeight.Default
java.lang.Object
one.microstream.util.xcsv.XCSV.ValueSeparatorWeight.Default
- All Implemented Interfaces:
XCSV.ValueSeparatorWeight
- Enclosing interface:
- XCSV.ValueSeparatorWeight
public static final class XCSV.ValueSeparatorWeight.Default extends Object implements XCSV.ValueSeparatorWeight
-
Nested Class Summary
Nested classes/interfaces inherited from interface one.microstream.util.xcsv.XCSV.ValueSeparatorWeight
XCSV.ValueSeparatorWeight.Default
-
Constructor Summary
Constructors Constructor Description Default()
-
Method Summary
Modifier and Type Method Description char
valueSeparator()
float
weight()
-
Constructor Details
-
Default
public Default()
-
-
Method Details
-
valueSeparator
public final char valueSeparator()- Specified by:
valueSeparator
in interfaceXCSV.ValueSeparatorWeight
-
weight
public final float weight()- Specified by:
weight
in interfaceXCSV.ValueSeparatorWeight
-