| Package | Description |
|---|---|
| cdc.util.data | |
| cdc.util.data.util |
| Modifier and Type | Field | Description |
|---|---|---|
static java.util.Comparator<Attribute> |
Attribute.NAME_COMPARATOR |
| Modifier and Type | Method | Description |
|---|---|---|
Attribute |
Element.getAttribute(int index) |
Returns the index-th attribute.
|
Attribute |
Element.getAttribute(java.lang.String name) |
Returns the attribute that has a particular name.
|
Attribute |
Element.removeAttribute(java.lang.String name) |
Removes an attribute identified by its name.
|
| Modifier and Type | Method | Description |
|---|---|---|
java.util.List<Attribute> |
Element.getAttributes() |
|
java.util.List<Attribute> |
Element.getSortedAttributes() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
Element.addAttribute(Attribute attribute) |
Adds an attribute.
|
| Constructor | Description |
|---|---|
Attribute(Attribute other) |
| Modifier and Type | Method | Description |
|---|---|---|
static void |
DataUtil.sortAttributes(Parent parent,
java.util.Comparator<Attribute> comparator,
cdc.util.function.Evaluator<? super Parent> evaluator) |
Sorts attributes of elements using a user defined sorter.
|
Copyright © 2018. All rights reserved.