public static class StringClauses.ClauseIterator extends Object implements Iterator
Constructor and Description |
---|
ClauseIterator(LinkedHashMap<String,Object> clauses) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
Object |
next() |
Object |
nextNonWhitespace() |
void |
remove() |
void |
replace(Object newClause) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public ClauseIterator(LinkedHashMap<String,Object> clauses)
Copyright © 2023 Liquibase.org. All rights reserved.