Class StringSearch.CEI

  • Enclosing class:
    StringSearch

    private static class StringSearch.CEI
    extends java.lang.Object
    Java port of ICU4C CEI (usearch.cpp) CEI Collation Element + source text index. These structs are kept in the circular buffer.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) long ce_  
      (package private) int highIndex_  
      (package private) int lowIndex_  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private CEI()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • ce_

        long ce_
      • lowIndex_

        int lowIndex_
      • highIndex_

        int highIndex_
    • Constructor Detail

      • CEI

        private CEI()