Interface AccessList<T>


public interface AccessList<T>
Functional interface for accessing objects in an array. Number of elements needs to be specified externally
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    get(int index, T data)
    Copies the element into the passed in data.
  • Method Details

    • get

      boolean get(int index, T data)
      Copies the element into the passed in data. Returns true if index is inside its bounds