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