public class MemberDictionary
extends java.lang.Object
| Constructor and Description |
|---|
MemberDictionary()
Constructs an instance.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(java.lang.Class definedIn,
java.lang.String member)
Add the member of the type into the dictionary.
|
boolean |
contains(java.lang.Class definedIn,
java.lang.String member)
Checks the existence of the member of a type in the dictionary.
|
public boolean add(java.lang.Class definedIn,
java.lang.String member)
definedIn - the type owning the member or nullmember - the member namepublic boolean contains(java.lang.Class definedIn,
java.lang.String member)
definedIn - the type owning the member or nullmember - the member nameCopyright © 2004–2025 XStream. All rights reserved.