Package 

Class DefaultTextContentTokenizer

  • All Implemented Interfaces:
    org.readium.r2.shared.util.tokenizer.Tokenizer

    
    public final class DefaultTextContentTokenizer
     implements Tokenizer<String, IntRange>
                        

    A default cluster TextTokenizer taking advantage of the best capabilities of each Android version.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class org.readium.r2.shared.util.tokenizer.Tokenizer

        tokenize
      • Methods inherited from class java.lang.Object

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

      • DefaultTextContentTokenizer

        DefaultTextContentTokenizer(TextUnit unit, Language language)
    • Method Detail