Package | Description |
---|---|
org.apache.commons.collections4.map | |
org.apache.commons.collections4.set |
Modifier and Type | Class and Description |
---|---|
class |
UnmodifiableEntrySet<K,V>
Decorates a map entry
Set to ensure it can't be altered. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractSerializableSetDecorator<E>
Serializable subclass of AbstractSetDecorator.
|
class |
AbstractSortedSetDecorator<E>
Decorates another
SortedSet to provide additional behaviour. |
class |
ListOrderedSet<E>
Decorates another
Set to ensure that the order of addition is
retained and used by the iterator. |
class |
UnmodifiableSet<E>
Decorates another
Set to ensure it can't be altered. |
class |
UnmodifiableSortedSet<E>
Decorates another
SortedSet to ensure it can't be altered. |
Copyright © 2001–2013 The Apache Software Foundation. All rights reserved.