Interface LNode.AutoCloseable

  • All Superinterfaces:
    java.lang.AutoCloseable
    Enclosing class:
    LNode

    public static interface LNode.AutoCloseable
    extends java.lang.AutoCloseable
    Defines an AutoCloseable context for this LNode.
    • Method Detail

      • close

        void close()
        Closes the context.
        Specified by:
        close in interface java.lang.AutoCloseable
      • node

        LNode node()
        Returns the node associated with this context.
        Returns:
        The LNode.