@ThreadRestricted public static class CR_Vote.CountTablePVC extends CountTable.PollView
| Modifier and Type | Field and Description |
|---|---|
protected HashMap<String,CountNodeW> |
cache |
serviceName| Constructor and Description |
|---|
CR_Vote.CountTablePVC(CountTable t,
String _serviceName) |
| Modifier and Type | Method and Description |
|---|---|
CountNodeW |
get(String voterEmail)
Retrieves a node from this view.
|
CountNodeW |
getOrCreate(String voterEmail)
Retrieves a node from this view, or, if none is stored, a CountNodeIC with default values.
|
countBaseCandidates, getByIndeces, listByRankIndeces, run, runCasters, runGroup, tableprotected final HashMap<String,CountNodeW> cache
public CR_Vote.CountTablePVC(CountTable t, String _serviceName)
public final CountNodeW get(String voterEmail) throws SQLException, XMLStreamException
CountTable.PollViewget in class CountTable.PollViewSQLExceptionXMLStreamExceptionpublic final CountNodeW getOrCreate(String voterEmail) throws SQLException, XMLStreamException
CountTable.PollViewgetOrCreate in class CountTable.PollViewSQLExceptionXMLStreamException