Class TroveShortList

java.lang.Object
com.gigaspaces.internal.collections.trove.TroveShortList
All Implemented Interfaces:
ShortList

public class TroveShortList extends Object implements ShortList
Since:
12.0
Author:
Niv Ingberg
  • Constructor Details

    • TroveShortList

      public TroveShortList()
  • Method Details

    • add

      public void add(short val)
      Specified by:
      add in interface ShortList
    • toNativeArray

      public short[] toNativeArray()
      Specified by:
      toNativeArray in interface ShortList