Class RedundancyResult<Parent,Item extends IsRedundant & HumanReadable>
- java.lang.Object
-
- org.drools.verifier.core.maps.util.RedundancyResult<Parent,Item>
-
public class RedundancyResult<Parent,Item extends IsRedundant & HumanReadable> extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static RedundancyResultEMPTYprotected java.util.List<Item>list
-
Constructor Summary
Constructors Constructor Description RedundancyResult(Item... items)RedundancyResult(Parent parent, RedundancyResult<java.lang.Object,Item> result)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Itemget(int i)ParentgetParent()booleanisTrue()
-
-
-
Field Detail
-
EMPTY
public static final RedundancyResult EMPTY
-
list
protected final java.util.List<Item extends IsRedundant & HumanReadable> list
-
-
Constructor Detail
-
RedundancyResult
public RedundancyResult(Item... items)
-
RedundancyResult
public RedundancyResult(Parent parent, RedundancyResult<java.lang.Object,Item> result)
-
-