T
- the type of QueryElement
s in the collectionpublic abstract class QueryElementCollection<T extends QueryElement> extends Object implements QueryElement
Modifier and Type | Field and Description |
---|---|
protected Collection<T> |
elements |
Modifier | Constructor and Description |
---|---|
protected |
QueryElementCollection() |
protected |
QueryElementCollection(String delimiter) |
protected |
QueryElementCollection(String delimiter,
Collection<T> elements) |
Modifier and Type | Method and Description |
---|---|
protected <O> void |
addElements(java.util.function.Function<? super O,? extends T> mapper,
O... os) |
protected void |
addElements(T... queryElements) |
String |
getQueryString() |
boolean |
isEmpty() |
protected Collection<T extends QueryElement> elements
protected QueryElementCollection()
protected QueryElementCollection(String delimiter)
protected QueryElementCollection(String delimiter, Collection<T> elements)
public boolean isEmpty()
protected void addElements(T... queryElements)
protected <O> void addElements(java.util.function.Function<? super O,? extends T> mapper, O... os)
public String getQueryString()
getQueryString
in interface QueryElement
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.