public interface IQualifiers
This interface makes it easy to pass around one or more qualifiers between the name resolution methods without having to have methods with various signatures.
| Modifier and Type | Method and Description |
|---|---|
INamespaceDefinition |
getFirst()
Get the first namespace.
|
int |
getNamespaceCount()
Gets the number of namespaces in the set.
|
Set<INamespaceDefinition> |
getNamespaceSet()
Gets the set of namespaces.
|
int getNamespaceCount()
Set<INamespaceDefinition> getNamespaceSet()
INamespaceDefinition getFirst()
This is an optimization to avoid the frequent construction
of temporary sets, since often an IQualifiers
will only have one namespace in it.
Copyright © 2016 The Apache Software Foundation. All rights reserved.