| Package | Description |
|---|---|
| com.atomicleopard.expressive |
Expressive is a java library designed to enable simple and easily read usage
of the Java Collections API. |
| Modifier and Type | Method and Description |
|---|---|
static <K> MapKeys<K> |
Expressive.mapKeys(K... keys)
Supports a fluid syntax for creating maps conveniently.
|
static <K> MapKeys<K> |
Expressive.mapKeys(List<K> keys)
Supports a fluid syntax for creating maps conveniently.
|
Copyright © 2013 Atomic Leopard. All Rights Reserved.