SLING-7524 updated unique function to only return unique items

Method is similar to how the distinct method works in the Stream api and
utilizes a HashSet of previously seen items
4 files changed
tree: d453d4f982b1d8ec9e6f1dd5dabfeba2fbfe4043
  1. src/
  2. .gitignore
  3. LICENSE
  4. pom.xml
  5. README.md
README.md

Apache Sling Query

This module is part of the Apache Sling project.

SlingQuery is a Sling resource tree traversal tool inspired by the jQuery.

See the full documentation on Apache Sling website.