java.lang.Object
org.apache.jena.atlas.lib.CollectionUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <X,V> void forEach(Map<X, ? extends Collection<V>> map, BiConsumer<X, V> action) Run an action on every member of a MultiMap (when not using Google Guava multimaps).static <T> ToneElt(Collection<T> collection) Return an element from a collection.static <T> booleansameElts(Collection<T> left, Collection<T> right) Test for same elements, regardless of cardinality
-
Constructor Details
-
CollectionUtils
public CollectionUtils()
-
-
Method Details
-
sameElts
Test for same elements, regardless of cardinality -
oneElt
Return an element from a collection. -
forEach
Run an action on every member of a MultiMap (when not using Google Guava multimaps).
-