- All Superinterfaces:
DataElement,Iterable<T>
Interface for the HLA data type HLAfixedArray.
-
Method Summary
Methods inherited from interface hla.rti1516e.encoding.DataElement
decode, decode, encode, getEncodedLength, getOctetBoundary, toByteArrayMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Method Details
-
size
int size()Returns the number of elements in this fixed array.- Returns:
- the number of elements in this fixed array
-
get
Returns the element at the specifiedindex.- Parameters:
index- index of element to get- Returns:
- the element at the specified
index
-
iterator
Returns an iterator for the elements in this fixed array.- Specified by:
iteratorin interfaceIterable<T extends DataElement>- Returns:
- an iterator for the elements in this fixed array
-