Class CommonArrayFSImpl

All Implemented Interfaces:
Cloneable, FeatureStructure
Direct Known Subclasses:
ArrayFSImpl, FloatArrayFSImpl, IntArrayFSImpl, StringArrayFSImpl

public abstract class CommonArrayFSImpl extends FeatureStructureImplC
Common part of array impl for those arrays of primitives which exist in the main heap. Is a super class to those.
  • Constructor Details

    • CommonArrayFSImpl

      protected CommonArrayFSImpl()
    • CommonArrayFSImpl

      protected CommonArrayFSImpl(CASImpl cas, int addr)
  • Method Details

    • size

      public int size()
    • copyToArray

      public abstract void copyToArray(int srcOffset, String[] dest, int destOffset, int length)
    • toStringArray

      public String[] toStringArray()