Lines Matching refs:HashMap
43 @class HashMap;
67 - (void) recordAccess:(HashMap *)m;
68 - (void) recordRemoval:(HashMap *)m;
76 HashMap *hm;
79 + (HashIterator *) newIterator:(HashMap *)aHM;
81 - (id) init:(HashMap *)aHM;
91 + (HMEntryIterator *)newIterator:(HashMap *)aHM;
93 - (id) init:(HashMap *)aHM;
101 + (HMValueIterator *)newIterator:(HashMap *)aHM;
103 - (id) init:(HashMap *)aHM;
111 + (HMKeyIterator *)newIterator:(HashMap *)aHM;
113 - (id) init:(HashMap *)aHM;
119 HashMap *hm;
123 @property (retain) HashMap *hm;
126 + (HMKeySet *)newKeySet:(HashMap *)aHM;
128 - (id) init:(HashMap *)aHM;
139 HashMap *hm;
143 @property (retain) HashMap *hm;
146 + (Values *)newValueSet:(HashMap *)aHM;
148 - (id) init:(HashMap *)aHM;
158 HashMap *hm;
162 @property (retain) HashMap *hm;
165 + (HMEntrySet *)newEntrySet:(HashMap *)aHM;
167 - (id) init:(HashMap *)aHM;
176 @interface HashMap : LinkBase {
249 - (id) initWithM:(HashMap *)m;
251 - (HashMap *)PushScope:( HashMap **)map;
252 - (HashMap *)PopScope:( HashMap **)map;
263 - (HashMap *)findscope:(NSInteger)level;
304 - (void) putAllForCreate:(HashMap *)m;
307 - (void) putAll:(HashMap *)m;