Class KeyValueMapEntry

  • All Implemented Interfaces:
    Expression, Visitable

    @API(status=EXPERIMENTAL,
         since="1.0")
    public final class KeyValueMapEntry
    extends java.lang.Object
    implements Expression
    Helper class, only for internal use.
    Since:
    1.0
    Author:
    Michael J. Simons
    • Method Detail

      • getKey

        @API(status=INTERNAL)
        public java.lang.String getKey()
        Returns:
        The key of this entry.
      • accept

        public void accept​(Visitor visitor)
        Description copied from interface: Visitable
        Accept a Visitor visiting this Visitable and its nested Visitables if applicable.
        Specified by:
        accept in interface Visitable
        Parameters:
        visitor - the visitor to notify, must not be null.