Skip to content

Util functions for wrap and unwrap arrays in Java

Notifications You must be signed in to change notification settings

xycabcd/Java-WrapperArrays

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Wrapper Arrays util for Java

In Java, wrapper types and basic types can easily turn into each other, but arrays can't.

This util contains function WrapperType box(basicType) and basicType unbox(WrapperType).

You may use this freely.

About

Util functions for wrap and unwrap arrays in Java

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages