Interface AllValues

All Superinterfaces:
Iterable<OneValue<?>>

public interface AllValues extends Iterable<OneValue<?>>
Contains a list of OneValue.
Since:
2.0
Author:
Ray Tsang, Andres Almiray
  • Method Details

    • get

      OneValue<?> get(int index)
    • size

      int size()