| 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.
|
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.
|
Copyright © 2014 Institut National des Sciences Appliquées de Lyon (INSA-Lyon). All Rights Reserved.