comparison src/share/vm/libadt/vectset.hpp @ 4051:f350490a45fd

7105611: Set::print() is broken Summary: Reimplemented class VSetI_ to restore Set::print(). Reviewed-by: never
author kvn
date Thu, 27 Oct 2011 18:20:50 -0700
parents 3763ca6579b7
children
comparison
equal deleted inserted replaced
4050:34535d2cb362 4051:f350490a45fd
149 } 149 }
150 } 150 }
151 151
152 152
153 private: 153 private:
154 SetI_ *iterate(uint&) const { ShouldNotCallThis(); return NULL; } // Removed 154 SetI_ *iterate(uint&) const;
155 }; 155 };
156 156
157 //------------------------------Iteration-------------------------------------- 157 //------------------------------Iteration--------------------------------------
158 // Loop thru all elements of the set, setting "elem" to the element numbers 158 // Loop thru all elements of the set, setting "elem" to the element numbers
159 // in random order. Inserted or deleted elements during this operation may 159 // in random order. Inserted or deleted elements during this operation may