Class AmqpSequence<E>

  • All Implemented Interfaces:
    Section<java.util.List<E>>

    public final class AmqpSequence<E>
    extends java.lang.Object
    implements Section<java.util.List<E>>
    • Field Detail

      • DESCRIPTOR_CODE

        public static final UnsignedLong DESCRIPTOR_CODE
      • DESCRIPTOR_SYMBOL

        public static final Symbol DESCRIPTOR_SYMBOL
    • Constructor Detail

      • AmqpSequence

        public AmqpSequence​(java.util.List<E> value)
    • Method Detail

      • getValue

        public java.util.List<E> getValue()
        Specified by:
        getValue in interface Section<E>
        Returns:
        the Object value contained within the given message Section.
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • 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