Class Platform

java.lang.Object
com.google.common.collect.testing.Platform

final class Platform extends Object
Methods factored out so that they can be emulated differently in GWT.

This class is emulated in GWT.

  • Constructor Details

    • Platform

      private Platform()
  • Method Details

    • clone

      static <T> T[] clone(T[] array)
    • checkCast

      static void checkCast(Class<?> clazz, Object obj)
    • format

      static String format(String template, Object... args)