| Package | Description |
|---|---|
| org.apache.commons.collections.bag | |
| org.apache.commons.collections.buffer |
This package contains implementations of the
Buffer interface. |
| org.apache.commons.collections.list |
This package contains implementations of the
List interface. |
| org.apache.commons.collections.set |
This package contains implementations of the
Set and
SortedSet interfaces. |
| Modifier and Type | Class | Description |
|---|---|---|
class |
PredicatedBag |
Decorates another
Bag to validate that additions
match a specified predicate. |
class |
PredicatedSortedBag |
Decorates another
SortedBag to validate that additions
match a specified predicate. |
| Modifier and Type | Class | Description |
|---|---|---|
class |
PredicatedBuffer |
Decorates another
Buffer to validate that additions
match a specified predicate. |
| Modifier and Type | Class | Description |
|---|---|---|
class |
PredicatedList |
Decorates another
List to validate that all additions
match a specified predicate. |
| Modifier and Type | Class | Description |
|---|---|---|
class |
PredicatedSet |
Decorates another
Set to validate that all additions
match a specified predicate. |
class |
PredicatedSortedSet |
Decorates another
SortedSet to validate that all additions
match a specified predicate. |
Copyright © 2001-2018 Apache Software Foundation. All Rights Reserved.