Uses of Class
com.networknt.schema.utils.SetView
-
Packages that use SetView Package Description com.networknt.schema.utils -
-
Uses of SetView in com.networknt.schema.utils
Methods in com.networknt.schema.utils that return SetView Modifier and Type Method Description SetView<E>
SetView. union(Set<E> set)
Adds a set to the view.Constructors in com.networknt.schema.utils with parameters of type SetView Constructor Description SetViewIterator(SetView<E> view)
-