| 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.comparator |
| Modifier and Type | Method and Description |
|---|---|
static <T> ComparatorBuilder<T> |
Expressive.Comparators.compare(Class<T> type)
Returns a
ComparatorBuilder which allows the creation of a comparator for the given type based on the values
of bean properties on that object. |
| Modifier and Type | Method and Description |
|---|---|
ComparatorBuilder<T> |
ComparatorBuilder.CompareUsing.naturally() |
ComparatorBuilder<T> |
ComparatorBuilder.CompareUsing.using(Comparator<S> propertyComparator) |
Copyright © 2013 Atomic Leopard. All Rights Reserved.