Package it.unimi.dsi.webgraph.labelling
Interface ArcLabelledNodeIterator.LabelledArcIterator
-
- All Superinterfaces:
LazyIntIterator
- All Known Implementing Classes:
BitStreamArcLabelledImmutableGraph.BitStreamLabelledArcIterator
- Enclosing class:
- ArcLabelledNodeIterator
public static interface ArcLabelledNodeIterator.LabelledArcIterator extends LazyIntIterator
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Label
label()
The label of arc leading to the last returned successor.-
Methods inherited from interface it.unimi.dsi.webgraph.LazyIntIterator
nextInt, skip
-
-
-
-
Method Detail
-
label
Label label()
The label of arc leading to the last returned successor.- Returns:
- the label of arc leading to the last returned successor.
-
-