| Package | Description |
|---|---|
| com.atomicleopard.expressive |
Expressive is a java library designed to enable simple and easily read usage
of the Java Collections API. |
| com.atomicleopard.expressive.collection |
| Modifier and Type | Method and Description |
|---|---|
static <T> Pair<EList<T>,EList<T>> |
Expressive.Filter.split(Collection<T> items,
EPredicate<T> predicate)
Returns a pair of lists split using the supplied
EPredicate. |
Pair<EList<T>,EList<T>> |
EListImpl.split(EPredicate<T> predicate) |
Pair<EList<T>,EList<T>> |
EList.split(EPredicate<T> predicate) |
| Modifier and Type | Method and Description |
|---|---|
Set<Map.Entry<Pair<K1,K2>,V>> |
Triplets.entrySet() |
Set<Pair<K1,K2>> |
Triplets.keySet() |
| Constructor and Description |
|---|
Triplets(Map<Pair<K1,K2>,V> delegate)
Creates a new
Triplets instance with the specified delegate. |
Copyright © 2013 Atomic Leopard. All Rights Reserved.