Class ListValueType

  • All Implemented Interfaces:
    java.io.Serializable

    public class ListValueType
    extends java.lang.Object
    implements java.io.Serializable
    value object of ListType.
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static long serialVersionUID  
      java.lang.Object[] values  
    • Constructor Summary

      Constructors 
      Constructor Description
      ListValueType​(java.lang.Object[] values)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object o)
      Two ListValueType are equal if and only if all the array members are equal respectively.
      int hashCode()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • values

        public final java.lang.Object[] values
    • Constructor Detail

      • ListValueType

        public ListValueType​(java.lang.Object[] values)
    • Method Detail

      • equals

        public boolean equals​(java.lang.Object o)
        Two ListValueType are equal if and only if all the array members are equal respectively.
        Overrides:
        equals in class java.lang.Object
      • hashCode

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