You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Several modules and functions use Iterators, Filter, and Mapper. These classes will be deprecated and should replaced with the standard Java Stream API.
Several modules and functions use
Iterators
,Filter
, andMapper
. These classes will be deprecated and should replaced with the standard JavaStream
API.Notable methods:
Evaluator#evaluateElements()
Corpus#documentIterator()
Document#sectionIterator()
Corpus#sectionIterator()
DocumentModule#documentIterator()
SectionModule#sectionIterator()
LibraryModel#generateDocumentation()
XMLDocumentationResourceBundle#getKeys()
The text was updated successfully, but these errors were encountered: