public class SelectorInstructionPair extends Object
Constructor and Description |
---|
SelectorInstructionPair(List<IndexHintSelector> selector,
List<IndexHintInstruction> instructions) |
Modifier and Type | Method and Description |
---|---|
List<IndexHintInstruction> |
getInstructions() |
List<IndexHintSelector> |
getSelector() |
public SelectorInstructionPair(List<IndexHintSelector> selector, List<IndexHintInstruction> instructions)
public List<IndexHintSelector> getSelector()
public List<IndexHintInstruction> getInstructions()