Java - Static utility
Table of Contents
About
Static utility methods are particularly good candidates for generification.
Writing generic methods is similar to writing generic types.
Articles Related
Example
- The “algorithm” methods in Collections (such as binarySearch and sort)