Interface DelimiterAccessor.DelimiterMutator

All Known Subinterfaces:
DelimiterAccessor.DelimiterProperty
Enclosing interface:
DelimiterAccessor

public static interface DelimiterAccessor.DelimiterMutator
Provides a mutator for a delimiter property.
  • Method Summary

    Modifier and Type Method Description
    void setDelimiter​(char aDelimiter)
    Sets the delimiter for the delimiter property.
  • Method Details

    • setDelimiter

      void setDelimiter​(char aDelimiter)
      Sets the delimiter for the delimiter property.
      Parameters:
      aDelimiter - The delimiter to be stored by the delimiter property.