Class ArrayValue

java.lang.Object
team.unnamed.mocha.runtime.value.ArrayValue
All Implemented Interfaces:
Value

public final class ArrayValue extends Object implements Value
  • Method Details

    • of

      @NotNull public static @NotNull ArrayValue of(@NotNull @NotNull Value @NotNull ... values)
    • values

      @NotNull public @NotNull Value @NotNull [] values()
    • get

      @NotNull public @NotNull Value get(Value index)
    • toString

      @NotNull public @NotNull String toString()
      Overrides:
      toString in class Object
    • equals

      public boolean equals(@Nullable @Nullable Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object