| Package | Description |
|---|---|
| org.atlanmod.commons |
The base package for common utility classes and methods.
|
| org.atlanmod.commons.collect |
Provides utility classes and methods related to
Collections and arrays. |
| org.atlanmod.commons.concurrent |
Provides classes and methods related to concurrency.
|
| org.atlanmod.commons.hash |
Provides hash functions and related structures.
|
| org.atlanmod.commons.io |
Provides classes and methods related to an I/O process.
|
| org.atlanmod.commons.log |
Provides classes for logging information and events.
|
| org.atlanmod.commons.primitive |
Provides classes and methods related to Java primitives.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Preconditions
Static convenience methods that help a method or constructor check whether it was invoked correctly (whether its
preconditions have been met).
|
class |
Throwables
|
| Modifier and Type | Class and Description |
|---|---|
class |
MoreArrays
Static utility methods related to arrays.
|
class |
MoreIterables
Static utility methods related to
Iterable instances. |
class |
MoreIterators
Static utility methods related to
Iterator instances. |
class |
MoreStreams
Static utility methods related to
Stream instances. |
| Modifier and Type | Class and Description |
|---|---|
class |
MoreExecutors
Static utility methods related to
Executor instances. |
class |
MoreThreads
Static utility methods related to
Thread instances. |
| Modifier and Type | Class and Description |
|---|---|
class |
StandardHashers
Constants definitions for the default
Hasher instances. |
| Modifier and Type | Class and Description |
|---|---|
class |
MoreFiles
Static utility methods related to
Files. |
| Modifier and Type | Class and Description |
|---|---|
class |
Log
The factory that creates
Logger instances. |
| Modifier and Type | Class and Description |
|---|---|
class |
Booleans
Static utility methods related to
boolean and Boolean. |
class |
Bytes
Static utility methods related to
byte arrays. |
class |
Chars
Static utility methods related to
char and Character. |
class |
Doubles
Static utility methods related to
double and Double. |
class |
Floats
Static utility methods related to
float and Float. |
class |
Ints
Static utility methods related to
int and Integer. |
class |
Longs
Static utility methods related to
long and Long. |
class |
Shorts
Static utility methods related to
short and Short. |
class |
Strings
Static utility methods related to
String. |
Copyright © 2017–2019 Atlanmod. All rights reserved.