Uses of Enum Class
org.infinispan.multimap.impl.function.sortedset.SortedSetOperationType
Packages that use SortedSetOperationType
-
Uses of SortedSetOperationType in org.infinispan.multimap.impl.function.sortedset
Fields in org.infinispan.multimap.impl.function.sortedset declared as SortedSetOperationTypeModifier and TypeFieldDescriptionprotected final SortedSetOperationTypeSubsetFunction.subsetTypeMethods in org.infinispan.multimap.impl.function.sortedset that return SortedSetOperationTypeModifier and TypeMethodDescriptionstatic SortedSetOperationTypeSortedSetOperationType.valueOf(int ordinal) Returns the enum constant of this class with the specified name.static SortedSetOperationTypeReturns the enum constant of this class with the specified name.static SortedSetOperationType[]SortedSetOperationType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.infinispan.multimap.impl.function.sortedset with parameters of type SortedSetOperationTypeModifierConstructorDescriptionCountFunction(T min, boolean includeMin, T max, boolean includeMax, SortedSetOperationType countType) RemoveManyFunction(List<T> values, boolean includeMin, boolean includeMax, SortedSetOperationType type) RemoveManyFunction(List<T> values, SortedSetOperationType type) SubsetFunction(boolean isRev, T start, T stop, boolean includeStart, boolean includeStop, Long offset, Long count, SortedSetOperationType subsetType) SubsetFunction(SortedSetSubsetArgs<T> args, SortedSetOperationType subsetType)