T - the type of QueryElements 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 QueryElementCopyright © 2015-2020 Eclipse Foundation. All Rights Reserved.