forEach List
Java 8 lambda provide easy and shorten syntax to iterate over the collection. This example show you to loop over the List<NameValuePair>.
Java 8 lambda provide easy and shorten syntax to iterate over the collection. This example show you to loop over the List<NameValuePair>.
Normally when we use interface define with a method, we need a class to implements it. With lambda, we can directly implements without a class.
This post is about a cheat sheet for quick a reference what annotation validation are available.
This is a short post that show you how to format Joda date time to String and String to Joda date time.