Class AccomplishmentFunctions
java.lang.Object
org.deltava.taglib.functions.AccomplishmentFunctions
A utility class to filter out Accomplishments so that only the Accomplishment
with the highest value for a given unit remains.
- Since:
- 3.2
- Version:
- 6.3
- Author:
- Luke
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Collection
<Accomplishment> filter
(Collection<Accomplishment> accs) Filters a set of Accomoplishments.
-
Constructor Details
-
AccomplishmentFunctions
public AccomplishmentFunctions()
-
-
Method Details
-
filter
Filters a set of Accomoplishments.- Parameters:
accs
- a Collection of Accomplishment beans- Returns:
- a Collection of Accomplishments
- See Also:
-