Class GermanChunker.Span

  • Enclosing class:
    GermanChunker

    private static class GermanChunker.Span
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) int endIndex  
      (package private) int startIndex  
    • Constructor Summary

      Constructors 
      Constructor Description
      Span​(int startIndex, int endIndex)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • startIndex

        final int startIndex
      • endIndex

        final int endIndex
    • Constructor Detail

      • Span

        Span​(int startIndex,
             int endIndex)