Package com.github.basking2.sdsai
Class KeySelectionFactory
java.lang.Object
com.github.basking2.sdsai.KeySelectionFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic KeySelectionall()Select all.static KeySelectionstatic KeySelectionRepresents an interval of [k1, k2]static KeySelectionRepresents an interval of [k1, k2)static KeySelectionstatic KeySelectionRepresents an interval of (k1, k2]static KeySelectionRepresents an interval of (k1, k2)static KeySelectionstatic 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
-