Class VecVal

All Implemented Interfaces:
HostResult

public class VecVal extends Val
A vec val.
  • Method Details

    • toList

      public List<Val> toList()
      Returns a list containing the elements of the vec.

      The result list may or may not reflect modification after returning from the method.

      Returns:
      a list containing the elements of the vec.
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • hashCode

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

      public boolean equals(Object arg)
      Overrides:
      equals in class Object