Documentation of 'us.bpsm.edn.TaggedValue' Java class
TaggedValue
us.bpsm.edn

Class TaggedValue



  • public final class TaggedValue
    extends java.lang.Object
    A Tagged value that received no specific handling because the Parser was not configured with a handler for its tag.
    • Method Detail

      • newTaggedValue

        public static TaggedValue newTaggedValue(Tag tag,
                                                 java.lang.Object value)
        Return a tagged value for the given tag and value (some edn data). The tag must not be null.
        Parameters:
        tag - not null.
        value -
        Returns:
        a TaggedValue, never null.
      • getTag

        public Tag getTag()
        Returns this TaggedValue's tag, which is never null.
        Returns:
        never null.
      • getValue

        public java.lang.Object getValue()
      • hashCode

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

        public boolean equals(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.