Skip to content

plume-util 1.9.3

Compare
Choose a tag to compare
@mernst mernst released this 19 Apr 18:50
· 65 commits to master since this release
  • CollectionsPlume:
    • deprecated Filter; use java.util.function.Predicate instead
    • new method replace(Collection<T> c, Collection<Replacement<T>> replacements)
    • new method isSubsequenceMaybeNonContiguous(Iterable<T>, Iterable<T>)
  • StringsPlume:
    • new methods splitRetainSeparators() and splitLinesRetainSeparators()
  • FilesPlume:
    • deprecate fileContents() in favor of new method readString()
    • deprecate writeFile() in favor of new method writeString()
    • new method readLinesRetainingSeparators()
    • new method writeString(Path, String)