ICU-4092 Add documentation that was found to be helpful while testing.

X-SVN-Rev: 16972
This commit is contained in:
George Rhoten 2004-12-20 23:22:34 +00:00
parent 552e09eae6
commit f31614d5bc

View File

@ -320,6 +320,10 @@ public:
int32_t push(int32_t i, UErrorCode &status);
/*
If the object o occurs as an item in this stack,
this method returns the 1-based distance from the top of the stack.
*/
int32_t search(void* obj) const;
/**