Interface ShortList

All Known Implementing Classes:
StandardShortList, TroveShortList

public interface ShortList
Since:
12.0
Author:
Niv Ingberg
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    add(short val)
     
    short[]
     
  • Method Details

    • add

      void add(short val)
    • toNativeArray

      short[] toNativeArray()