Google Guava Collections2
Java Developer Central
by admin
5d ago
The Collections2 utility class in the Google Guava library has four methods, viz., filter, transform, permutations and orderedPermutations. The post Google Guava Collections2 appeared first on Java Developer Central ..read more
Visit website
Apache Commons Lang ObjectUtils
Java Developer Central
by admin
2M ago
The Apache Commons Lang ObjectUtils class from the Apache Commons Lang3 library has many static utility methods operating on Object instances The post Apache Commons Lang ObjectUtils appeared first on Java Developer Central ..read more
Visit website
Apache Commons Collections SetUtils
Java Developer Central
by admin
4M ago
The Apache Commons Collections SetUtils class has utility methods and decorators for Set and SortedSet instances. The post Apache Commons Collections SetUtils appeared first on Java Developer Central ..read more
Visit website
Apache Commons Collections ListUtils
Java Developer Central
by admin
5M ago
In this post, we will explore all the utility methods and decorators for List instances in the Apache Commons Collections ListUtils class. The post Apache Commons Collections ListUtils appeared first on Java Developer Central ..read more
Visit website
Java Stream map operation
Java Developer Central
by admin
6M ago
We use the Java Stream map (an intermediate operation) to map an element in a stream to a different value (of the same or different type). The post Java Stream map operation appeared first on Java Developer Central ..read more
Visit website
Java Stream min and max
Java Developer Central
by admin
7M ago
In this post, we will learn about using Java Stream min and max methods to find the minimum and the maximum element in a Java Stream. The post Java Stream min and max appeared first on Java Developer Central ..read more
Visit website
Java Stream sorted operation
Java Developer Central
by admin
8M ago
Using Java Stream sorted operation on a stream will return a stream with the elements of the stream sorted according to their natural order The post Java Stream sorted operation appeared first on Java Developer Central ..read more
Visit website
Google Guava Converter
Java Developer Central
by admin
10M ago
The Google Guava Converter class represents a function to convert a value of type A to a value of type B and in the reverse direction as well. The post Google Guava Converter appeared first on Java Developer Central ..read more
Visit website
Google Guava MoreObjects
Java Developer Central
by admin
11M ago
The Google Guava MoreObjects has helper functions to operate on any Object. It has two static methods viz., firstNonNull and toStringHelper. The post Google Guava MoreObjects appeared first on Java Developer Central ..read more
Visit website
Apache Commons Lang Diffable
Java Developer Central
by admin
1y ago
We can use the Apache Commons Lang Diffable to compare two objects of the same class and find the differences among the values of all fields. The post Apache Commons Lang Diffable appeared first on Java Developer Central ..read more
Visit website

Follow Java Developer Central on FeedSpot

Continue with Google
Continue with Apple
OR