Interface SparsePermutationProtoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SparsePermutationProto,SparsePermutationProto.Builder
@Generated
public interface SparsePermutationProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintgetCycleSizes(int index) repeated int32 cycle_sizes = 2;intrepeated int32 cycle_sizes = 2;repeated int32 cycle_sizes = 2;intgetSupport(int index) Each cycle is listed one after the other in the support field.intEach cycle is listed one after the other in the support field.Each cycle is listed one after the other in the support field.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getSupportList
-
getSupportCount
int getSupportCount()Each cycle is listed one after the other in the support field. The size of each cycle is given (in order) in the cycle_sizes field.
repeated int32 support = 1;- Returns:
- The count of support.
-
getSupport
int getSupport(int index) Each cycle is listed one after the other in the support field. The size of each cycle is given (in order) in the cycle_sizes field.
repeated int32 support = 1;- Parameters:
index- The index of the element to return.- Returns:
- The support at the given index.
-
getCycleSizesList
-
getCycleSizesCount
int getCycleSizesCount()repeated int32 cycle_sizes = 2;- Returns:
- The count of cycleSizes.
-
getCycleSizes
int getCycleSizes(int index) repeated int32 cycle_sizes = 2;- Parameters:
index- The index of the element to return.- Returns:
- The cycleSizes at the given index.
-