| Package | Description |
|---|---|
| org.powertac.util |
| Modifier and Type | Method and Description |
|---|---|
static <T> List<T> |
ListTools.filter(Collection<T> target,
Predicate<T> pred)
Filters a Collection using a Predicate, returning a List.
|
static <T> T |
ListTools.findFirst(Collection<T> target,
Predicate<T> pred)
Returns the first element of a Collection that satisfies a Predicate.
|
Copyright © 2015. All Rights Reserved.