Class ThreadLocalMap

    • Constructor Detail

      • ThreadLocalMap

        public ThreadLocalMap()
    • Method Detail

      • getCurrentStackSize

        public int getCurrentStackSize()
        Description copied from class: AbstractThreadMap
        Returns the stack size of the current thread. The value -1 indicates that the current thread isn't registered.
        Specified by:
        getCurrentStackSize in class AbstractThreadMap
        Returns:
        the current stack size or -1 if there is no stack for the current thread