public interface Tuple
| Modifier and Type | Method and Description |
|---|---|
Tuple |
addBigDecimal(BigDecimal value)
Add a
BigDecimal value at the end of the tuple. |
Tuple |
addBoolean(Boolean value)
Add a boolean value at the end of the tuple.
|
Tuple |
addBooleanArray(Boolean[] value)
Add an array of
Boolean value at the end of the tuple. |
Tuple |
addBox(Box value)
Add a
Box value at the end of the tuple. |
Tuple |
addBoxArray(Box[] value)
Add an array of
Box value at the end of the tuple. |
Tuple |
addBuffer(io.vertx.core.buffer.Buffer value)
Add a buffer value at the end of the tuple.
|
Tuple |
addBufferArray(io.vertx.core.buffer.Buffer[] value)
Add an array of
Buffer value at the end of the tuple. |
Tuple |
addCircle(Circle value)
Add a
Circle value at the end of the tuple. |
Tuple |
addCircleArray(Circle[] value)
Add an array of
Circle value at the end of the tuple. |
Tuple |
addDouble(Double value)
Add a double value at the end of the tuple.
|
Tuple |
addDoubleArray(Double[] value)
Add an array of
Double value at the end of the tuple. |
Tuple |
addFloat(Float value)
Add a float value at the end of the tuple.
|
Tuple |
addFloatArray(Float[] value)
Add an array of
Float value at the end of the tuple. |
Tuple |
addInteger(Integer value)
Add an integer value at the end of the tuple.
|
Tuple |
addIntegerArray(Integer[] value)
Add an array of
Integer value at the end of the tuple. |
Tuple |
addInterval(Interval value)
Add a
Point value at the end of the tuple. |
Tuple |
addIntervalArray(Interval[] value)
Add an array of
Interval value at the end of the tuple. |
Tuple |
addJson(Json value)
Add a json value at the end of the tuple.
|
Tuple |
addJsonArray(Json[] value)
Add an array of
Json value at the end of the tuple. |
Tuple |
addLine(Line value)
Add a
Line value at the end of the tuple. |
Tuple |
addLineArray(Line[] value)
Add an array of
Line value at the end of the tuple. |
Tuple |
addLineSegment(LineSegment value)
Add a
LineSegment value at the end of the tuple. |
Tuple |
addLineSegmentArray(LineSegment[] value)
Add an array of
LineSegment value at the end of the tuple. |
Tuple |
addLocalDate(LocalDate value)
Add a
LocalDate value at the end of the tuple. |
Tuple |
addLocalDateArray(LocalDate[] value)
Add an array of
LocalDate value at the end of the tuple. |
Tuple |
addLocalDateTime(LocalDateTime value)
Add a
LocalDateTime value at the end of the tuple. |
Tuple |
addLocalDateTimeArray(LocalDateTime[] value)
Add an array of
LocalDateTime value at the end of the tuple. |
Tuple |
addLocalTime(LocalTime value)
Add a
LocalTime value at the end of the tuple. |
Tuple |
addLocalTimeArray(LocalTime[] value)
Add an array of
LocalTime value at the end of the tuple. |
Tuple |
addLong(Long value)
Add a long value at the end of the tuple.
|
Tuple |
addLongArray(Long[] value)
Add an array of
Long value at the end of the tuple. |
Tuple |
addNumeric(Numeric value)
Add a
Numeric value at the end of the tuple. |
Tuple |
addNumericArray(Numeric[] value)
Add an array of
Numeric value at the end of the tuple. |
Tuple |
addOffsetDateTime(OffsetDateTime value)
Add a
OffsetDateTime value at the end of the tuple. |
Tuple |
addOffsetDateTimeArray(OffsetDateTime[] value)
Add an array of
OffsetDateTime value at the end of the tuple. |
Tuple |
addOffsetTime(OffsetTime value)
Add a
OffsetTime value at the end of the tuple. |
Tuple |
addOffsetTimeArray(OffsetTime[] value)
Add an array of
OffsetTime value at the end of the tuple. |
Tuple |
addPath(Path value)
Add a
Path value at the end of the tuple. |
Tuple |
addPathArray(Path[] value)
Add an array of
Path value at the end of the tuple. |
Tuple |
addPoint(Point value)
Add a
Point value at the end of the tuple. |
Tuple |
addPointArray(Point[] value)
Add an array of
Point value at the end of the tuple. |
Tuple |
addPolygon(Polygon value)
Add a
Polygon value at the end of the tuple. |
Tuple |
addPolygonArray(Polygon[] value)
Add an array of
Polygon value at the end of the tuple. |
Tuple |
addShort(Short value)
Add a short value at the end of the tuple.
|
Tuple |
addShortArray(Short[] value)
Add an array of
Short value at the end of the tuple. |
Tuple |
addString(String value)
Add a string value at the end of the tuple.
|
Tuple |
addStringArray(String[] value)
Add an array of
String value at the end of the tuple. |
Tuple |
addTemporal(Temporal value)
Add a
Temporal value at the end of the tuple. |
Tuple |
addUUID(UUID value)
Add a
UUID value at the end of the tuple. |
Tuple |
addUUIDArray(UUID[] value)
Add an array of
UUID value at the end of the tuple. |
Tuple |
addValue(Object value)
Add an object value at the end of the tuple.
|
void |
clear() |
BigDecimal |
getBigDecimal(int pos)
Get
BigDecimal value at pos. |
Boolean |
getBoolean(int pos)
Get a boolean value at
pos. |
Boolean[] |
getBooleanArray(int pos)
Get an array of
Boolean value at pos. |
Box |
getBox(int pos)
Get
Box value at pos. |
Box[] |
getBoxArray(int pos)
Get an array of
Box value at pos. |
io.vertx.core.buffer.Buffer |
getBuffer(int pos)
Get a buffer value at
pos. |
io.vertx.core.buffer.Buffer[] |
getBufferArray(int pos)
Get an array of
Buffer value at pos. |
Circle |
getCircle(int pos)
Get
Circle value at pos. |
Circle[] |
getCircleArray(int pos)
Get an array of
Circle value at pos. |
Double |
getDouble(int pos)
Get a double value at
pos. |
Double[] |
getDoubleArray(int pos)
Get an array of
Double value at pos. |
Float |
getFloat(int pos)
Get a float value at
pos. |
Float[] |
getFloatArray(int pos)
Get an array of
Float value at pos. |
Integer |
getInteger(int pos)
Get an integer value at
pos. |
Integer[] |
getIntegerArray(int pos)
Get an array of
Integer value at pos. |
Interval |
getInterval(int pos)
Get
Interval value at pos. |
Interval[] |
getIntervalArray(int pos)
Get an array of
Interval value at pos. |
Json |
getJson(int pos)
Get a json value at
pos. |
Json[] |
getJsonArray(int pos)
Get an array of
Json value at pos. |
Line |
getLine(int pos)
Get
Line value at pos. |
Line[] |
getLineArray(int pos)
Get an array of
Line value at pos. |
LineSegment |
getLineSegment(int pos)
Get
LineSegment value at pos. |
LineSegment[] |
getLineSegmentArray(int pos)
Get an array of
LineSegment value at pos. |
LocalDate |
getLocalDate(int pos)
Get
LocalDate value at pos. |
LocalDate[] |
getLocalDateArray(int pos)
Get an array of
LocalDate value at pos. |
LocalDateTime |
getLocalDateTime(int pos)
Get
LocalDateTime value at pos. |
LocalDateTime[] |
getLocalDateTimeArray(int pos)
Get an array of
LocalDateTime value at pos. |
LocalTime |
getLocalTime(int pos)
Get
LocalTime value at pos. |
LocalTime[] |
getLocalTimeArray(int pos)
Get an array of
LocalTime value at pos. |
Long |
getLong(int pos)
Get a long value at
pos. |
Long[] |
getLongArray(int pos)
Get an array of
Long value at pos. |
Numeric |
getNumeric(int pos)
Get
Numeric value at pos. |
Numeric[] |
getNumericArray(int pos)
Get an array of
Numeric value at pos. |
OffsetDateTime |
getOffsetDateTime(int pos)
Get
OffsetDateTime value at pos. |
OffsetDateTime[] |
getOffsetDateTimeArray(int pos)
Get an array of
OffsetDateTime value at pos. |
OffsetTime |
getOffsetTime(int pos)
Get
OffsetTime value at pos. |
OffsetTime[] |
getOffsetTimeArray(int pos)
Get an array of
OffsetTime value at pos. |
Path |
getPath(int pos)
Get
Path value at pos. |
Path[] |
getPathArray(int pos)
Get an array of
Path value at pos. |
Point |
getPoint(int pos)
Get
Point value at pos. |
Point[] |
getPointArray(int pos)
Get an array of
Point value at pos. |
Polygon |
getPolygon(int pos)
Get
Polygon value at pos. |
Polygon[] |
getPolygonArray(int pos)
Get an array of
Polygon value at pos. |
Short |
getShort(int pos)
Get a short value at
pos. |
Short[] |
getShortArray(int pos)
Get an array of
Short value at pos. |
String |
getString(int pos)
Get a string value at
pos. |
String[] |
getStringArray(int pos)
Get an array of
String value at pos. |
Temporal |
getTemporal(int pos)
Get a
Temporal value at pos. |
UUID |
getUUID(int pos)
Get
UUID value at pos. |
UUID[] |
getUUIDArray(int pos)
Get an array of
UUID value at pos. |
Object |
getValue(int pos)
Get an object value at
pos. |
static Tuple |
of(Object elt1)
Create a tuple of one element.
|
static Tuple |
of(Object elt1,
Object... elts)
Create a tuple of an arbitrary number of elements.
|
static Tuple |
of(Object elt1,
Object elt2)
Create a tuple of two elements.
|
static Tuple |
of(Object elt1,
Object elt2,
Object elt3)
Create a tuple of three elements.
|
static Tuple |
of(Object elt1,
Object elt2,
Object elt3,
Object elt4)
Create a tuple of four elements.
|
static Tuple |
of(Object elt1,
Object elt2,
Object elt3,
Object elt4,
Object elt5)
Create a tuple of five elements.
|
static Tuple |
of(Object elt1,
Object elt2,
Object elt3,
Object elt4,
Object elt5,
Object elt6)
Create a tuple of six elements.
|
int |
size() |
static Tuple |
tuple() |
static Tuple tuple()
static Tuple of(Object elt1)
elt1 - the first valuestatic Tuple of(Object elt1, Object elt2)
elt1 - the first valueelt2 - the second valuestatic Tuple of(Object elt1, Object elt2, Object elt3)
elt1 - the first valueelt2 - the second valueelt3 - the third valuestatic Tuple of(Object elt1, Object elt2, Object elt3, Object elt4)
elt1 - the first valueelt2 - the second valueelt3 - the third valueelt4 - the fourth valuestatic Tuple of(Object elt1, Object elt2, Object elt3, Object elt4, Object elt5)
elt1 - the first valueelt2 - the second valueelt3 - the third valueelt4 - the fourth valueelt5 - the fifth valuestatic Tuple of(Object elt1, Object elt2, Object elt3, Object elt4, Object elt5, Object elt6)
elt1 - the first valueelt2 - the second valuegelt3 - the third valueelt4 - the fourth valueelt5 - the fifth valueelt6 - the sixth valuestatic Tuple of(Object elt1, Object... elts)
elt1 - the first elementelts - the remaining elementsBoolean getBoolean(int pos)
pos.pos - the positionnullObject getValue(int pos)
pos.pos - the positionnullShort getShort(int pos)
pos.pos - the positionnullInteger getInteger(int pos)
pos.pos - the positionnullLong getLong(int pos)
pos.pos - the positionnullFloat getFloat(int pos)
pos.pos - the positionnullDouble getDouble(int pos)
pos.pos - the positionnullString getString(int pos)
pos.pos - the positionnullJson getJson(int pos)
pos.pos - the positionnullTemporal getTemporal(int pos)
Temporal value at pos.pos - the positionnullLocalDate getLocalDate(int pos)
LocalDate value at pos.pos - the positionnullLocalTime getLocalTime(int pos)
LocalTime value at pos.pos - the positionnullLocalDateTime getLocalDateTime(int pos)
LocalDateTime value at pos.pos - the positionnullOffsetTime getOffsetTime(int pos)
OffsetTime value at pos.pos - the positionnullOffsetDateTime getOffsetDateTime(int pos)
OffsetDateTime value at pos.pos - the positionnullUUID getUUID(int pos)
UUID value at pos.pos - the positionnullBigDecimal getBigDecimal(int pos)
BigDecimal value at pos.pos - the positionnullInteger[] getIntegerArray(int pos)
Integer value at pos.pos - the positionnullBoolean[] getBooleanArray(int pos)
Boolean value at pos.pos - the positionnullShort[] getShortArray(int pos)
Short value at pos.pos - the positionnullLong[] getLongArray(int pos)
Long value at pos.pos - the positionnullFloat[] getFloatArray(int pos)
Float value at pos.pos - the positionnullDouble[] getDoubleArray(int pos)
Double value at pos.pos - the positionnullString[] getStringArray(int pos)
String value at pos.pos - the positionnullLocalDate[] getLocalDateArray(int pos)
LocalDate value at pos.pos - the positionnullLocalTime[] getLocalTimeArray(int pos)
LocalTime value at pos.pos - the positionnullOffsetTime[] getOffsetTimeArray(int pos)
OffsetTime value at pos.pos - the positionnullLocalDateTime[] getLocalDateTimeArray(int pos)
LocalDateTime value at pos.pos - the positionnullOffsetDateTime[] getOffsetDateTimeArray(int pos)
OffsetDateTime value at pos.pos - the positionnullio.vertx.core.buffer.Buffer[] getBufferArray(int pos)
Buffer value at pos.pos - the positionnullUUID[] getUUIDArray(int pos)
UUID value at pos.pos - the columnnullJson[] getJsonArray(int pos)
Json value at pos.pos - the columnnullNumeric[] getNumericArray(int pos)
Numeric value at pos.pos - the columnnullPoint[] getPointArray(int pos)
Point value at pos.pos - the columnnullLine[] getLineArray(int pos)
Line value at pos.pos - the columnnullLineSegment[] getLineSegmentArray(int pos)
LineSegment value at pos.pos - the columnnullBox[] getBoxArray(int pos)
Box value at pos.pos - the columnnullPath[] getPathArray(int pos)
Path value at pos.pos - the columnnullPolygon[] getPolygonArray(int pos)
Polygon value at pos.pos - the columnnullCircle[] getCircleArray(int pos)
Circle value at pos.pos - the columnnullInterval[] getIntervalArray(int pos)
Interval value at pos.pos - the columnnullNumeric getNumeric(int pos)
Numeric value at pos.pos - the positionnullPoint getPoint(int pos)
Point value at pos.pos - the positionnullLine getLine(int pos)
Line value at pos.pos - the positionnullLineSegment getLineSegment(int pos)
LineSegment value at pos.pos - the positionnullBox getBox(int pos)
Box value at pos.pos - the positionnullPath getPath(int pos)
Path value at pos.pos - the positionnullPolygon getPolygon(int pos)
Polygon value at pos.pos - the positionnullCircle getCircle(int pos)
Circle value at pos.pos - the positionnullInterval getInterval(int pos)
Interval value at pos.pos - the positionnullio.vertx.core.buffer.Buffer getBuffer(int pos)
pos.pos - the positionnullTuple addBoolean(Boolean value)
value - the valueTuple addValue(Object value)
value - the valueTuple addShort(Short value)
value - the valueTuple addInteger(Integer value)
value - the valueTuple addLong(Long value)
value - the valueTuple addFloat(Float value)
value - the valueTuple addDouble(Double value)
value - the valueTuple addString(String value)
value - the valueTuple addJson(Json value)
value - the valueTuple addBuffer(io.vertx.core.buffer.Buffer value)
value - the valueTuple addTemporal(Temporal value)
Temporal value at the end of the tuple.value - the valueTuple addLocalDate(LocalDate value)
LocalDate value at the end of the tuple.value - the valueTuple addLocalTime(LocalTime value)
LocalTime value at the end of the tuple.value - the valueTuple addLocalDateTime(LocalDateTime value)
LocalDateTime value at the end of the tuple.value - the valueTuple addOffsetTime(OffsetTime value)
OffsetTime value at the end of the tuple.value - the valueTuple addOffsetDateTime(OffsetDateTime value)
OffsetDateTime value at the end of the tuple.value - the valueTuple addUUID(UUID value)
UUID value at the end of the tuple.value - the valueTuple addNumeric(Numeric value)
Numeric value at the end of the tuple.value - the valueTuple addBigDecimal(BigDecimal value)
BigDecimal value at the end of the tuple.value - the valueTuple addPoint(Point value)
Point value at the end of the tuple.value - the valueTuple addLine(Line value)
Line value at the end of the tuple.value - the valueTuple addLineSegment(LineSegment value)
LineSegment value at the end of the tuple.value - the valueTuple addBox(Box value)
Box value at the end of the tuple.value - the valueTuple addPath(Path value)
Path value at the end of the tuple.value - the valueTuple addPolygon(Polygon value)
Polygon value at the end of the tuple.value - the valueTuple addCircle(Circle value)
Circle value at the end of the tuple.value - the valueTuple addInterval(Interval value)
Point value at the end of the tuple.value - the valueTuple addIntegerArray(Integer[] value)
Integer value at the end of the tuple.value - the valueTuple addBooleanArray(Boolean[] value)
Boolean value at the end of the tuple.value - the valueTuple addShortArray(Short[] value)
Short value at the end of the tuple.value - the valueTuple addLongArray(Long[] value)
Long value at the end of the tuple.value - the valueTuple addFloatArray(Float[] value)
Float value at the end of the tuple.value - the valueTuple addDoubleArray(Double[] value)
Double value at the end of the tuple.value - the valueTuple addStringArray(String[] value)
String value at the end of the tuple.value - the valueTuple addLocalDateArray(LocalDate[] value)
LocalDate value at the end of the tuple.value - the valueTuple addLocalTimeArray(LocalTime[] value)
LocalTime value at the end of the tuple.value - the valueTuple addOffsetTimeArray(OffsetTime[] value)
OffsetTime value at the end of the tuple.value - the valueTuple addLocalDateTimeArray(LocalDateTime[] value)
LocalDateTime value at the end of the tuple.value - the valueTuple addOffsetDateTimeArray(OffsetDateTime[] value)
OffsetDateTime value at the end of the tuple.value - the valueTuple addBufferArray(io.vertx.core.buffer.Buffer[] value)
Buffer value at the end of the tuple.value - the valueTuple addUUIDArray(UUID[] value)
UUID value at the end of the tuple.value - the valueTuple addJsonArray(Json[] value)
Json value at the end of the tuple.value - the valueTuple addNumericArray(Numeric[] value)
Numeric value at the end of the tuple.value - the valueTuple addPointArray(Point[] value)
Point value at the end of the tuple.value - the valueTuple addLineArray(Line[] value)
Line value at the end of the tuple.value - the valueTuple addLineSegmentArray(LineSegment[] value)
LineSegment value at the end of the tuple.value - the valueTuple addBoxArray(Box[] value)
Box value at the end of the tuple.value - the valueTuple addPathArray(Path[] value)
Path value at the end of the tuple.value - the valueTuple addPolygonArray(Polygon[] value)
Polygon value at the end of the tuple.value - the valueTuple addCircleArray(Circle[] value)
Circle value at the end of the tuple.value - the valueTuple addIntervalArray(Interval[] value)
Interval value at the end of the tuple.value - the valueint size()
void clear()
Copyright © 2019 Eclipse. All rights reserved.