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