Class Frame.PopResult

  • Enclosing class:
    Frame

    public static class Frame.PopResult
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      PopResult​(Frame newFrame, Value value)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • newFrame

        public final Frame newFrame
      • value

        public final Value value
    • Constructor Detail

      • PopResult

        PopResult​(Frame newFrame,
                  Value value)