|
Evaluating Software Design Patterns — the "Gang of Four" patterns implemented in Java 6 |
||||||||
| PREV LETTER NEXT LETTER | FRAMES NO FRAMES | ||||||||
string into a
sentence, which is printed and then returned.
args, and returns
a corresponding map, ordered according to the order of
args.
Participant annotation.cs with c
length times.
cs with c
length times.
PrimeSequence.next()
the next prime number in the sequence of prime numbers smaller
than maximum, where maximum is supplied at
construction time.primitive
and nonPrimitive, respectively.
sequence.
messages
with this log as is, no trailing new line or
white space inserted between messages.
messages
with this log as is, no trailing new line or
white space inserted between messages, if and only
if condition is true.
messages
with this log as is, no trailing new line or
white space inserted between messages, but with a
single new line character after the last part.
messages
with this log as is, no trailing new line or
white space inserted between messages, if and only
if condition is true, but always with a
single new line character after the last part.
observable sequence it is
observing.out with a
severity level of error.
sequence since the last time
the observer was notified about that sequence, based on equality
using equals(Object) (and hashCode()).processor supplied as processor until all values have been
exhausted, or processor returns false.
sequences using a value processor to perform the actual processing of delivered
sequence values.sequence.
copyable,
if not already, if it supplies a
copy constructor.abstractions based on
a prototype supplied at construction time.copyable type based on a prototype supplied at
construction time.copyable objects based on
registered
prototypes.sequences
based on a prototype supplied at construction time.sequences
into char sequences (not part of the core Proxy implementation).classLoader when
creating new proxy objects.
proxy to ensure consistent hashCode()
and equals(Object) behaviour when proxies are stored
internally by proxy factories, because proxies
may override hashCode and equals(Object)
in unpredictable ways.factory that
created the proxy as well as the unique handler associated with it.
|
Gunni Rode / rode.dk | ||||||||
| PREV LETTER NEXT LETTER | FRAMES NO FRAMES | ||||||||