diff --git a/CHANGES.md b/CHANGES.md index 228a3b1b..7b9331db 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,6 +4,10 @@ * Add `Multiset/LongMultiset.forEach(Consumer super T> action)`. +* Add `IntObjPair/LongObjPair/DoubleObjPair`. + +* Refactoring `Synchronized`. + * Improvements and bug fix. diff --git a/README.md b/README.md index bd1f2fa7..57e30f23 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,7 @@ A general programming library in Java/Android. It's easy to learn and simple to [Indexed](https://cdn.rawgit.com/landawn/AbacusUtil/master/docs/Indexed_view.html), [If](https://cdn.rawgit.com/landawn/AbacusUtil/master/docs/If_view.html), [Try](https://cdn.rawgit.com/landawn/AbacusUtil/master/docs/Try_view.html), +[Synchronzed](https://cdn.rawgit.com/landawn/AbacusUtil/master/docs/Synchronzed_view.html), [Retry](https://cdn.rawgit.com/landawn/AbacusUtil/master/docs/Retry_view.html), [Multiset](https://cdn.rawgit.com/landawn/AbacusUtil/master/docs/Multiset_view.html), [Multimap](https://cdn.rawgit.com/landawn/AbacusUtil/master/docs/Multimap_view.html), @@ -56,7 +57,8 @@ A general programming library in Java/Android. It's easy to learn and simple to [HttpClient](https://cdn.rawgit.com/landawn/AbacusUtil/master/docs/HttpClient_view.html), [OkHttpRequest](https://cdn.rawgit.com/landawn/AbacusUtil/master/docs/OkHttpRequest_view.html), [Profiler](https://cdn.rawgit.com/landawn/AbacusUtil/master/docs/Profiler_view.html), -[CodeGenerator](https://cdn.rawgit.com/landawn/AbacusUtil/master/docs/CodeGenerator_view.html)... +[CodeGenerator](https://cdn.rawgit.com/landawn/AbacusUtil/master/docs/CodeGenerator_view.html), +[f](https://cdn.rawgit.com/landawn/AbacusUtil/master/docs/f_view.html)... * Primitive Mutable: [MutableBoolean](https://cdn.rawgit.com/landawn/AbacusUtil/master/docs/MutableBoolean_view.html), diff --git a/docs/IOUtil.gif b/docs/IOUtil.gif index 09037ace..8e70601a 100644 Binary files a/docs/IOUtil.gif and b/docs/IOUtil.gif differ diff --git a/docs/Multimap.gif b/docs/Multimap.gif index 4aa41b4c..b3186eb8 100644 Binary files a/docs/Multimap.gif and b/docs/Multimap.gif differ diff --git a/docs/OkHttpRequest.gif b/docs/OkHttpRequest.gif index 607721c8..a391ccf2 100644 Binary files a/docs/OkHttpRequest.gif and b/docs/OkHttpRequest.gif differ diff --git a/docs/Primitives.gif b/docs/Primitives.gif index 2d6a4047..aadb4a84 100644 Binary files a/docs/Primitives.gif and b/docs/Primitives.gif differ diff --git a/docs/SQLBuilder.gif b/docs/SQLBuilder.gif index 85788dc8..f1397ad0 100644 Binary files a/docs/SQLBuilder.gif and b/docs/SQLBuilder.gif differ diff --git a/docs/StringUtil.gif b/docs/StringUtil.gif index b855c7ee..c2d99aa0 100644 Binary files a/docs/StringUtil.gif and b/docs/StringUtil.gif differ diff --git a/docs/Synchronized.gif b/docs/Synchronized.gif index 60786990..ed74710c 100644 Binary files a/docs/Synchronized.gif and b/docs/Synchronized.gif differ diff --git a/docs/f.gif b/docs/f.gif new file mode 100644 index 00000000..75fec419 Binary files /dev/null and b/docs/f.gif differ diff --git a/docs/f_view.html b/docs/f_view.html new file mode 100644 index 00000000..9b566354 --- /dev/null +++ b/docs/f_view.html @@ -0,0 +1,9 @@ + + +
+targetClass
if the specified string is null.
+ */
+ @SuppressWarnings("unchecked")
+ public static targetClass
if the specified string is null.
- */
- @SuppressWarnings("unchecked")
- public static