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 class
AbstractTextIterator
Represents 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 class
SrxTextIterator
Represents 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 class
AccurateSrxTextIterator
Reprezentuje splitter dzielący na podstawie reguł zawartych w pliku srx.class
FastTextIterator
Represents fast text iterator that splits text according to SRX rules.class
ScannerSrxTextIterator
Quick and Dirty implementation ofTextIterator
usingScanner
.
-