| Package | Description | 
|---|---|
| gololang | 
 Provides the top-level Golo support classes. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
abstract GoloStruct | 
GoloStruct.copy()
Makes a shallow copy. 
 | 
abstract GoloStruct | 
GoloStruct.frozenCopy()
Makes a shallow frozen copy where any member value modification attempt will fail with an  
IllegalStateException. | 
abstract GoloStruct | 
GoloStruct.set(java.lang.String member,
   java.lang.Object value)
Sets a member value by name. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
GoloStruct.compareTo(GoloStruct other)
Compares this structure with the specified structure for order. 
 |