Module org.jhotdraw8.icollection
Package org.jhotdraw8.icollection.readonly
package org.jhotdraw8.icollection.readonly
Defines read-only interfaces to collections, and provides abstract base classes for them.
-
ClassDescriptionAbstract base class for
ReadOnlyCollections.Abstract base class forReadOnlyLists.AbstractReadOnlyMap<K,V> Abstract base class forReadOnlyMaps.Abstract base class forReadOnlySets.A read-only interface to a collection.ReadOnlyList<E>A read-only interface to a set.ReadOnlyMap<K,V> A read-only interface to a map.ReadOnlyNavigableMap<K,V> A read-only interface to a navigable map.A read-only interface to a navigable set.A read-only interface to a sequenced collection.ReadOnlySequencedMap<K,V> A read-only interface to a sequenced map.A read-only interface to a sequenced set.ReadOnlySet<E>A read-only interface to a set.ReadOnlySortedMap<K,V> A read-only interface to a sorted map.A read-only interface to a sorted set.