Uses of Interface
net.loomchild.segment.TextIterator
-
Packages that use TextIterator Package Description net.loomchild.segment net.loomchild.segment.srx net.loomchild.segment.srx.legacy -
-
Uses of TextIterator in net.loomchild.segment
Classes in net.loomchild.segment that implement TextIterator Modifier and Type Class Description classAbstractTextIteratorRepresents abstract text iterator. -
Uses of TextIterator in net.loomchild.segment.srx
Classes in net.loomchild.segment.srx that implement TextIterator Modifier and Type Class Description classSrxTextIteratorRepresents text iterator splitting text according to rules in SRX file. -
Uses of TextIterator in net.loomchild.segment.srx.legacy
Classes in net.loomchild.segment.srx.legacy that implement TextIterator Modifier and Type Class Description classAccurateSrxTextIteratorReprezentuje splitter dzielący na podstawie reguł zawartych w pliku srx.classFastTextIteratorRepresents fast text iterator that splits text according to SRX rules.classScannerSrxTextIteratorQuick and Dirty implementation ofTextIteratorusingScanner.
-