JavaScript is disabled on your browser.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
de.lmu.ifi.dbs.elki.utilities.datastructures.hierarchy
Interface Hierarchy.Iter<O>
Type Parameters:
O
- Object type.
All Superinterfaces:
Iter
All Known Implementing Classes:
HashMapHierarchy.ItrAll
,
HashMapHierarchy.ItrAnc
,
HashMapHierarchy.ItrDesc
,
HashMapHierarchy.Rec.ItrChildren
,
HashMapHierarchy.Rec.ItrParents
Enclosing interface:
Hierarchy
<
O
>
public static interface
Hierarchy.Iter<O>
extends
Iter
Iterator interface. TODO: add a skipSubtree method?
Method Summary
Methods
Modifier and Type
Method and Description
O
get
()
Access the current object.
Methods inherited from interface de.lmu.ifi.dbs.elki.utilities.datastructures.iterator.
Iter
advance
,
valid
Method Detail
get
O
get()
Access the current object.
Returns:
Current object
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Release 0.6.0 (2014-01-10_1610)
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method