- All Implemented Interfaces:
Alt
public class Alt3<V1,V2,V3>
extends Object
implements Alt
-
-
Constructor Summary
Constructors
-
Method Summary
static <V1,
V2,
V3> Alt3<V1,V2,V3>
int
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Details
-
Alt3
public Alt3(V1 v1,
V2 v2,
V3 v3)
-
Method Details
-
-
-
-
get
- Specified by:
get in interface Alt
- Returns:
- The item with the given index in this Alt instance
-
size
public int size()
- Specified by:
size in interface Alt
- Returns:
- The number of items in this Alt instance
-
create
public static <V1,
V2,
V3> Alt3<V1,V2,V3> create(V1 v1,
V2 v2,
V3 v3)