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 |
TransformedBag |
Decorates another
Bag to transform objects that are added. |
class |
TransformedSortedBag |
Decorates another
SortedBag to transform objects that are added. |
Modifier and Type | Class | Description |
---|---|---|
class |
TransformedBuffer |
Decorates another
Buffer to transform objects that are added. |
Modifier and Type | Class | Description |
---|---|---|
class |
TransformedList |
Decorates another
List to transform objects that are added. |
Modifier and Type | Class | Description |
---|---|---|
class |
TransformedSet |
Decorates another
Set to transform objects that are added. |
class |
TransformedSortedSet |
Decorates another
SortedSet to transform objects that are added. |
Copyright © 2001-2017 Apache Software Foundation. All Rights Reserved.