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

/openjdk7/hotspot/src/share/vm/libadt/
H A Dvectset.hpp47 friend class VectorSetI; // Friendly iterator class
161 // Usage: for( VectorSetI i(s); i.test(); i++ ) { body = i.elem; }
163 class VectorSetI : public StackObj { class in inherits:StackObj
173 VectorSetI( const VectorSet *vset ) : function in class:VectorSetI

Completed in 30 milliseconds