|
Evaluating Software Design Patterns — the "Gang of Four" patterns implemented in Java 6 |
||||||||
| PREV LETTER NEXT LETTER | FRAMES NO FRAMES | ||||||||
start and end, respectively.
symbols.
value - SequenceValueRange.minimum.
KeyValue.key is also set.
processable sequence to process values during
processing.value visitors.AssignmentExpression.expression.
context supplied at evaluation
time.value
and type visitable, storing
sequences regardless of the type of value they
deliver.LongSequence that is
value visitable using the
SequenceValueVisitor.visitLongValued(Sequence, Object)
visitation method and is type
visitable as well.RandomSequence that
is value visitable only using
the SequenceValueVisitor.visitIntegerValued(Sequence, Object)
visitation method.ReversiblePrimeSequence that is value visitable using the SequenceValueVisitor.visitIntegerValued(Sequence, Object)
visitation method and is type
visitable as well.composite sequence.
sequence that delivers Date
sequence values.
sequence that delivers Integer
sequence values.
sequence that delivers Long
sequence values.
memorizable sequence.
observable sequence.
reversible sequence.
stateable sequence.
sequence that delivers any type of
value that implements the CharSequence interface,
including CharSequence it self.
sequence that cannot be visited
by any other visitation methods declared by this visitor.
|
Gunni Rode / rode.dk | ||||||||
| PREV LETTER NEXT LETTER | FRAMES NO FRAMES | ||||||||