Class YTreeStringNodeImpl

    • Constructor Detail

      • YTreeStringNodeImpl

        public YTreeStringNodeImpl​(java.lang.String value,
                                   @Nullable
                                   java.util.Map<java.lang.String,​YTreeNode> attributes)
      • YTreeStringNodeImpl

        public YTreeStringNodeImpl​(byte[] bytes,
                                   @Nullable
                                   java.util.Map<java.lang.String,​YTreeNode> attributes)
    • Method Detail

      • setValue

        public java.lang.String setValue​(java.lang.String newValue)
        Specified by:
        setValue in interface YTreeStringNode
      • getBoxedValue

        @Nonnull
        public java.lang.String getBoxedValue()
        Specified by:
        getBoxedValue in interface YTreeScalarNode<java.lang.String>
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object another)
        Overrides:
        equals in class java.lang.Object