net.sourceforge.plantuml.version
Class IteratorCounterImpl

java.lang.Object
  extended by net.sourceforge.plantuml.version.IteratorCounterImpl
All Implemented Interfaces:
Iterator<String>, IteratorCounter

public class IteratorCounterImpl
extends Object
implements IteratorCounter


Constructor Summary
IteratorCounterImpl(Iterator<String> it)
           
 
Method Summary
 int currentNum()
           
 boolean hasNext()
           
 String next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IteratorCounterImpl

public IteratorCounterImpl(Iterator<String> it)
Method Detail

currentNum

public int currentNum()
Specified by:
currentNum in interface IteratorCounter

hasNext

public boolean hasNext()
Specified by:
hasNext in interface Iterator<String>

next

public String next()
Specified by:
next in interface Iterator<String>

remove

public void remove()
Specified by:
remove in interface Iterator<String>


Copyright © 2013. All Rights Reserved.