Class CharArraySet

  • All Implemented Interfaces:
    Cloneable

    public class CharArraySet
    extends CharTable
    Restriction:
    This class is not intended to be subclassed by clients.
    • Field Detail

      • EMPTY_SET

        public static final CharArraySet EMPTY_SET
        An empty immutable CharArraySet.
    • Constructor Detail

      • CharArraySet

        public CharArraySet​(int initialSize)
    • Method Detail

      • put

        public void put​(char[] key)
      • addAll

        public void addAll​(List<char[]> list)
      • remove

        public final boolean remove​(char[] key)