class Tuple extends AnyRef
A general purpose tuple.
- Alphabetic
- By Inheritance
- Tuple
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new Tuple(_asJava: AnyRef)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
addBoolean(value: Boolean): Tuple
Add a boolean value at the end of the tuple.
Add a boolean value at the end of the tuple. * @param value the value
- returns
a reference to this, so the API can be used fluently
-
def
addBuffer(value: Buffer): Tuple
Add a buffer value at the end of the tuple.
Add a buffer value at the end of the tuple. * @param value the value
- returns
a reference to this, so the API can be used fluently
-
def
addDouble(value: Double): Tuple
Add a double value at the end of the tuple.
Add a double value at the end of the tuple. * @param value the value
- returns
a reference to this, so the API can be used fluently
-
def
addFloat(value: Float): Tuple
Add a float value at the end of the tuple.
Add a float value at the end of the tuple. * @param value the value
- returns
a reference to this, so the API can be used fluently
-
def
addInteger(value: Int): Tuple
Add an integer value at the end of the tuple.
Add an integer value at the end of the tuple. * @param value the value
- returns
a reference to this, so the API can be used fluently
-
def
addLong(value: Long): Tuple
Add a long value at the end of the tuple.
Add a long value at the end of the tuple. * @param value the value
- returns
a reference to this, so the API can be used fluently
-
def
addShort(value: Short): Tuple
Add a short value at the end of the tuple.
Add a short value at the end of the tuple. * @param value the value
- returns
a reference to this, so the API can be used fluently
-
def
addString(value: String): Tuple
Add a string value at the end of the tuple.
Add a string value at the end of the tuple. * @param value the value
- returns
a reference to this, so the API can be used fluently
-
def
addValue(value: AnyRef): Tuple
Add an object value at the end of the tuple.
Add an object value at the end of the tuple. * @param value the value
- returns
a reference to this, so the API can be used fluently
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def asJava: AnyRef
- def clear(): Unit
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
def
deepToString(): String
- returns
A String containing the Object#toString value of each element, separated by a comma (,) character
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def get[T](type: Class[T], pos: Int)(implicit arg0: scala.reflect.api.JavaUniverse.TypeTag[T]): T
-
def
getBoolean(pos: Int): Boolean
Get a boolean value at
pos.Get a boolean value at
pos. * @param pos the position- returns
the value or
null
-
def
getBuffer(pos: Int): Buffer
Get a buffer value at
pos.Get a buffer value at
pos. * @param pos the position- returns
the value or
null
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
getDouble(pos: Int): Double
Get a double value at
pos.Get a double value at
pos. * @param pos the position- returns
the value or
null
-
def
getFloat(pos: Int): Float
Get a float value at
pos.Get a float value at
pos. * @param pos the position- returns
the value or
null
-
def
getInteger(pos: Int): Int
Get an integer value at
pos.Get an integer value at
pos. * @param pos the position- returns
the value or
null
-
def
getLong(pos: Int): Long
Get a long value at
pos.Get a long value at
pos. * @param pos the position- returns
the value or
null
-
def
getShort(pos: Int): Short
Get a short value at
pos.Get a short value at
pos. * @param pos the position- returns
the value or
null
-
def
getString(pos: Int): String
Get a string value at
pos.Get a string value at
pos. * @param pos the position- returns
the value or
null
-
def
getValue(pos: Int): AnyRef
Get an object value at
pos.Get an object value at
pos. * @param pos the position- returns
the value or
null
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
size(): Int
- returns
the tuple size
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )