public class InputGroup extends Object
Modifier and Type | Class and Description |
---|---|
static class |
InputGroup.Direction
Represents direction.
|
static class |
InputGroup.Order
Represents order element.
|
Constructor and Description |
---|
InputGroup(List<String> keys,
List<InputGroup.Order> order)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
List<String> |
getKeys()
Returns the keys.
|
List<InputGroup.Order> |
getOrder()
Returns the order.
|
int |
hashCode() |
static InputGroup |
parse(List<String> expressions)
Returns an instance.
|
String |
toString() |
public InputGroup(List<String> keys, List<InputGroup.Order> order)
keys
- the group keysorder
- the ordering informationpublic static InputGroup parse(List<String> expressions)
expressions
- the grouping expressionspublic List<InputGroup.Order> getOrder()
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.