Package | Description |
---|---|
org.apache.commons.collections.set |
Modifier and Type | Method and Description |
---|---|
static ListOrderedSet |
ListOrderedSet.decorate(List list)
Factory method to create an ordered set using the supplied list to retain order.
|
static ListOrderedSet |
ListOrderedSet.decorate(Set set)
Factory method to create an ordered set.
|
static ListOrderedSet |
ListOrderedSet.decorate(Set set,
List list)
Factory method to create an ordered set specifying the list and set to use.
|
Copyright © 2001–2015 The Apache Software Foundation. All rights reserved.