public class RedundancyResult<Parent,Item extends IsRedundant & HumanReadable> extends Object
Modifier and Type | Field and Description |
---|---|
static RedundancyResult |
EMPTY |
protected List<Item> |
list |
Constructor and Description |
---|
RedundancyResult(Item... items) |
RedundancyResult(Parent parent,
RedundancyResult<Object,Item> result) |
public static final RedundancyResult EMPTY
protected final List<Item extends IsRedundant & HumanReadable> list
public RedundancyResult(Item... items)
public RedundancyResult(Parent parent, RedundancyResult<Object,Item> result)
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.