Class KatakanaRomanizer.MatchedKeystroke

  • Enclosing class:
    KatakanaRomanizer

    private static class KatakanaRomanizer.MatchedKeystroke
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) int keystrokeIndex  
      (package private) int keystrokeLen  
    • Constructor Summary

      Constructors 
      Constructor Description
      MatchedKeystroke​(int keystrokeLen, int keystrokeIndex)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • keystrokeLen

        final int keystrokeLen
      • keystrokeIndex

        final int keystrokeIndex
    • Constructor Detail

      • MatchedKeystroke

        MatchedKeystroke​(int keystrokeLen,
                         int keystrokeIndex)