
com.xavax.util.Varargs Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of xcore Show documentation
Show all versions of xcore Show documentation
Core classes used by other Xavax projects.
//
// Copyright 2013 by Xavax, Inc. All Rights Reserved.
// Use of this software is allowed under the Xavax Open Software License.
// http://www.xavax.com/xosl.html
//
package com.xavax.util;
import java.util.Collection;
import java.util.List;
/**
* Varargs is a utility class for supporting methods with variable
* arguments signatures.
*/
public class Varargs {
private final static int DEFAULT_CAPACITY = 16;
private List
© 2015 - 2025 Weber Informatics LLC | Privacy Policy