Interface FloatListOrBuilder

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

public interface FloatListOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    float
    getValue(int index)
    repeated float value = 1 [packed = true];
    int
    repeated float value = 1 [packed = true];
    repeated float value = 1 [packed = true];

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • 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.