JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Hawaii Framework
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.hawaiiframework.util.tuple
Interface Tuple
All Known Implementing Classes:
Tuple1
,
Tuple10
,
Tuple2
,
Tuple3
,
Tuple4
,
Tuple5
,
Tuple6
,
Tuple7
,
Tuple8
,
Tuple9
public interface
Tuple
A
Tuple
.
Since:
2.0.0
Author:
Marcel Overdijk
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
int
size
()
Returns the number of elements of this tuple.
Method Detail
size
int size()
Returns the number of elements of this tuple.
Returns:
the number of elements of this tuple
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Hawaii Framework
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method