Package org.jboss.util.collection
Class SoftSet.ComparableSoftReferenceIterator
- java.lang.Object
-
- org.jboss.util.collection.SoftSet.ComparableSoftReferenceIterator
-
- All Implemented Interfaces:
java.util.Iterator
- Enclosing class:
- SoftSet
static class SoftSet.ComparableSoftReferenceIterator extends java.lang.Object implements java.util.Iterator
-
-
Field Summary
Fields Modifier and Type Field Description (package private) java.util.Iterator
theIter
-
Constructor Summary
Constructors Constructor Description ComparableSoftReferenceIterator(java.util.Iterator theIter)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
hasNext()
java.lang.Object
next()
void
remove()
-