- All Known Subinterfaces:
CharAccessor.CharProperty
public interface CharAccessor
Provides an accessor for a char property.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic 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
Provides a mutator for a char property.static interface
Provides a char property. -
Method Summary
-
Method Details
-
getChar
char getChar()Retrieves the char from the char property.- Returns:
- The char stored by the char property.
-