Package | Description |
---|---|
de.larssh.utils.collection |
Utilities for collection types
|
de.larssh.utils.text |
Utilities for strings
|
Modifier and Type | Class and Description |
---|---|
class |
ProxiedList<E>
An abstract
List implementation pointing to a given list object. |
class |
ProxiedSet<E>
An abstract
Set implementation pointing to a given set object. |
Modifier and Type | Class and Description |
---|---|
class |
Csv
This class represents CSV data, consisting of rows of values, implementing
List<String> for convenience reasons. |
class |
CsvRow
Class representing the values of one CSV row, implementing
List<String> for convenience reasons. |
Copyright © 2025. All rights reserved.