Class SynonymFilter.PendingOutputs

  • Enclosing class:
    SynonymFilter

    private static class SynonymFilter.PendingOutputs
    extends java.lang.Object
    • Field Detail

      • endOffsets

        int[] endOffsets
      • posLengths

        int[] posLengths
      • upto

        int upto
      • count

        int count
      • posIncr

        int posIncr
      • lastEndOffset

        int lastEndOffset
      • lastPosLength

        int lastPosLength
    • Constructor Detail

      • PendingOutputs

        public PendingOutputs()
    • Method Detail

      • reset

        public void reset()
      • getLastEndOffset

        public int getLastEndOffset()
      • getLastPosLength

        public int getLastPosLength()
      • add

        public void add​(char[] output,
                        int offset,
                        int len,
                        int endOffset,
                        int posLength)