|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ListBehavior | |
|---|---|
| org.chorem.pollen.votecounting.business | Gestion des dépouillements. |
| org.chorem.pollen.votecounting.dto | Data Transfert Objects. |
| org.chorem.pollen.votecounting.utils | Classes utilitaires. |
| Uses of ListBehavior in org.chorem.pollen.votecounting.business |
|---|
| Classes in org.chorem.pollen.votecounting.business that implement ListBehavior | |
|---|---|
class |
Choice
Cette classe décrit le choix d'un sondage. |
class |
Group
Cette classe décrit un groupe du sondage. |
| Uses of ListBehavior in org.chorem.pollen.votecounting.dto |
|---|
| Classes in org.chorem.pollen.votecounting.dto that implement ListBehavior | |
|---|---|
class |
VotingGroupDTO
Classe DTO représentant un groupe de votants. |
| Uses of ListBehavior in org.chorem.pollen.votecounting.utils |
|---|
| Method parameters in org.chorem.pollen.votecounting.utils with type arguments of type ListBehavior | |
|---|---|
static int |
Utils.calculateNbSubElements(java.util.List<ListBehavior<java.lang.Object>> list)
Calcul le nombre de sous éléments d'une liste Les éléments du vecteur doivent implémenter l'interface ListBehavior |
static int |
Utils.mayCalculateSubElements(java.util.List<ListBehavior<java.lang.Object>> list,
boolean calculate)
Calcul le nombre de sous éléments d'une liste sous condition |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||