com.dahuatech.hutool.core.lang.Tuple Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of java-sdk-common Show documentation
Show all versions of java-sdk-common Show documentation
Dahua ICC Open API SDK for Java
package com.dahuatech.hutool.core.lang;
import com.dahuatech.hutool.core.clone.CloneSupport;
import com.dahuatech.hutool.core.collection.ArrayIter;
import java.io.Serializable;
import java.util.Arrays;
import java.util.Iterator;
/**
* 不可变数组类型,用于多值返回
* 多值可以支持每个元素值类型不同
*
* @author Looly
*/
public class Tuple extends CloneSupport implements Iterable