| Package | Description |
|---|---|
| edu.hm.hafner.analysis.parser |
The available parsers.
|
| edu.hm.hafner.util |
Provides highly reusable utility classes and static methods, chiefly concerned
with adding value to java.lang, java.util, and other standard core classes.
|
| Class and Description |
|---|
| VisibleForTesting
An annotation that indicates that the visibility of a type or member has
been relaxed to make the code testable.
|
| Class and Description |
|---|
| Ensure.ArrayCondition
Assertions for arrays.
|
| Ensure.BooleanCondition
Assertions for booleans.
|
| Ensure.CollectionCondition
Assertions for iterables.
|
| Ensure.ExceptionCondition
Assertions for exceptions.
|
| Ensure.IterableCondition
Assertions for iterables.
|
| Ensure.ObjectCondition
Assertions for objects.
|
| Ensure.StringCondition
Assertions for strings.
|
TreeString
TreeString is an alternative string representation that saves the memory when you have a large number of
strings that share common prefixes (such as various file names.) |
Copyright © 2018. All rights reserved.