Documentation of 'javolution37.javolution.realtime.HeapContext' Java class
HeapContext
javolution37.javolution.realtime

Class HeapContext



  • public class HeapContext
    extends Context

    This class represents a heap context; it is used to allocate objects from the heap exclusively.

    • Constructor Detail

      • HeapContext

        public HeapContext()
        Default constructor.
    • Method Detail

      • current

        public static HeapContext current()
        Returns the current heap context or null if the current thread executes within a pool context.
        Returns:
        the current heap context.
      • enter

        public static void enter()
        Enters a HeapContext.
      • exit

        public static void exit()
        Exits the current HeapContext.
        Throws:
        java.lang.IllegalStateException - if the current context is not an instance of HeapContext.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.