Interface CharAccessor.CharMutator

All Known Subinterfaces:
CharAccessor.CharProperty
Enclosing interface:
CharAccessor

public static interface CharAccessor.CharMutator
Provides a mutator for a char property.
  • Method Summary

    Modifier and Type Method Description
    void setChar​(char aChar)
    Sets the char for the char property.
  • Method Details

    • setChar

      void setChar​(char aChar)
      Sets the char for the char property.
      Parameters:
      aChar - The char to be stored by the char property.