public class ExprNodePropOrStreamSet extends Object
Constructor and Description |
---|
ExprNodePropOrStreamSet() |
Modifier and Type | Method and Description |
---|---|
void |
add(ExprNodePropOrStreamDesc desc) |
void |
addAll(ExprNodePropOrStreamSet other) |
void |
addAll(List<ExprNodePropOrStreamDesc> propertiesNode) |
ExprNodePropOrStreamExprDesc |
getFirstExpression() |
ExprNodePropOrStreamDesc |
getFirstWithStreamNumNotZero() |
Collection<ExprNodePropOrStreamPropDesc> |
getProperties() |
boolean |
isEmpty() |
String |
notContainsAll(ExprNodePropOrStreamSet other) |
void |
removeFromList(List<ExprNodePropOrStreamDesc> items)
Remove from the provided list those that are matching any of the contained-herein
|
public void add(ExprNodePropOrStreamDesc desc)
public void addAll(List<ExprNodePropOrStreamDesc> propertiesNode)
public void addAll(ExprNodePropOrStreamSet other)
public boolean isEmpty()
public void removeFromList(List<ExprNodePropOrStreamDesc> items)
items
- target listpublic String notContainsAll(ExprNodePropOrStreamSet other)
public Collection<ExprNodePropOrStreamPropDesc> getProperties()
public ExprNodePropOrStreamExprDesc getFirstExpression()
public ExprNodePropOrStreamDesc getFirstWithStreamNumNotZero()