Interface CharAccessor

All Known Subinterfaces:
CharAccessor.CharProperty

public interface CharAccessor
Provides an accessor for a char property.
  • Nested Class Summary

    Nested Classes
    Modifier and Type Interface Description
    static interface  CharAccessor.CharBuilder<B extends CharAccessor.CharBuilder<B>>
    Provides a builder method for a char property returning the builder for applying multiple build operations.
    static interface  CharAccessor.CharMutator
    Provides a mutator for a char property.
    static interface  CharAccessor.CharProperty
    Provides a char property.
  • Method Summary

    Modifier and Type Method Description
    char getChar()
    Retrieves the char from the char property.
  • Method Details

    • getChar

      char getChar()
      Retrieves the char from the char property.
      Returns:
      The char stored by the char property.