Interface and Description |
---|
de.caff.generics.util.Counter.Creator
outdated, use
Supplier<Counter> instead |
Class and Description |
---|
de.caff.generics.algorithm.FastSequentialSearch
use
FastIntSequenceSearch 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 |