Package and Description |
---|
de.caff.util.xml
Use the classes in the packages
de.caff.io and de.caff.io.xml instead. |
Interface and Description |
---|
de.caff.generics.util.Counter.Creator
outdated, use
Supplier<Counter> instead |
de.caff.util.settings.LongProperty
Use
Property<Long> instead. |
de.caff.util.xml.StringCollector
use the classes in the package
de.caff.io and de.caff.io.xml instead. |
Class and Description |
---|
de.caff.util.Enums
move to
Enums in module generics |
de.caff.generics.algorithm.FastSequentialSearch
use
FastIntSequenceSearch instead |
de.caff.util.IntegerStringCharacterIterator
Name is badly chosen, use
StringCodePointIterator instead. |
de.caff.util.xml.OutputStreamStringCollector
class has moved, use
OutputStreamStringCollector instead |
de.caff.util.Primitives
Moved to different package, use
Primitives instead |
de.caff.util.xml.SimpleXmlWriter
this class has an improved substitute, see
SimpleXmlWriter ,
where SimpleXmlWriter.open(String, Object...) is renamed to SimpleXmlWriter.begin(String, Object...)
and SimpleXmlWriter.close() to SimpleXmlWriter.end() , which allows to make the class
closable. |
de.caff.util.xml.TextStringCollector
use the classes in the package
de.caff.io and de.caff.io.xml instead. |
de.caff.util.xml.XmlTool
use the classes in the package
de.caff.io and de.caff.io.xml instead. |
Field and Description |
---|
de.caff.generics.function.Predicate1.ALWAYS_FALSE
Use
Predicate1.alwaysFalse() instead as the returned predicate is smarter. |
de.caff.generics.function.Predicate1.ALWAYS_TRUE
Use
Predicate1.alwaysTrue() instead as the returned predicate is smarter. |
de.caff.generics.Types.RELEASE_DATE
Use
ModuleVersion.VERSION instead, or
ModuleVersionService.iterator() /ModuleVersionService.collectServices() for all modules |
de.caff.generics.Types.VERSION
use
ModuleVersion.VERSION instead |
Constructor and Description |
---|
de.caff.generics.CountingTreeSet()
use
CountingTreeSet.create() instead because it handles comparability correctly |
de.caff.generics.CountingTreeSet(Supplier<Counter>)
use
CountingTreeSet.create(Supplier) instead because it handles comparability correctly |