Package net.sourceforge.plantuml.utils
Interface Inspector<O>
-
public interface Inspector<O>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
jump()
O
peek(int ahead)
-
-
-
Method Detail
-
peek
O peek(int ahead)
-
jump
void jump()
-
-