Interface BlockSizeAccessor.BlockSizeMutator

All Known Subinterfaces:
BlockSizeAccessor.BlockSizeProperty
Enclosing interface:
BlockSizeAccessor

public static interface BlockSizeAccessor.BlockSizeMutator
Provides a mutator for a block size property.
  • Method Summary

    Modifier and Type Method Description
    void setBlockSize​(int aBlockSize)
    Sets the block size for the block size property.
  • Method Details

    • setBlockSize

      void setBlockSize​(int aBlockSize)
      Sets the block size for the block size property.
      Parameters:
      aBlockSize - The block size to be stored by the block size property.