Class Beans
java.lang.Object
org.microbean.bean.Beans
-
Method Summary
Modifier and TypeMethodDescriptionnormalize(Collection<? extends Bean<?>> beans) Returns an immutableListcontaining a subset of distinct elements contained in the suppliedCollection, sorted in a deliberately unspecified fashion.
-
Method Details
-
normalize
Returns an immutableListcontaining a subset of distinct elements contained in the suppliedCollection, sorted in a deliberately unspecified fashion.- Parameters:
beans- aCollectionofBeans; must not benull- Returns:
- a non-
nullimmutableList - Throws:
NullPointerException- ifbeansisnull- See Also:
-