public interface NameClass
Modifier and Type | Method and Description |
---|---|
boolean |
containsAnyName()
Returns
true if this set contains any name ("*"
wildcard). |
boolean |
containsName(Name name)
Returns
true if this set contains specified name. |
boolean containsName(Name name)
true
if this set contains specified name. Returns
false
otherwise.boolean containsAnyName()
true
if this set contains any name ("*"
wildcard). Returns false
otherwise.