Interface Array<T>

All Superinterfaces:
AutoCloseable
All Known Implementing Classes:
CategoricalArray, NullableArray, NullableBoolArray, NullableIntArray

public interface Array<T> extends AutoCloseable
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    get(int i)
     
    int
     
  • Method Details

    • get

      T get(int i)
    • size

      int size()
    • close

      void close()
      Specified by:
      close in interface AutoCloseable