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