Package org.joni

Class OptMapInfo

java.lang.Object
org.joni.OptMapInfo

final class OptMapInfo extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    (package private) final OptAnchorInfo
     
    (package private) static final short[]
     
    (package private) final byte[]
     
    (package private) final MinMaxLen
     
    (package private) int
     
    private static final int
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    (package private) void
    addChar(byte c, org.jcodings.Encoding enc)
     
    (package private) void
    addCharAmb(byte[] bytes, int p, int end, org.jcodings.Encoding enc, int caseFoldFlag)
     
    (package private) void
    altMerge(OptMapInfo other, org.jcodings.Encoding enc)
     
    (package private) void
     
    (package private) void
     
    (package private) static int
    positionValue(org.jcodings.Encoding enc, int i)
     
    (package private) void
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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)