T
- the type of object passed to voterspublic interface Voting<T>
Modifier and Type | Interface and Description |
---|---|
static class |
Voting.Factory
Deprecated.
since 4.4, use one of the constants
AND , OR , HIGHEST_LEVEL |
Modifier and Type | Field and Description |
---|---|
static Voting |
AND |
static Voting |
HIGHEST_LEVEL |
static Voting |
OR |
Modifier and Type | Method and Description |
---|---|
int |
vote(Voter<T>[] voters,
T value) |
Copyright © 2003–2020 Magnolia International Ltd.. All rights reserved.