public class QueryResultsAdapter extends Object implements QueryResults
Constructor and Description |
---|
QueryResultsAdapter(org.kie.api.runtime.rule.QueryResults delegate) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String[] |
getIdentifiers() |
int |
hashCode() |
Iterator<QueryResultsRow> |
iterator() |
int |
size() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public QueryResultsAdapter(org.kie.api.runtime.rule.QueryResults delegate)
public String[] getIdentifiers()
getIdentifiers
in interface QueryResults
public Iterator<QueryResultsRow> iterator()
iterator
in interface Iterable<QueryResultsRow>
iterator
in interface QueryResults
public int size()
size
in interface QueryResults
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.