0
我有我的HashMap,如何獲取我的投票對象的值?
private final HashMap<Integer, Poll> pollmap = new HashMap<Integer, Poll>();
和我的構造函數是:
Poll(int id, String pollName, String question, String pollAnswerOptions[], boolean active)
我如何獲得的提取物中的投票值,如pollname,問題等從pollmap HashMap的?