
Public Member Functions | |
| void | delete () |
| Document | document () |
| IndexDocument (Document document) | |
| void | revert () |
| void | save () |
| void | takeValueForKey (Object value, String key) |
| Object | valueForKey (String key) |
Private Attributes | |
| final Document | _document |
| final NSMutableDictionary < String, String > | _values = new NSMutableDictionary<String, String>() |
| IndexDocument | ( | Document | document | ) |
| void delete | ( | ) |
| Document document | ( | ) |
| void revert | ( | ) |
| void save | ( | ) |
| void takeValueForKey | ( | Object | value, | |
| String | key | |||
| ) |
| Object valueForKey | ( | String | key | ) |
final Document _document [private] |
final NSMutableDictionary<String, String> _values = new NSMutableDictionary<String, String>() [private] |
1.5.8