Class Platform
- java.lang.Object
-
- com.google.common.collect.testing.Platform
-
final class Platform extends java.lang.ObjectMethods factored out so that they can be emulated differently in GWT.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 voidcheckCast(java.lang.Class<?> clazz, java.lang.Object obj)(package private) static <T> T[]clone(T[] array)(package private) static java.lang.Stringformat(java.lang.String template, java.lang.Object... args)
-