| Interface | Description |
|---|---|
| Orderable |
Interface to be implemented by objects that should be orderable.
|
| Class | Description |
|---|---|
| ArrayHelper |
Helper class for array operations
|
| AugmentedPageableList<E> |
A
PageableList that can be augmented with additional data. |
| Base64Utils |
Utility class to provide same Base64 decoding and encoding mechanism.
|
| ColorUtils |
Utility for converting color strings to Color objects.
|
| DateHelper |
Date helper
|
| DescendingOrderComparator |
Comparator for sorting orderable objects in descending order.
|
| HTMLHelper |
Helper class for HTML processing.
|
| LocaleHelper | |
| MapUtils |
Utils for handling maps.
|
| MsoHTMLHelper |
A class providing some utility functions for processing MS office generated HTML.
|
| NumberHelper |
Helper class for numbers
|
| OrderableManager<T extends Orderable> |
Thread-safe manager for orderable objects which provides convenience methods for accessing the
sorted orderables.
|
| PageableList<E> |
A list wrapper with additional attributes which state whether there are more elements if the list
represents subset of a larger data-set.
|
| Pair<Left,Right> |
Simple Pair.
|
| PairComparator<Left,Right> |
Generic Comparator for Pairs
|
| ParameterHelper |
Helper class to retrieve parameters in a given format.
|
| UriUtils |
Utilities for working with URIs.
|
| UrlHelper |
Helper class for working with URLs.
|
| VersionComparator |
Comparator to compare versions in dot notation like 3.25.2 as used in semantic versioning.
|
| Enum | Description |
|---|---|
| AugmentedPageableList.AugmentationKeys |
This enum provides the available augmentation keys which are used to reference augmentation
data.
|
Copyright © 2019 Communote team. All rights reserved.