JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.jredis
Interface ZSetEntry
All Known Implementing Classes:
ZSetEntryImpl
public interface
ZSetEntry
An entry in a Redis "sorted set" and returned by a subset Z* commands.
Since:
alpha.0
Version:
alpha.0, Mar 20, 2010
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
double
getScore
()
byte[]
getValue
()
Method Detail
getValue
byte[] getValue()
Returns:
the value of this entry in a Redis sorted set
getScore
double getScore()
Returns:
the score associated with the value
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method