public class Structure extends Object
Modifier | Constructor and Description |
---|---|
protected |
Structure(Boolean... path) |
Modifier and Type | Method and Description |
---|---|
Structure |
changeLast(Boolean value) |
static Structure |
create(Boolean... path) |
static Structure |
createRoot() |
Structure |
drillDown(Boolean... columns) |
Structure |
drillDown(Boolean valueAt) |
Structure |
drillUp() |
boolean |
equals(Object o) |
Boolean |
getLast() |
Boolean[] |
getPath() |
int |
hashCode() |
boolean |
startsWith(Structure structure) |
String |
toString() |
Copyright © 2014 Macrofocus GmbH. All Rights Reserved.