Class NonNullSingletonIterator<T>
java.lang.Object
com.ibm.wala.util.collections.NonNullSingletonIterator<T>
-
Constructor Details
-
NonNullSingletonIterator
- Parameters:
o
- the single object in this collection, must be non-null
-
-
Method Details
-
hasNext
-
next
-
remove
- Specified by:
remove
in interfaceIterator<T>
- Throws:
UnsupportedOperationException
-
make
-