Interface FloatListOrBuilder

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

public interface FloatListOrBuilder extends MessageOrBuilder
  • Method Details

    • getValueList

      List<Float> getValueList()
      repeated float value = 1 [packed = true];
      Returns:
      A list containing the value.
    • getValueCount

      int getValueCount()
      repeated float value = 1 [packed = true];
      Returns:
      The count of value.
    • getValue

      float getValue(int index)
      repeated float value = 1 [packed = true];
      Parameters:
      index - The index of the element to return.
      Returns:
      The value at the given index.