Interface DoubleListOrBuilder

All Superinterfaces:
MessageLiteOrBuilder, MessageOrBuilder
All Known Implementing Classes:
DoubleList, DoubleList.Builder

@Generated public interface DoubleListOrBuilder extends MessageOrBuilder
  • Method Details

    • getValuesList

      List<Double> getValuesList()
      repeated double values = 1;
      Returns:
      A list containing the values.
    • getValuesCount

      int getValuesCount()
      repeated double values = 1;
      Returns:
      The count of values.
    • getValues

      double getValues(int index)
      repeated double values = 1;
      Parameters:
      index - The index of the element to return.
      Returns:
      The values at the given index.