Interface FigureDescriptor.DoubleMapWithDefaultOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
FigureDescriptor.DoubleMapWithDefault
,FigureDescriptor.DoubleMapWithDefault.Builder
- Enclosing class:
- FigureDescriptor
public static interface FigureDescriptor.DoubleMapWithDefaultOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiondouble
optional double default_double = 1;
getKeys
(int index) repeated string keys = 2;
com.google.protobuf.ByteString
getKeysBytes
(int index) repeated string keys = 2;
int
repeated string keys = 2;
repeated string keys = 2;
double
getValues
(int index) repeated double values = 3;
int
repeated double values = 3;
repeated double values = 3;
boolean
optional double default_double = 1;
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
-
hasDefaultDouble
boolean hasDefaultDouble()optional double default_double = 1;
- Returns:
- Whether the defaultDouble field is set.
-
getDefaultDouble
double getDefaultDouble()optional double default_double = 1;
- Returns:
- The defaultDouble.
-
getKeysList
repeated string keys = 2;
- Returns:
- A list containing the keys.
-
getKeysCount
int getKeysCount()repeated string keys = 2;
- Returns:
- The count of keys.
-
getKeys
repeated string keys = 2;
- Parameters:
index
- The index of the element to return.- Returns:
- The keys at the given index.
-
getKeysBytes
com.google.protobuf.ByteString getKeysBytes(int index) repeated string keys = 2;
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the keys at the given index.
-
getValuesList
repeated double values = 3;
- Returns:
- A list containing the values.
-
getValuesCount
int getValuesCount()repeated double values = 3;
- Returns:
- The count of values.
-
getValues
double getValues(int index) repeated double values = 3;
- Parameters:
index
- The index of the element to return.- Returns:
- The values at the given index.
-