Interface GlyphArraySplitter

  • All Known Implementing Classes:
    GlyphArraySplitterRegexImpl

    public interface GlyphArraySplitter
    This class splits an array of GlyphIds with a prospective match.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.util.List<java.util.List<java.lang.Integer>> split​(java.util.List<java.lang.Integer> glyphIds)  
    • Method Detail

      • split

        java.util.List<java.util.List<java.lang.Integer>> split​(java.util.List<java.lang.Integer> glyphIds)