com.lordofthejars.nosqlunit.redis.embedded
Class SortsetDatatypeOperations.ScoredByteBuffer

java.lang.Object
  extended by com.lordofthejars.nosqlunit.redis.embedded.SortsetDatatypeOperations.ScoredByteBuffer
All Implemented Interfaces:
Comparable<SortsetDatatypeOperations.ScoredByteBuffer>
Enclosing class:
SortsetDatatypeOperations

protected static class SortsetDatatypeOperations.ScoredByteBuffer
extends Object
implements Comparable<SortsetDatatypeOperations.ScoredByteBuffer>


Method Summary
 int compareTo(SortsetDatatypeOperations.ScoredByteBuffer scoredByteBuffer)
           
static SortsetDatatypeOperations.ScoredByteBuffer createScoredByteBuffer(ByteBuffer byteBuffer, double score)
           
 boolean equals(Object obj)
           
 ByteBuffer getByteBuffer()
           
 double getScore()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

createScoredByteBuffer

public static SortsetDatatypeOperations.ScoredByteBuffer createScoredByteBuffer(ByteBuffer byteBuffer,
                                                                                double score)

getScore

public double getScore()

getByteBuffer

public ByteBuffer getByteBuffer()

compareTo

public int compareTo(SortsetDatatypeOperations.ScoredByteBuffer scoredByteBuffer)
Specified by:
compareTo in interface Comparable<SortsetDatatypeOperations.ScoredByteBuffer>

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012. All Rights Reserved.