Uses of Interface
org.chorem.pollen.votecounting.utils.ListBehavior

Packages that use ListBehavior
org.chorem.pollen.votecounting.business   
org.chorem.pollen.votecounting.dto   
org.chorem.pollen.votecounting.utils   
 

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
 



Copyright © 2009 CodeLutin. All Rights Reserved.