Skip to content

Flatten Array Application which can flatten an array of nested arrays that contain objects of the same type.

Notifications You must be signed in to change notification settings

mplelis/flatten-array

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Flatten Arrays

Author : Mihalis Plelis

This Flatten Array Application can flatten an array of nested arrays that contain objects of the same type. Java generics have been used in order to be able to flatten arrays of any type of Object. If the array contains objects of different types, an IllegalArgumentException will be thrown.

About

Flatten Array Application which can flatten an array of nested arrays that contain objects of the same type.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages