Class TunableParser.ExtensionalCharSet

java.lang.Object
eu.bandm.tools.util2.TunableParser.ExtensionalCharSet
All Implemented Interfaces:
TunableParser.CharSet
Enclosing class:
TunableParser<D>

public static class TunableParser.ExtensionalCharSet extends Object implements TunableParser.CharSet
Auxiliary class which realizes a character set by a BitSet. Can hold characters only from 0 to 255.
  • Field Details

    • name

      protected final String name
    • table

      protected final BitSet table
  • Constructor Details

    • ExtensionalCharSet

      public ExtensionalCharSet(String name)
  • Method Details