Class Select<T>
- java.lang.Object
-
- org.drools.verifier.core.index.select.Select<T>
-
- Direct Known Subclasses:
Actions.ActionSelect,Columns.ColumnSelect,Conditions.ConditionSelector,Fields.FieldSelector,Listen,ObjectFields.FieldSelector,ObjectTypes.ObjectTypesSelect,Patterns.PatternsSelect,Rules.RulesSelect
public class Select<T> extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected classSelect.Entry<T>
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<T>all()MultiMap<Value,T,List<T>>asMap()booleanexists()Tfirst()protected Select.Entry<T>firstEntry()Tlast()protected Select.Entry<T>lastEntry()
-
-
-
Method Detail
-
first
public T first()
-
firstEntry
protected Select.Entry<T> firstEntry()
-
last
public T last()
-
lastEntry
protected Select.Entry<T> lastEntry()
-
all
public Collection<T> all()
-
exists
public boolean exists()
-
-