Class stl0

java.lang.Object
com.jackmeng.stl.stl0

final class stl0
extends java.lang.Object
Internal Library functions
  • Field Summary

    Fields
    Modifier and Type Field Description
    java.util.concurrent.ExecutorService EXECS  
    static stl0 INTERNAL  
    static java.util.Timer STL_TIMER0  
  • Constructor Summary

    Constructors
    Modifier Constructor Description
    private stl0()  
  • Method Summary

    Modifier and Type Method Description
    static java.lang.String dirm()  
    static boolean isGeneric​(java.lang.Class<?> e)  
    static boolean isGeneric​(java.lang.String str)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • EXECS

      public final java.util.concurrent.ExecutorService EXECS
    • INTERNAL

      public static final stl0 INTERNAL
    • STL_TIMER0

      public static final java.util.Timer STL_TIMER0
  • Constructor Details

    • stl0

      private stl0()
  • Method Details

    • isGeneric

      public static boolean isGeneric​(java.lang.String str) throws java.lang.ClassNotFoundException
      Throws:
      java.lang.ClassNotFoundException
    • dirm

      public static java.lang.String dirm()
    • isGeneric

      public static boolean isGeneric​(java.lang.Class<?> e)