Package com.github.basking2.sdsai
Class KeySelectionFactory
java.lang.Object
com.github.basking2.sdsai.KeySelectionFactory
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic KeySelection
all()
Select all.static KeySelection
static KeySelection
Represents an interval of [k1, k2]static KeySelection
Represents an interval of [k1, k2)static KeySelection
static KeySelection
Represents an interval of (k1, k2]static KeySelection
Represents an interval of (k1, k2)static KeySelection
static KeySelection
-
Constructor Details
-
KeySelectionFactory
public KeySelectionFactory()
-
-
Method Details
-
all
Select all. -
GTEandLTE
Represents an interval of (k1, k2) -
GTandLTE
Represents an interval of [k1, k2) -
GTEandLT
Represents an interval of (k1, k2] -
GTandLT
Represents an interval of [k1, k2] -
gt
-
gte
-
lt
-
lte
-