public class IterableElementCountTransformer extends Object implements Lookup, org.apache.commons.collections.Transformer
Iterable [B,A,C,A,A,B] return a Map of Count for each element as {B:2, A:3, C:1}| Constructor and Description |
|---|
IterableElementCountTransformer() |
| Modifier and Type | Method and Description |
|---|---|
Object |
transform(Object input)
For a Given String, Lookup a value for it
|
Copyright © 2018. All rights reserved.