Module org.jhotdraw8.collection
Package org.jhotdraw8.collection.mapped
package org.jhotdraw8.collection.mapped
Provides mapped collections and mapped iterators.
-
ClassesClassDescriptionMappedIterator<E,
F> Maps anIteratorto a different element type.MappedList<E,F> Maps aListto a different element type.MappedReadOnlyList<E,F> Maps aReadOnlyListto a different element type.MappedSet<E,F> Maps aSetto a different element type.MappedSpliterator<E,F> Maps aSpliteratorto a different element type.