Package-level declarations
Contains specialized collection helpers used by BetterModel APIs.
This package currently provides priority-aware maps and singleton sequenced sets for places where standard collections need a small domain-specific shape without adding a new dependency.
Example:
PriorityMap<String, Runnable> listeners = new PriorityMap<>();
listeners.put("reload", action, 0);
Content copied to clipboard
Since
3.2.0