liquibase.util
Class StringClauses.ClauseIterator
java.lang.Object
liquibase.util.StringClauses.ClauseIterator
- All Implemented Interfaces:
- Iterator
- Enclosing class:
- StringClauses
public static class StringClauses.ClauseIterator
- extends Object
- implements Iterator
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StringClauses.ClauseIterator
public StringClauses.ClauseIterator(LinkedHashMap<String,Object> clauses)
hasNext
public boolean hasNext()
- Specified by:
hasNext
in interface Iterator
next
public Object next()
- Specified by:
next
in interface Iterator
nextNonWhitespace
public Object nextNonWhitespace()
remove
public void remove()
- Specified by:
remove
in interface Iterator
replace
public void replace(Object newClause)
Copyright © 2016 Liquibase.org. All rights reserved.