public class Contexts extends HashSet<String>
Constructor and Description |
---|
Contexts() |
Contexts(Collection<String> contexts) |
Contexts(String... contexts) |
Contexts(String contexts) |
Modifier and Type | Method and Description |
---|---|
boolean |
add(String s) |
String |
toString() |
clear, clone, contains, isEmpty, iterator, remove, size, spliterator
equals, hashCode, removeAll
addAll, containsAll, retainAll, toArray, toArray
finalize, getClass, notify, notifyAll, wait, wait, wait
addAll, containsAll, equals, hashCode, removeAll, retainAll, toArray, toArray
parallelStream, removeIf, stream
public Contexts()
public Contexts(String... contexts)
public Contexts(String contexts)
public Contexts(Collection<String> contexts)
Copyright © 2017 Liquibase.org. All rights reserved.