| Package | Description |
|---|---|
| org.apache.commons.collections.set |
| Modifier and Type | Class and Description |
|---|---|
class |
ListOrderedSet
Decorates another
Set to ensure that the order of addition
is retained and used by the iterator. |
class |
UnmodifiableSet
Decorates another
Set to ensure it can't be altered. |
Copyright © 2001–2015 The Apache Software Foundation. All rights reserved.