| Package | Description |
|---|---|
| gololang |
Provides the top-level Golo support classes.
|
| Modifier and Type | Method and Description |
|---|---|
static Tuple |
Tuple.fromArray(Object[] values)
Helper factory method.
|
Tuple |
GoloStruct.members()
Gets the member names as a tuple of strings.
|
Tuple |
Tuple.tail()
Returns a new tuple containg the remaining elements.
|
abstract Tuple |
GoloStruct.values()
Gets the current values, in order of member declaration.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<Tuple> |
GoloStruct.iterator()
Provides an iterator over the structure.
|
| Modifier and Type | Method and Description |
|---|---|
int |
Tuple.compareTo(Tuple other)
Compares this tuple with the specified tuple for order.
|
Copyright © 2015 Institut National des Sciences Appliquées de Lyon (INSA-Lyon). All rights reserved.