Package org.glassfish.pfl.basic.algorithm
-
Interface Summary Interface Description Algorithms.Action<T> Graph.Finder<E> A Finder finds the immediate successors of an element of the graph.ObjectUtility.ObjectPrinter -
Class Summary 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.ObjectUtility.ClassMap ObjectWriter ObjectWriter.IndentingObjectWriter Expected patterns: startObject endObject( str ) header( elem )\n startObject ( startElement append* endElement ) * endObject header(\n append*\n * )\nObjectWriter.SimpleObjectWriter Printer Manages printing of indented source code. -
Annotation Types Summary 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.