| Package | Description |
|---|---|
| de.alpharogroup.collections.properties |
This package provides a utility class for properties objects and properties implementations for sorting
|
| Modifier and Type | Class and Description |
|---|---|
class |
IndexSortedProperties
The class
IndexSortedProperties extends SortedProperties and holds an intern list with
the keys for get values over an index. |
| Modifier and Type | Method and Description |
|---|---|
static SortedProperties |
SortedProperties.of()
Factory method to create a new
SortedProperties object. |
static SortedProperties |
SortedProperties.of(Properties defaults)
Factory method to create a new
SortedProperties object. |
static SortedProperties |
SortedProperties.of(Properties defaults,
Comparator<Object> comparator)
Factory method to create a new
SortedProperties object. |
Copyright © 2015–2019 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.