クラス 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インスタンスを構築します。方法の概要
クラス DefaultTuple から継承されたメソッド
compareTo, getScore, getValueインターフェース ComparableSE から継承されたメソッド
compareToSE
コンストラクターの詳細
DefaultStringTuple
DefaultStringTuple
新しいDefaultStringTupleインスタンスを構築します。- パラメーター:
valueAsString- null であってはなりません。score-- 導入:
- 2.6
DefaultStringTuple
メソッドの詳細
getValueAsString
- 次で指定:
- インターフェース
StringRedisConnection.StringTupleのgetValueAsString
toString
- オーバーライド:
- クラス
DefaultTupleのtoString
equals
- オーバーライド:
- クラス
DefaultTupleのequals
hashCode
public int hashCode()- オーバーライド:
- クラス
DefaultTupleのhashCode