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.