Class Platform

java.lang.Object
com.google.common.util.concurrent.Platform

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

    • Platform

      private Platform()
  • Method Details

    • isInstanceOfThrowableClass

      static boolean isInstanceOfThrowableClass(@CheckForNull Throwable t, Class<? extends Throwable> expectedClass)
    • restoreInterruptIfIsInterruptedException

      static void restoreInterruptIfIsInterruptedException(Throwable t)