public class SelectizeCollectionUtils extends Object
CollectionUtils wrapper
to support collection intersection methods needed for rule builder selectize components.| Constructor and Description |
|---|
SelectizeCollectionUtils() |
| Modifier and Type | Method and Description |
|---|---|
static Collection |
intersection(Iterable a,
Iterable b) |
static Collection<String> |
intersection(String a,
Iterable<String> b) |
static Collection<String> |
valueAssignableIntersection(Iterable<ValueAssignable> a,
Iterable<String> b) |
public static Collection intersection(Iterable a, Iterable b)
public static Collection<String> valueAssignableIntersection(Iterable<ValueAssignable> a, Iterable<String> b)
public static Collection<String> intersection(String a, Iterable<String> b)
Copyright © 2016. All rights reserved.