| Modifier and Type | Method and Description |
|---|---|
List<SortedSetMultiMapState.ScoredValue<T>> |
SortedSetMultiMapState.getSorted(K key,
int count) |
| Modifier and Type | Method and Description |
|---|---|
int |
SortedSetMultiMapState.ScoredValue.compareTo(SortedSetMultiMapState.ScoredValue<T> o) |
boolean |
SortedSetMultiMapState.put(K key,
SortedSetMultiMapState.ScoredValue<T> value) |
| Modifier and Type | Method and Description |
|---|---|
protected TreeSet<SortedSetMultiMapState.ScoredValue<T>> |
MemorySortedSetMultiMapState.get(K key) |
List<SortedSetMultiMapState.ScoredValue<T>> |
MemorySortedSetMultiMapState.getSorted(K key,
int count) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
MemorySortedSetMultiMapState.put(K key,
SortedSetMultiMapState.ScoredValue<T> scoredValue) |
| Modifier and Type | Method and Description |
|---|---|
protected List<SimilarUser> |
SimilarUsersQuery.toSimilarUsers(List<SortedSetMultiMapState.ScoredValue<Long>> scoredValues) |
| Modifier and Type | Method and Description |
|---|---|
List<SortedSetMultiMapState.ScoredValue<V>> |
RedisSortedSetMultiMapState.getSorted(K key,
int count) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
RedisSortedSetMultiMapState.put(K key,
SortedSetMultiMapState.ScoredValue<V> value) |
Copyright © 2013. All Rights Reserved.