Searched defs:SetI (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/libadt/
H A Dset.hpp210 friend class SetI;
227 // Usage: for( SetI i(s); i.test(); i++ ) { body = i.elem; } ...OR...
232 friend class SetI;
238 class SetI { class
244 SetI( const Set *s ) { impl = s->iterate(elem); } function in class:SetI
245 ~SetI() { delete impl; }

Completed in 65 milliseconds