Class NodeWithComment


  • public class NodeWithComment
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      NodeWithComment​(@NonNull java.lang.Object value, @NonNull java.lang.String comment)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String comment()  
      java.lang.Object value()  
      • Methods inherited from class java.lang.Object

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

      • NodeWithComment

        public NodeWithComment​(@NonNull java.lang.Object value,
                               @NonNull java.lang.String comment)
    • Method Detail

      • value

        public java.lang.Object value()
      • comment

        public java.lang.String comment()