public class FieldsBase<T extends FieldBase> extends Object
Modifier and Type | Field and Description |
---|---|
KeyTreeMap<T> |
map |
Constructor and Description |
---|
FieldsBase() |
FieldsBase(Collection<T> fields) |
public final KeyTreeMap<T extends FieldBase> map
public FieldsBase()
public FieldsBase(Collection<T> fields)
public void merge(FieldsBase fields)
public void add(T field)
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.