jregex
Interface MatchIterator


public interface MatchIterator


Method Summary
 int count()
           
 boolean hasMore()
           
 MatchResult nextMatch()
           
 

Method Detail

hasMore

public boolean hasMore()

nextMatch

public MatchResult nextMatch()

count

public int count()