info.magnolia.voting.voters
Class AndVoting<T>
java.lang.Object
info.magnolia.voting.voters.AndVoting<T>
- Type Parameters:
T
- the type of object passed to vote
- All Implemented Interfaces:
- Voting<T>
public class AndVoting<T>
- extends Object
- implements Voting<T>
Return the maximum vote but only if all voters voted positive.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AndVoting
public AndVoting()
vote
public int vote(Voter<T>[] voters,
T value)
- Specified by:
vote
in interface Voting<T>
Copyright © 2003-2014 Magnolia International Ltd.. All Rights Reserved.