ICU-4092 Add documentation that was found to be helpful while testing.
X-SVN-Rev: 16972
This commit is contained in:
parent
552e09eae6
commit
f31614d5bc
@ -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;
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user