Class ImageCounterList<T extends Assignment<ObjectMask>>

Object
ImageCounterList<T>
Type Parameters:
T - the payload-type of each ImageCounter.
All Implemented Interfaces:
Iterable<ImageCounter<T>>, ImageCounter<T>

public class ImageCounterList<T extends Assignment<ObjectMask>> extends Object implements Iterable<ImageCounter<T>>, ImageCounter<T>
Allows operations to be applied to several ImageCounters collectively.
Author:
Owen Feehan