Class RMZSet
java.lang.Object
com.github.fppt.jedismock.datastructures.RMZSet
- All Implemented Interfaces:
RMDataStructure
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionentries(boolean reversed) booleanintbooleanisEmpty()voidbooleanintsize()subset(ZSetEntryBound start, ZSetEntryBound end) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.github.fppt.jedismock.datastructures.RMDataStructure
getAsSlice
-
Constructor Details
-
RMZSet
public RMZSet()
-
-
Method Details
-
put
-
getScore
-
hasMember
-
remove
-
size
public int size() -
isEmpty
public boolean isEmpty() -
subset
-
entries
-
raiseTypeCastException
public void raiseTypeCastException()- Specified by:
raiseTypeCastExceptionin interfaceRMDataStructure
-
getTypeName
- Specified by:
getTypeNamein interfaceRMDataStructure
-
indexOf
-