Interface AllValues

All Superinterfaces:
Iterable<OneValue<?>>
All Known Subinterfaces:
MutableAllValues
All Known Implementing Classes:
DefaultAllValues, DefaultMutableAllValues

public interface AllValues extends Iterable<OneValue<?>>
Contains a list of OneValue.
Since:
2.0
  • Method Details

    • get

      OneValue<?> get(int index)
    • size

      int size()