net.sourceforge.plantuml.command.regex
Class MatcherIterator

java.lang.Object
  extended by net.sourceforge.plantuml.command.regex.MatcherIterator
All Implemented Interfaces:
Iterator<String>

public class MatcherIterator
extends Object
implements Iterator<String>


Method Summary
 boolean hasNext()
           
 String next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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 © 2011. All Rights Reserved.