Class Bidi.ImpTabPair

  • Enclosing class:
    Bidi

    private static class Bidi.ImpTabPair
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) short[][] impact  
      (package private) byte[][][] imptab  
    • Constructor Summary

      Constructors 
      Constructor Description
      ImpTabPair​(byte[][] table1, byte[][] table2, short[] act1, short[] act2)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • imptab

        byte[][][] imptab
      • impact

        short[][] impact
    • Constructor Detail

      • ImpTabPair

        ImpTabPair​(byte[][] table1,
                   byte[][] table2,
                   short[] act1,
                   short[] act2)