Skip to content

Latest commit

 

History

History
91 lines (91 loc) · 4.81 KB

cn.nukkit.utils.IterableThreadLocal.md

File metadata and controls

91 lines (91 loc) · 4.81 KB
    • 构造函数一览

      构造函数 
      构造函数描述
      IterableThreadLocal() 
    • 成员函数一览

      All Methods Static Methods Instance Methods Concrete Methods 
      修饰符和类 成员函数描述
      void clean() 
      static void clean(ThreadLocal instance) 
      static void cleanAll() 
      protected void finalize() 
      Collection<T> getAll() 
      T init() 
      protected T initialValue() 
      Iterator<T> iterator() 
      • 继承自类 java.lang.ThreadLocal

        get, remove, set, withInitial
      • 继承自类 java.lang.Object

        clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • 继承自接口 java.lang.Iterable

        forEach, spliterator