Package ghidra.rmi.trace
Interface TraceRmi.LongArrOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TraceRmi.LongArr,TraceRmi.LongArr.Builder
- Enclosing class:
TraceRmi
public static interface TraceRmi.LongArrOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionlonggetArr(int index) repeated int64 arr = 1;intrepeated int64 arr = 1;repeated int64 arr = 1;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
-
getArrList
repeated int64 arr = 1;- Returns:
- A list containing the arr.
-
getArrCount
int getArrCount()repeated int64 arr = 1;- Returns:
- The count of arr.
-
getArr
long getArr(int index) repeated int64 arr = 1;- Parameters:
index- The index of the element to return.- Returns:
- The arr at the given index.
-