Interface AllocLengthAccessor.AllocLengthMutator

All Known Subinterfaces:
AllocLengthAccessor.AllocLengthProperty
All Known Implementing Classes:
AllocSegmentBody
Enclosing interface:
AllocLengthAccessor

public static interface AllocLengthAccessor.AllocLengthMutator
Provides a mutator for a allocation length property.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setAllocLength(int aAllocLength)
    Sets the allocation length for the allocation length property.
  • Method Details

    • setAllocLength

      void setAllocLength(int aAllocLength)
      Sets the allocation length for the allocation length property.
      Parameters:
      aAllocLength - The allocation length to be stored by the allocation length property.