public class Utils extends Object
| Constructor and Description |
|---|
Utils() |
| Modifier and Type | Method and Description |
|---|---|
static int |
calculateNbVotes(List list,
boolean byGroup)
Calcul le nombre de votes d'une liste
|
static double |
calculatePercentage(PercentageBehavior in,
List<PercentageBehavior> list) |
public static double calculatePercentage(PercentageBehavior in, List<PercentageBehavior> list)
public static int calculateNbVotes(List list, boolean byGroup)
list - : liste d'éléments (doivent impléméntés ObjectWithList)byGroup - : condition sur le calculCopyright © 2009-2012 CodeLutin. All Rights Reserved.