Class Platform
- java.lang.Object
-
- com.google.common.collect.testing.testers.Platform
-
@GwtCompatible final class Platform extends java.lang.Object
This class is emulated in GWT.
-
-
Constructor Summary
Constructors Modifier Constructor Description privatePlatform()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description (package private) static intcollectionIteratorTesterNumIterations()(package private) static java.lang.Stringformat(java.lang.String template, java.lang.Object... args)Format the template with args, only supports the placeholder%s.(package private) static intlistListIteratorTesterNumIterations()
-
-
-
Method Detail
-
format
static java.lang.String format(java.lang.String template, java.lang.Object... args)Format the template with args, only supports the placeholder%s.
-
listListIteratorTesterNumIterations
static int listListIteratorTesterNumIterations()
-
collectionIteratorTesterNumIterations
static int collectionIteratorTesterNumIterations()
-
-