public interface IslandScore
Modifier and Type | Method and Description |
---|---|
double |
getScore()
Returns the calculated score.
|
int |
getSize()
Returns the total size of the top-list.
|
List<BlockScore> |
getTop(int num)
Returns an ordered list of the BlockScore influencing the score-calculation.
|
List<BlockScore> |
getTop(int offset,
int num)
Returns an ordered list of the BlockScore influencing the score-calculation.
|
double getScore()
List<BlockScore> getTop(int num)
num
- The number of entries to return.List<BlockScore> getTop(int offset, int num)
offset
- the offset (for paged queries).num
- The number of entries to return.int getSize()
Copyright © 2016. All rights reserved.