Skip to content
amitph
  • Home
  • Spring
  • Java
  • Java 8
  • About

Home » Java Collections » Page 2

Java Collections Tutorials

Java Collections is a framework that supports various data structures and related operations

Examples of Conversion Between Array and List in Java

This article illustrates How to convert between an Array and a List in Java, using plain Java, Guava and Apache Commons Collections Library.

Examples of Conversion Between List and Set in Java

This tutorial illustrates how to Convert a List to a Set, as well as Convert a Set to a List using Java, Guava, and Apache Commons API

Examples of Conversion Between Array and Set in Java

This tutorial illustrates how to Convert an Array to a Set, as well as Convert a Set to an Array using Java, Guava, and Apache Commons API

Understand Arrays.asList vs new ArrayList( Arrays.asList )

This tutorial covers difference between Arrays.asList() and new ArrayList(Arrays.asList) with the help of examples

Mapping Lists of different elements types using Model Mapper

Learn How to Map Java Lists of different element types using ModelMapper Library. Covert a list of a bean to list of different bean in Java.

Parse JSON Strings in Java Objects with Gson API

This tutorial covers How to Parse Json in Java. You will learn to use Gson API to convert JSON Strings into Java Objects with examples.

Posts navigation

Previous 1 2 3 … 6 Next
https://www.amitph.com

Topics

  • Java
  • Scala
  • Spring

Resources

  • About
  • Contact us
  • Java Tutorials
  • Spring Tutorials
  • Java Streams and Lambdas
  • Learning Scala
  • Home
  • MongoDB Fundamentals – Book

Latest

  • Static Methods in Java Interfaces
  • Interfaces In Java
  • Abstract classes in Java
  • Parallel Requests with Spring WebClient
  • Spring AOP Guide
© 2022 amitph.