Interface | Description |
---|---|
Algorithms.Action<T> | |
Graph.Finder<E> |
A Finder finds the immediate successors of an element of the graph.
|
Class | Description |
---|---|
Algorithms | |
AnnotationAnalyzer |
Given an AnnotatedElement, fetch all of the inherited annotations.
|
ClassAnalyzer |
Analyzes class inheritance hiearchy and provides methods for searching for
classes and methods.
|
DelayedObjectToString | |
Graph<E> | |
ObjectUtility |
General object related utilities.
|
ObjectWriter | |
Printer |
Manages printing of indented source code.
|
Annotation Type | Description |
---|---|
DumpIgnore |
This annotation is applied to a field to indicate that it should
not be displayed by ObjectUtility.*ToString.
|
DumpToString |
This annotation is applied to a field to indicate that it should
be displayed by ObjectUtility.*ToString using its toString() value.
|
Copyright © 2017 Oracle. All rights reserved.