Skip navigation links

Package org.diirt.util.array

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

See: Description

Package org.diirt.util.array Description

Set of classes to handle 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.

Skip navigation links

Copyright © 2015. All rights reserved.