public abstract class Skb_CollectionUtils extends Object
| Constructor and Description |
|---|
Skb_CollectionUtils() |
| Modifier and Type | Method and Description |
|---|---|
static Skb_Transformer<Collection<?>,String> |
COLLECTION_TO_TEXT()
Returns a transformer that takes a collection and transforms it into a textual representation, for instance for debug output.
|
static Object |
GET_FIRST_ELEMENT(Collection<?> coll)
Returns the first element of the given collection.
|
static String |
TRANSFORM(Collection<?> coll)
Transforms a collection into a textual representation, for instance for debug output
|
public static final Skb_Transformer<Collection<?>,String> COLLECTION_TO_TEXT()
public static final String TRANSFORM(Collection<?> coll)
coll - input collectionpublic static Object GET_FIRST_ELEMENT(Collection<?> coll)
coll - input collectionCopyright © 2010–2015. All rights reserved.