Package com.github.longdt.vertxorm.util
Class Tuples
- java.lang.Object
-
- com.github.longdt.vertxorm.util.Tuples
-
public class Tuples extends Object
Tuples class.
- Version:
- $Id: $Id
- Author:
- Long Dinh
-
-
Constructor Summary
Constructors Constructor Description Tuples()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static TupleaddAll(Tuple t1, Tuple t2)add all element from t2 to t1static TupleaddAll(Tuple tuple, Object[] values)addAll.static TupleaddAll(Tuple tuple, Object[] values, int offset)addAll.static Tupleshift(Object[] data, int offset)shift.static Tuplesub(Object[] data, int offset, int length)static Tupletuple(int capacity)tuple.static Tupletuple(Tuple src)tuple.
-
-
-
Method Detail
-
tuple
public static Tuple tuple(int capacity)
tuple.
- Parameters:
capacity- a int.- Returns:
- a
Tupleobject.
-
-