Package org.epics.util.array

Provides support for iteration and read-only references to collections and arrays of primitives, without having to code for each individual case.

The design is loosely inspired by the Collection framework, but does not directly implement it. Due to the invariant nature of Java generics, it would make the usage of inheritance awkward. See IteratorNumber for more details.