| Package | Description |
|---|---|
| org.kuali.common.util | |
| org.kuali.common.util.filter |
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
CollectionUtils.filterAndSortStrings(List<String> strings,
StringFilter filter)
Remove any Strings from the list that do not match the filter and then sort the ones that remain
|
static List<String> |
CollectionUtils.filterStrings(Collection<String> strings,
StringFilter filter)
Remove any Strings from the collection that do not match the filter
|
| Modifier and Type | Method and Description |
|---|---|
StringFilter |
StringFilter.Builder.build() |
Copyright © 2010–2014 The Kuali Foundation. All rights reserved.