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 java.lang.Object implements Platform.ToLocaleStringOptions
-
-
Field Summary
Fields Modifier and Type Field Description private static Platform.ToLocaleStringOptions
INSTANCE
-
Constructor Summary
Constructors Modifier Constructor Description private
JavaLikeOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getMaximumFractionDigits()
int
getMinimumFractionDigits()
boolean
getUseGrouping()
-
-
-
Field Detail
-
INSTANCE
private static final Platform.ToLocaleStringOptions INSTANCE
-
-
Method Detail
-
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
-
-