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 Object
-
-
Field Summary
Fields Modifier and Type Field Description static RedundancyResultEMPTYprotected List<Item>list
-
Constructor Summary
Constructors Constructor Description RedundancyResult(Item... items)RedundancyResult(Parent parent, RedundancyResult<Object,Item> result)
-
-
-
Field Detail
-
EMPTY
public static final RedundancyResult EMPTY
-
list
protected final List<Item extends IsRedundant & HumanReadable> list
-
-
Constructor Detail
-
RedundancyResult
public RedundancyResult(Item... items)
-
RedundancyResult
public RedundancyResult(Parent parent, RedundancyResult<Object,Item> result)
-
-