| Package | Description |
|---|---|
| org.jxls.util |
| Modifier and Type | Method and Description |
|---|---|
static Collection<GroupData> |
Util.groupCollection(Collection<?> collection,
String groupProperty,
String groupOrder)
Similar to
Util.groupIterable(Iterable, String, String) method but works for collections |
Collection<GroupData> |
UtilWrapper.groupCollection(Collection<?> collection,
String groupProperty,
String groupOrder) |
Collection<GroupData> |
UtilWrapper.groupCollection(Collection<?> collection,
String groupProperty,
String groupOrder) |
static Collection<GroupData> |
Util.groupCollection(Collection<?> collection,
String groupProperty,
String groupOrder)
Similar to
Util.groupIterable(Iterable, String, String) method but works for collections |
static Collection<GroupData> |
Util.groupIterable(Iterable<?> iterable,
String groupProperty,
String groupOrder)
Groups items from an iterable collection using passed group property and group order
|
Collection<GroupData> |
UtilWrapper.groupIterable(Iterable<?> iterable,
String groupProperty,
String groupOrder) |
Collection<GroupData> |
UtilWrapper.groupIterable(Iterable<?> iterable,
String groupProperty,
String groupOrder) |
static Collection<GroupData> |
Util.groupIterable(Iterable<?> iterable,
String groupProperty,
String groupOrder)
Groups items from an iterable collection using passed group property and group order
|
Copyright © 2023. All rights reserved.