java.lang
package.See: Description
| Interface | Description |
|---|---|
| OptionalMethods.MethodWrapper0<DC,R,EX extends Throwable> |
Wrapper for a method with zero parameters.
|
| OptionalMethods.MethodWrapper1<DC,R,P,EX extends Throwable> |
Wrapper for a method with one parameter.
|
| OptionalMethods.MethodWrapper2<DC,R,P1,P2,EX extends Throwable> |
Wrapper for a method with two parameters.
|
| StringUtil.IndexOf |
| Class | Description |
|---|---|
| AssertionUtil |
Various assertion-related utility methods.
|
| Characters |
Extensions for the JRE's
Character class. |
| CharSequences |
Utility methods related to
CharSequences. |
| ClassLoaders | |
| Comparators |
Various
Comparator-related utility methods. |
| ExceptionUtil |
Various
Exception-related utility methods. |
| FilterAppendable |
An
Appendable which appends to a delegate appendable. |
| ObjectUtil |
Various
java.lang.Object-related utility methods. |
| OptionalMethods |
Helpers for convenient handling of methods and classes that may or may be loadable at runtime, e.g. those which
appeared in a later JRE version.
|
| PrettyPrinter | |
| ProcessUtil |
Various
Process-related utility methods. |
| StringUtil |
Various
java.lang.String-related utility methods. |
| StringUtil.AbstractIndexOf | |
| ThreadUtil |
Various
java.lang.Thread-related utility methods. |
java.lang
package.Copyright © 2018 Arno Unkrig. All rights reserved.