public class ObjectTypes extends Object
Modifier and Type | Class and Description |
---|---|
class |
ObjectTypes.ObjectTypesListen |
class |
ObjectTypes.ObjectTypesSelect |
Modifier and Type | Field and Description |
---|---|
KeyTreeMap<ObjectType> |
map |
Constructor and Description |
---|
ObjectTypes() |
ObjectTypes(Collection<ObjectType> map) |
ObjectTypes(ObjectType[] map) |
Modifier and Type | Method and Description |
---|---|
void |
add(ObjectType... objectTypes) |
void |
merge(ObjectTypes patterns) |
Where<ObjectTypes.ObjectTypesSelect,ObjectTypes.ObjectTypesListen> |
where(Matcher matcher) |
public final KeyTreeMap<ObjectType> map
public ObjectTypes(Collection<ObjectType> map)
public ObjectTypes(ObjectType[] map)
public ObjectTypes()
public void merge(ObjectTypes patterns)
public Where<ObjectTypes.ObjectTypesSelect,ObjectTypes.ObjectTypesListen> where(Matcher matcher)
public void add(ObjectType... objectTypes)
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.