Class Platform

java.lang.Object
org.docx4j.com.google.common.base.Platform

@GwtCompatible(emulated=true) final class Platform extends Object
Methods factored out so that they can be emulated differently in GWT.
  • Field Details

    • log

      private static org.slf4j.Logger log
  • Constructor Details

    • Platform

      private Platform()
  • Method Details

    • systemNanoTime

      static long systemNanoTime()
    • formatCompact4Digits

      static String formatCompact4Digits(double value)
    • stringIsNullOrEmpty

      static boolean stringIsNullOrEmpty(@Nullable String string)
    • nullToEmpty

      static String nullToEmpty(@Nullable String string)
    • emptyToNull

      static String emptyToNull(@Nullable String string)
    • logPatternCompilerError

      private static void logPatternCompilerError(ServiceConfigurationError e)