All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.Ostermiller.util.ArrayHelper.bte Maven / Gradle / Ivy

Go to download

Open source (GPL) Java utilities maintained by Stephen Ostermiller with help from many contributors.

The newest version!
<%bte.doc super="item.bte" %>
<%bte.tpl name=pageTitle%>Helper Methods for Arrays<%/bte.tpl%>
<%bte.tpl name=description%>Java libraries for working with arrays.<%/bte.tpl%>
<%bte.tpl name=keywords%>java arrays, concatenate arrays, compare arrays, print array<%/bte.tpl%>
<%bte.tpl name=topcontent%>
Methods that are useful when working with arrays.  Contains utilities to concatenate arrays, print arrays, and compare arrays.
<%/bte.tpl%>
<%bte.tpl name=content%>

Example

ArrayHelper.print(
    ArrayHelper.cat(
        new String[]{
            "one",
            "two"
        },        
        new String[]{
            "three",
            "four"
        }
    )
);
<%/bte.tpl%> <%bte.tpl name=linkArrayHelper%>ArrayHelper <%/bte.tpl%> <%/bte.doc%>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy