| 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 |
|---|---|
| CompareHelper |
A small helper class that provides comparison methods that are
null safe. |
| Enum | Description |
|---|---|
| ESortOrder |
Defines possible sort orders.
|
Copyright © 2014–2017 Philip Helger. All rights reserved.