public interface IRankMap<K,V extends Func<K>> extends Map<K,V>
| 限定符和类型 | 方法和说明 |
|---|---|
void |
clear() |
List<V> |
getAll() |
V |
getAt(int index)
获取指定位置的元数
|
int |
getIndex(K key)
找到此Key在排行榜的名次
|
List<V> |
getRange(int start,
int end)
获取一个范围的数据
|
int |
size()
集合大小
|
compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, valuesCopyright © 2017. All rights reserved.