Package org.pathvisio.libgpml.debug
Debugging and logging utility classes
-
Class Summary Class Description DebugList<E> This is a List that helps in the search for ConcurrentModification problems.DebugList.DebugIterator<E> An iterator to go with the DebugList.Logger Logs output to a stream, with the option to filter for types of messagesStopWatch A simple helper class for speed optimizations.TestDebug Tests for debug. -
Annotation Types Summary Annotation Type Description EventDispatchThreadOnly Indicates that this class or method should only be accessed by the Event Dispatch ThreadThreadSafe Use this annotation to indicate that this method is Thread-safe, i.e.WorkerThreadOnly Indicates that this class or method should only be accessed by threads other than the Event Dispatch Thread