Package redis.clients.jedis
Class Tuple
- java.lang.Object
-
- redis.clients.jedis.Tuple
-
- All Implemented Interfaces:
Comparable<Tuple>
public class Tuple extends Object implements Comparable<Tuple>
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static intcompare(Tuple t1, Tuple t2)intcompareTo(Tuple other)booleanequals(Object obj)byte[]getBinaryElement()StringgetElement()doublegetScore()inthashCode()StringtoString()
-
-
-
Method Detail
-
compareTo
public int compareTo(Tuple other)
- Specified by:
compareToin interfaceComparable<Tuple>
-
getElement
public String getElement()
-
getBinaryElement
public byte[] getBinaryElement()
-
getScore
public double getScore()
-
-