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 |
Modifier and Type | Class and 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 and Description |
---|---|
class |
TransformedBuffer
Decorates another
Buffer to transform objects that are added. |
Modifier and Type | Class and Description |
---|---|
class |
TransformedList
Decorates another
List to transform objects that are added. |
Modifier and Type | Class and 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–2015 The Apache Software Foundation. All rights reserved.