- 
Methods in hdf.hdf5lib with parameters of type H5L_iterate_cb
| Modifier and Type | 
Method | 
Description | 
static int | 
H5.H5Literate(long grp_id,
int idx_type,
int order,
long idx,
H5L_iterate_cb op,
H5L_iterate_t op_data) | 
 H5Literate iterates through links in a group. 
 | 
static int | 
H5.H5Literate_by_name(long grp_id,
java.lang.String group_name,
int idx_type,
int order,
long idx,
H5L_iterate_cb op,
H5L_iterate_t op_data,
long lapl_id) | 
 H5Literate_by_name iterates through links in a group. 
 | 
static int | 
H5.H5Lvisit(long grp_id,
int idx_type,
int order,
H5L_iterate_cb op,
H5L_iterate_t op_data) | 
 H5Lvisit recursively visits all links starting from a specified group. 
 | 
static int | 
H5.H5Lvisit_by_name(long loc_id,
java.lang.String group_name,
int idx_type,
int order,
H5L_iterate_cb op,
H5L_iterate_t op_data,
long lapl_id) | 
 H5Lvisit_by_name recursively visits all links starting from a specified group. 
 |