| Interface | Description |
|---|---|
| IComparable<DATATYPE> |
A special interface extension to the
Comparable interface that makes
objects serializable and adds some default comparison methods. |
| IComparator<DATATYPE> |
A special interface that combines
Comparator and Serializable
for easier reuse since Comparators should be Serializable. |
| ISortOrderIndicator |
Interface indicating a sort order.
|
| Class | Description |
|---|---|
| CollatorHelper |
Helper class to easily create commonly used
Collator objects. |
| CompareHelper |
A small helper class that provides comparison methods that are
null safe. |
| Enum | Description |
|---|---|
| ESortOrder |
Defines possible sort orders.
|
Copyright © 2014–2022 Philip Helger. All rights reserved.