Lines Matching refs:lhm
66 LinkedHashMap *lhm = (LinkedHashMap *)m;
67 if (lhm.accessOrder) {
68 lhm.modCount++;
70 [self addBefore:lhm.header];
85 @synthesize lhm;
96 lhm = aLHM;
97 nextEntry = lhm.header.after;
99 expectedModCount = lhm.modCount;
101 AMutableArray *a = [AMutableArray arrayWithCapacity:lhm.Capacity];
102 LHMEntry *tmp = lhm.header.after;
103 while ( tmp != lhm.header ) {
115 return nextEntry != lhm.header;
122 if (lhm.modCount != expectedModCount)
124 [lhm remove:(NSString *)(lastReturned.key)];
126 expectedModCount = lhm.modCount;
131 if (lhm.modCount != expectedModCount)
133 if (nextEntry == lhm.header)