Class OptMapInfo

java.lang.Object
org.joni.OptMapInfo

final class OptMapInfo extends Object
  • Field Details

    • mmd

      final MinMaxLen mmd
    • anchor

      final OptAnchorInfo anchor
    • value

      int value
    • map

      final byte[] map
    • z

      private static final int z
      See Also:
    • ByteValTable

      static final short[] ByteValTable
  • Constructor Details

    • OptMapInfo

      OptMapInfo()
  • Method Details

    • clear

      void clear()
    • copy

      void copy(OptMapInfo other)
    • addChar

      void addChar(byte c, org.jcodings.Encoding enc)
    • addCharAmb

      void addCharAmb(byte[] bytes, int p, int end, org.jcodings.Encoding enc, int caseFoldFlag)
    • select

      void select(OptMapInfo alt)
    • altMerge

      void altMerge(OptMapInfo other, org.jcodings.Encoding enc)
    • positionValue

      static int positionValue(org.jcodings.Encoding enc, int i)