public interface SparsePermutationProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
int |
getCycleSizes(int index)
repeated int32 cycle_sizes = 2; |
int |
getCycleSizesCount()
repeated int32 cycle_sizes = 2; |
java.util.List<java.lang.Integer> |
getCycleSizesList()
repeated int32 cycle_sizes = 2; |
int |
getSupport(int index)
Each cycle is listed one after the other in the support field.
|
int |
getSupportCount()
Each cycle is listed one after the other in the support field.
|
java.util.List<java.lang.Integer> |
getSupportList()
Each cycle is listed one after the other in the support field.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
java.util.List<java.lang.Integer> getSupportList()
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;
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;
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;
index
- The index of the element to return.java.util.List<java.lang.Integer> getCycleSizesList()
repeated int32 cycle_sizes = 2;
int getCycleSizesCount()
repeated int32 cycle_sizes = 2;
int getCycleSizes(int index)
repeated int32 cycle_sizes = 2;
index
- The index of the element to return.Copyright © 2025. All rights reserved.