hotspot/src/share/vm/libadt/vectset.hpp
changeset 10975 446510be531a
parent 8319 aedb3bd871bc
child 24425 53764d2358f9
equal deleted inserted replaced
10974:ace1746b24ab 10975:446510be531a
   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