|
Evaluating Software Design Patterns — the "Gang of Four" patterns implemented in Java 6 |
||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||
See:
Description
| Interface Summary | |
|---|---|
| ErrorHandler | An error handler can decide whether or not a given
type of error is manageable or not using the
ErrorHandler.handle(Throwable) method. |
| Class Summary | |
|---|---|
| Arguments | An arguments object represents a collection of String arguments that may or may not have an associated String value. |
| Arguments.Argument | An argument represents a single argument, with or without an associated value. |
| Const | Various constants used in this project. |
| KeyValue<K,V> | A placeholder for a key with an associated value, where a non-null key or value can only be set once. |
| Strings | Various string utilities. |
| Throwables | Utilities to manipulate throwable types and objects. |
| Util | Various utility functions. |
| Enum Summary | |
|---|---|
| Primitive | A primitive constant associates a primitive type with its wrapper class. |
Various utility classes and functions.
|
Gunni Rode / rode.dk | ||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||