Package | Description |
---|---|
org.apache.commons.collections.set |
This package contains implementations of the
Set and
SortedSet interfaces. |
Modifier and Type | Method and Description |
---|---|
static ListOrderedSet |
ListOrderedSet.decorate(java.util.List list)
Factory method to create an ordered set using the supplied list to retain order.
|
static ListOrderedSet |
ListOrderedSet.decorate(java.util.Set set)
Factory method to create an ordered set.
|
static ListOrderedSet |
ListOrderedSet.decorate(java.util.Set set,
java.util.List list)
Factory method to create an ordered set specifying the list and set to use.
|
Copyright © 2001-2024 Apache Software Foundation. All Rights Reserved.