Interface IFixedList<T>

All Known Implementing Classes:
InstructionFixedList

public interface IFixedList<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    get(int at)
     
    int
     
  • Method Details

    • get

      T get(int at)
    • size

      int size()