Package | Description |
---|---|
net.sf.jaccumulator |
Modifier and Type | Interface and Description |
---|---|
interface |
SealedAccumulator<ACCUMULATOR extends SealedAccumulator<ACCUMULATOR>>
A read-only
Accumulator |
Modifier and Type | Interface and Description |
---|---|
interface |
Accumulator<ACCUMULATOR extends Accumulator<ACCUMULATOR>>
An Accumulator is a three-way association between a
Primitive
target, a Javascript-like associative list of
member relationships, and a function defined by the subclass of
Accumulator. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractAccumulator<ACCUMULATOR extends Accumulator<ACCUMULATOR>>
Common
Accumulator behavior |
class |
AbstractConstantAccumulator<ACCUMULATOR extends AbstractConstantAccumulator<ACCUMULATOR>>
Common behavior for Accumulators with read-only
Primitive
targets and read-only relationship
collections |
class |
AbstractSimpleAccumulator<ACCUMULATOR extends Accumulator<ACCUMULATOR>>
Common behavior for a simple Accumulator with an independent, replaceable
target Primitive |
class |
AbstractStickyTarget<ACCUMULATOR extends Accumulator<ACCUMULATOR>>
Common behavior for a simple Accumulator with an independent,
non-replaceable
target Primitive |
class |
ConstantAccumulator
|
class |
SimpleAccumulator
A simple Accumulator with an independent, replaceable
target Primitive |
Modifier and Type | Method and Description |
---|---|
ACCUMULATOR |
AccumulatorReplicator.copyUsingAccumulator(SealedAccumulator<?> anAccumulator)
|
ACCUMULATOR |
AbstractConstantAccumulator.copyUsingAccumulator(SealedAccumulator<?> anAccumulator) |
ACCUMULATOR |
AbstractAccumulator.copyUsingAccumulator(SealedAccumulator<?> anAccumulator) |
boolean |
SealedAccumulator.isEqualToAccumulator(SealedAccumulator<?> anAccumulator)
Compare this Accumulator for equality against another.
|
boolean |
AbstractAccumulator.isEqualToAccumulator(SealedAccumulator<?> anAccumulator) |
Copyright © 2006-2012 Ware-Squared Software Development. All Rights Reserved.