クラス DefaultStringTuple
java.lang.ObjectSE
org.springframework.data.redis.connection.zset.DefaultTuple
org.springframework.data.redis.connection.DefaultStringTuple
- 実装済みのインターフェース一覧:
ComparableSE<DoubleSE>、StringRedisConnection.StringTuple、Tuple
StringRedisConnection.StringTuple インターフェースのデフォルトの実装。- 作成者:
- Costin Leau, Mark Paluch, Christoph Strobl
コンストラクター概要
コンストラクターコンストラクター説明DefaultStringTuple(byte[] value, StringSE valueAsString, DoubleSE score) 新しいDefaultStringTupleインスタンスを構築します。DefaultStringTuple(StringSE valueAsString, double score) 新しいDefaultStringTupleインスタンスを構築します。DefaultStringTuple(Tuple tuple, StringSE valueAsString) 新しいDefaultStringTupleインスタンスを構築します。方法の概要
クラス org.springframework.data.redis.connection.zset.DefaultTuple から継承されたメソッド
compareTo, getScore, getValueクラス java.lang.ObjectSE から継承されたメソッド
clone, finalize, getClass, notify, notifyAll, wait, waitSE, waitSEインターフェース java.lang.ComparableSE から継承されたメソッド
compareToSE
コンストラクターの詳細
DefaultStringTuple
新しいDefaultStringTupleインスタンスを構築します。- パラメーター:
value-score-
DefaultStringTuple
新しいDefaultStringTupleインスタンスを構築します。- パラメーター:
valueAsString- null であってはなりません。score-- 導入:
- 2.6
DefaultStringTuple
新しいDefaultStringTupleインスタンスを構築します。- パラメーター:
tuple-valueAsString-
方法の詳細
getValueAsString
- 次で指定:
- インターフェース
StringRedisConnection.StringTuple内のgetValueAsString
toString
- オーバーライド:
- クラス
DefaultTupleのtoString
equals
- オーバーライド:
- クラス
DefaultTupleのequals
hashCode
public int hashCode()- オーバーライド:
- クラス
DefaultTupleのhashCode