Class MemberDictionary
java.lang.Object
com.thoughtworks.xstream.core.util.MemberDictionary
A dictionary for member information of types.
- Since:
- 1.4.21
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
types
-
-
Constructor Details
-
MemberDictionary
public MemberDictionary()Constructs an instance.- Since:
- 1.4.21
-
-
Method Details
-
add
Add the member of the type into the dictionary.- Parameters:
definedIn
- the type owning the member or nullmember
- the member name- Returns:
- true if the member has been added to the dictionary
- Since:
- 1.4.21
-
contains
Checks the existence of the member of a type in the dictionary.- Parameters:
definedIn
- the type owning the member or nullmember
- the member name- Returns:
- true if the member is in the dictionary
- Since:
- 1.4.21
-