Package | Description |
---|---|
org.apache.commons.collections.bag | |
org.apache.commons.collections.bidimap | |
org.apache.commons.collections.buffer |
This package contains implementations of the
Buffer interface. |
org.apache.commons.collections.collection |
This package contains implementations of the
Collection interface. |
org.apache.commons.collections.iterators |
This package contains implementations of the
Iterator interface. |
org.apache.commons.collections.keyvalue |
This package contains implementations of collection and map related key/value classes.
|
org.apache.commons.collections.list |
This package contains implementations of the
List interface. |
org.apache.commons.collections.map | |
org.apache.commons.collections.set |
This package contains implementations of the
Set and
SortedSet interfaces. |
Modifier and Type | Class | Description |
---|---|---|
class |
UnmodifiableBag |
Decorates another
Bag to ensure it can't be altered. |
class |
UnmodifiableSortedBag |
Decorates another
SortedBag to ensure it can't be altered. |
Modifier and Type | Class | Description |
---|---|---|
class |
UnmodifiableBidiMap |
Decorates another
BidiMap to ensure it can't be altered. |
class |
UnmodifiableOrderedBidiMap |
Decorates another
OrderedBidiMap to ensure it can't be altered. |
class |
UnmodifiableSortedBidiMap |
Decorates another
SortedBidiMap to ensure it can't be altered. |
Modifier and Type | Class | Description |
---|---|---|
class |
UnmodifiableBuffer |
Decorates another
Buffer to ensure it can't be altered. |
Modifier and Type | Class | Description |
---|---|---|
class |
UnmodifiableCollection |
Decorates another
Collection to ensure it can't be altered. |
Modifier and Type | Class | Description |
---|---|---|
class |
UnmodifiableIterator |
Decorates an iterator such that it cannot be modified.
|
class |
UnmodifiableListIterator |
Decorates a list iterator such that it cannot be modified.
|
class |
UnmodifiableMapIterator |
Decorates a map iterator such that it cannot be modified.
|
class |
UnmodifiableOrderedMapIterator |
Decorates an ordered map iterator such that it cannot be modified.
|
Modifier and Type | Class | Description |
---|---|---|
class |
UnmodifiableMapEntry |
A
Map.Entry that throws
UnsupportedOperationException when setValue is called. |
Modifier and Type | Class | Description |
---|---|---|
class |
UnmodifiableList |
Decorates another
List to ensure it can't be altered. |
Modifier and Type | Class | Description |
---|---|---|
class |
UnmodifiableEntrySet |
Decorates a map entry
Set to ensure it can't be altered. |
class |
UnmodifiableMap |
Decorates another
Map to ensure it can't be altered. |
class |
UnmodifiableOrderedMap |
Decorates another
OrderedMap to ensure it can't be altered. |
class |
UnmodifiableSortedMap |
Decorates another
SortedMap to ensure it can't be altered. |
Modifier and Type | Class | Description |
---|---|---|
class |
UnmodifiableSet |
Decorates another
Set to ensure it can't be altered. |
class |
UnmodifiableSortedSet |
Decorates another
SortedSet to ensure it can't be altered. |
Copyright © 2001-2017 Apache Software Foundation. All Rights Reserved.