Java Developer Central (@javadevcentral) 's Twitter Profile
Java Developer Central

@javadevcentral

I'm a software developer 👨‍💻 I write about Java and tools, frameworks, and libraries in the Java ecosystem ✨

ID: 1069605046587781120

linkhttps://javadevcentral.com calendar_today03-12-2018 14:51:30

592 Tweet

859 Followers

83 Following

Java Developer Central (@javadevcentral) 's Twitter Profile Photo

Learn how to use sorted() method on a Java Stream to sort the stream elements. The post covers the two overloaded sorted() methods on Java Stream. javadevcentral.com/java-stream-so…

Java Developer Central (@javadevcentral) 's Twitter Profile Photo

Java Stream map is an intermediate operation to map an element in a Java stream to a different value (of the same or different type). Read more at: javadevcentral.com/java-stream-ma…

Java Developer Central (@javadevcentral) 's Twitter Profile Photo

Apache Commons Collections ListUtils The ListUtils class in the Apache Commons Collections provides utility methods and decorators for List instances. javadevcentral.com/apache-commons…

Java Developer Central (@javadevcentral) 's Twitter Profile Photo

The Apache Commons Collections SetUtils class has utility methods and decorators for Set and SortedSet instances. Learn more about the SetUtils class here. javadevcentral.com/apache-commons…

Java Developer Central (@javadevcentral) 's Twitter Profile Photo

The Apache Commons ComparatorUtils provides utility methods for creating and using the comparators from Apache Commons package. javadevcentral.com/apache-commons…

Java Developer Central (@javadevcentral) 's Twitter Profile Photo

The ObjectUtils class from the Apache Commons Lang3 has many utility methods operating on Object instances. To learn more, check out this post, javadevcentral.com/apache-commons…

Gunnar Morling 🌍 (@gunnarmorling) 's Twitter Profile Photo

If at this time and age you're making blanket statements like "Java is slow", it just goes to show your ignorance. Is it the perfect tool for every job? Of course not. But you shouldn't judge based on experiences from ten years ago.

Java Developer Central (@javadevcentral) 's Twitter Profile Photo

The Collections2 utility class in the Google Guava library has four methods, viz., filter, transform, permutations and orderedPermutations. Learn about these methods in this post. #Java javadevcentral.com/google-guava-c…

Java Developer Central (@javadevcentral) 's Twitter Profile Photo

Records in Java - A succinct way to represent POJOs (data carrier classes). Learn about them in detail here javadevcentral.com/record-class-i…

Java Developer Central (@javadevcentral) 's Twitter Profile Photo

The Google Guava Maps has many static utility methods operating on Map instances (Map, SortedMap, NavigableMap, BiMap etc.,). You can learn about it in this post. #Java javadevcentral.com/google-guava-m…