Module hla.rti1516e

Interface HLAfixedArray<T extends DataElement>

All Superinterfaces:
DataElement, Iterable<T>

public interface HLAfixedArray<T extends DataElement> extends DataElement, Iterable<T>
Interface for the HLA data type HLAfixedArray.
  • Method Details

    • size

      int size()
      Returns the number of elements in this fixed array.
      Returns:
      the number of elements in this fixed array
    • get

      T get(int index)
      Returns the element at the specified index.
      Parameters:
      index - index of element to get
      Returns:
      the element at the specified index
    • iterator

      Iterator<T> iterator()
      Returns an iterator for the elements in this fixed array.
      Specified by:
      iterator in interface Iterable<T extends DataElement>
      Returns:
      an iterator for the elements in this fixed array