@Immutable
public class GribCollectionImmutable.Dataset
extends java.lang.Object
Constructor and Description |
---|
Dataset(GribCollectionImmutable.Type gctype,
java.util.List<GribCollectionMutable.GroupGC> groups) |
Modifier and Type | Method and Description |
---|---|
GribCollectionImmutable.GroupGC |
findGroupById(java.lang.String id) |
GribCollectionImmutable.GroupGC |
getGroup(int index) |
java.lang.Iterable<GribCollectionImmutable.GroupGC> |
getGroups() |
int |
getGroupsSize() |
GribCollectionImmutable.Type |
getType() |
public Dataset(GribCollectionImmutable.Type gctype, java.util.List<GribCollectionMutable.GroupGC> groups)
public java.lang.Iterable<GribCollectionImmutable.GroupGC> getGroups()
public int getGroupsSize()
public GribCollectionImmutable.Type getType()
public GribCollectionImmutable.GroupGC getGroup(int index)
public GribCollectionImmutable.GroupGC findGroupById(java.lang.String id)