Interface ValueArray<T>

All Superinterfaces:
Iterable<T>
All Known Implementing Classes:
ArrayProperty

public interface ValueArray<T> extends Iterable<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    add()
     

    Methods inherited from interface java.lang.Iterable

    forEach, iterator, spliterator
  • Method Details

    • add

      T add()