| Package | Description |
|---|---|
| org.magicwerk.brownies.collections.helper |
This packages contains helper classes for the package org.magicwerk.brownies.collections.
|
| Class and Description |
|---|
| AnyComparator
The AnyComparator can compare elements of any object type,
even if they do not implement Comparable.
|
| IdentMapper
Identity mapper.
|
| NaturalComparator
The NaturalComparator will compare object using their natural order.
|
| Option
The Option class allows to distinguish between a null value and no value.
|
| SortedLists.KeyAbsentBehavior
A specification for which index to return if the list contains no elements that compare as
equal to the key.
|
| SortedLists.KeyPresentBehavior
A specification for which index to return if the list contains at least one element that
compares as equal to the key.
|