org.dps.core.server.eve
Interface IFacWarTopStats<K extends IKillStat,VP extends IVictoryPointStat>


public interface IFacWarTopStats<K extends IKillStat,VP extends IVictoryPointStat>


Method Summary
 java.util.Collection<K> getKillsLastWeek()
           
 java.util.Collection<K> getKillsTotal()
           
 java.util.Collection<K> getKillsYesterday()
           
 java.util.Collection<VP> getVictoryPointsLastWeek()
           
 java.util.Collection<VP> getVictoryPointsTotal()
           
 java.util.Collection<VP> getVictoryPointsYesterday()
           
 

Method Detail

getKillsLastWeek

java.util.Collection<K> getKillsLastWeek()

getKillsTotal

java.util.Collection<K> getKillsTotal()

getKillsYesterday

java.util.Collection<K> getKillsYesterday()

getVictoryPointsLastWeek

java.util.Collection<VP> getVictoryPointsLastWeek()

getVictoryPointsTotal

java.util.Collection<VP> getVictoryPointsTotal()

getVictoryPointsYesterday

java.util.Collection<VP> getVictoryPointsYesterday()