Uses of Class
org.jhotdraw8.icollection.readonly.AbstractReadOnlyCollection
Packages that use AbstractReadOnlyCollection
Package
Description
Provides facades of collection interfaces.
Defines read-only interfaces to collections, and provides abstract base classes for them.
-
Uses of AbstractReadOnlyCollection in org.jhotdraw8.icollection.facade
Subclasses of AbstractReadOnlyCollection in org.jhotdraw8.icollection.facadeModifier and TypeClassDescriptionclassProvides aImmutableSetfacade to a set ofImmutableSetfunctions.classProvides aReadOnlyCollectionfacade to a set ofCollectionfunctions.classProvides aReadOnlyListfacade to a set ofReadOnlyListfunctions.classProvides aReadOnlyNavigableSetfacade to a set ofNavigableSetfunctions.classProvides aReadOnlySequencedSetfacade to a set ofSetfunctions.classProvides aReadOnlySequencedSetfacade to a set ofSequencedSetfunctions.classProvides aReadOnlySetfacade to a set ofSetfunctions.classProvides aReadOnlySortedSetfacade to a set ofSortedSetfunctions. -
Uses of AbstractReadOnlyCollection in org.jhotdraw8.icollection.readonly
Subclasses of AbstractReadOnlyCollection in org.jhotdraw8.icollection.readonlyModifier and TypeClassDescriptionclassAbstract base class forReadOnlyLists.classAbstract base class forReadOnlySets.