Class CharArrayWrapper


  • public class CharArrayWrapper
    extends java.lang.Object
    This class wraps an array of characters around an objects
    • Constructor Summary

      Constructors 
      Constructor Description
      CharArrayWrapper()
      Class constructor
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      char[] getCharacters()
      This method returns the member variable
      java.lang.Character[] getChars()
      This method returns the member variable
      void setCharacters​(char[] aChars)
      This method sets the member variable
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CharArrayWrapper

        public CharArrayWrapper()
        Class constructor
    • Method Detail

      • getChars

        public java.lang.Character[] getChars()
        This method returns the member variable
        Returns:
        an array of Character objects
      • setCharacters

        public void setCharacters​(char[] aChars)
        This method sets the member variable
        Parameters:
        aChars - array of characters
      • getCharacters

        public char[] getCharacters()
        This method returns the member variable
        Returns:
        array of characters