Package com.networknt.schema.utils
Class SetView.SetViewIterator<E>
- java.lang.Object
-
- com.networknt.schema.utils.SetView.SetViewIterator<E>
-
-
Constructor Summary
Constructors Constructor Description SetViewIterator(SetView<E> view)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
hasNext()
E
next()
-