public class AttributeChanges extends Object
| Modifier and Type | Method and Description |
|---|---|
void |
add(IdentifyingAttributes identifyingAttributes,
AttributeDifference attributeDifference) |
void |
addAll(IdentifyingAttributes identifyingAttributes,
List<AttributeDifference> attributes) |
boolean |
contains(IdentifyingAttributes identifyingAttributes,
AttributeDifference attributeDifference) |
Set<AttributeDifference> |
getAll(IdentifyingAttributes identifyingAttributes) |
boolean |
isEmpty() |
void |
remove(IdentifyingAttributes identifyingAttributes,
AttributeDifference attributeDifference) |
int |
size() |
String |
toString() |
public boolean contains(IdentifyingAttributes identifyingAttributes, AttributeDifference attributeDifference)
public void add(IdentifyingAttributes identifyingAttributes, AttributeDifference attributeDifference)
public void remove(IdentifyingAttributes identifyingAttributes, AttributeDifference attributeDifference)
public Set<AttributeDifference> getAll(IdentifyingAttributes identifyingAttributes)
public boolean isEmpty()
public void addAll(IdentifyingAttributes identifyingAttributes, List<AttributeDifference> attributes)
public int size()
Copyright © 2018 ReTest GmbH. All rights reserved.