Class AbstractJSON.CycleSet

  • Enclosing class:
    AbstractJSON

    private static class AbstractJSON.CycleSet
    extends java.lang.ThreadLocal
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private CycleSet()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Set getSet()  
      protected java.lang.Object initialValue()  
      • Methods inherited from class java.lang.ThreadLocal

        get, remove, set, withInitial
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CycleSet

        private CycleSet()
    • Method Detail

      • initialValue

        protected java.lang.Object initialValue()
        Overrides:
        initialValue in class java.lang.ThreadLocal
      • getSet

        public java.util.Set getSet()