Package com.google.common.truth
Class Platform.JavaLikeOptions
java.lang.Object
com.google.common.truth.Platform.JavaLikeOptions
- All Implemented Interfaces:
Platform.ToLocaleStringOptions
- Enclosing class:
Platform
private static final class Platform.JavaLikeOptions
extends Object
implements Platform.ToLocaleStringOptions
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
int
boolean
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
JavaLikeOptions
private JavaLikeOptions()
-
-
Method Details
-
getMinimumFractionDigits
public int getMinimumFractionDigits()- Specified by:
getMinimumFractionDigits
in interfacePlatform.ToLocaleStringOptions
-
getMaximumFractionDigits
public int getMaximumFractionDigits()- Specified by:
getMaximumFractionDigits
in interfacePlatform.ToLocaleStringOptions
-
getUseGrouping
public boolean getUseGrouping()- Specified by:
getUseGrouping
in interfacePlatform.ToLocaleStringOptions
-