
com.magictools.core.lang.Tuple Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of magic-tools-core Show documentation
Show all versions of magic-tools-core Show documentation
magic-tools核心,包括集合、字符串、Bean等工具
The newest version!
package com.magictools.core.lang;
import com.magictools.core.clone.CloneSupport;
import com.magictools.core.collection.ArrayIter;
import com.magictools.core.collection.ListUtil;
import com.magictools.core.util.ArrayUtil;
import java.io.Serializable;
import java.util.*;
import java.util.stream.Stream;
import java.util.stream.StreamSupport;
/**
* 不可变数组类型(元组),用于多值返回
* 多值可以支持每个元素值类型不同
*
* @author Looly
*/
public class Tuple extends CloneSupport implements Iterable
© 2015 - 2025 Weber Informatics LLC | Privacy Policy