Index: source/common/hash.h |
diff --git a/source/common/hash.h b/source/common/hash.h |
index 57467daf218aabcec123c6808e24a27e1e6b95d2..ab5fbf6c73c01c236508994a1db3fd100182db04 100644 |
--- a/source/common/hash.h |
+++ b/source/common/hash.h |
@@ -1,6 +1,6 @@ |
/* |
****************************************************************************** |
-* Copyright (C) 1997-2011, International Business Machines |
+* Copyright (C) 1997-2014, International Business Machines |
* Corporation and others. All Rights Reserved. |
****************************************************************************** |
* Date Name Description |
@@ -85,6 +85,10 @@ public: |
const UHashElement* find(const UnicodeString& key) const; |
+ /** |
+ * @param pos - must be UHASH_FIRST on first call, and untouched afterwards. |
+ * @see uhash_nextElement |
+ */ |
const UHashElement* nextElement(int32_t& pos) const; |
UKeyComparator* setKeyComparator(UKeyComparator*keyComp); |