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 private
Platform()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description (package private) static int
collectionIteratorTesterNumIterations()
(package private) static java.lang.String
format(java.lang.String template, java.lang.Object... args)
Format the template with args, only supports the placeholder%s
.(package private) static int
listListIteratorTesterNumIterations()
-
-
-
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()
-
-