Interface IArray

All Superinterfaces:
IObject, Serializable
All Known Subinterfaces:
IObjectArray, IPrimitiveArray
All Known Implementing Classes:
AbstractArrayImpl, ObjectArrayImpl, PrimitiveArrayImpl

public interface IArray extends IObject
Interface for an array object in the heap dump.
No Implement:
  • Method Details

    • getLength

      int getLength()
      Returns the length of the array in elements.
      Returns:
      the length