Uses of Class
org.apache.poi.util.StringUtil.StringsIterator
-
Packages that use StringUtil.StringsIterator Package Description org.apache.poi.hsmf.extractor -
-
Uses of StringUtil.StringsIterator in org.apache.poi.hsmf.extractor
Methods in org.apache.poi.hsmf.extractor with parameters of type StringUtil.StringsIterator Modifier and Type Method Description protected void
OutlookTextExtactor. handleEmails(java.lang.StringBuffer s, java.lang.String type, java.lang.String displayText, StringUtil.StringsIterator emails)
Takes a Display focused string, eg "Nick; Jim" and an iterator of emails, and does its best to return something like "Nick; Jim "
-