@DefaultAnnotation(value=edu.umd.cs.findbugs.annotations.NonNull.class)
See: Description
| Class | Description |
|---|---|
| Ensure |
Provides several helper methods to validate method arguments and class invariants thus supporting the design by
contract concept (DBC).
|
| 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.
|
| IntegerParser |
Parses integers from string values.
|
| PathUtil |
Utilities for
Path instances. |
| 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.) |
| TreeStringBuilder |
Builds
TreeStrings that share common prefixes. |
| Exception | Description |
|---|---|
| NoSuchElementException |
Thrown by various accessor methods to indicate that the element being requested does not exist.
|
| Annotation Type | Description |
|---|---|
| VisibleForTesting |
An annotation that indicates that the visibility of a type or member has
been relaxed to make the code testable.
|
Copyright © 2018. All rights reserved.