Package | Description |
---|---|
org.apache.commons.collections4.bag |
Modifier and Type | Class and Description |
---|---|
class |
AbstractSortedBagDecorator<E>
Decorates another
SortedBag to provide additional behaviour. |
class |
CollectionBag<E>
Decorates another
Bag to comply with the Collection contract. |
class |
CollectionSortedBag<E>
Decorates another
SortedBag to comply with the Collection contract. |
class |
UnmodifiableBag<E>
Decorates another
Bag to ensure it can't be altered. |
class |
UnmodifiableSortedBag<E>
Decorates another
SortedBag to ensure it can't be altered. |
Copyright © 2001–2013 The Apache Software Foundation. All rights reserved.