Class ConverterCollections.ConverterEntrySet.ConverterIterator
java.lang.Object
com.tangosol.util.ConverterCollections.ConverterEntrySet.ConverterIterator
- Enclosing class:
ConverterCollections.ConverterEntrySet<FK,TK, FV, TV>
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe underlying Iterator.protected com.tangosol.internal.tracing.SpanThe parentSpan, if any.protected StringThe name of the parentSpan. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturn the underlying Iterator.booleanhasNext()next()voidremove()voidsetParentSpan(String sSpanName, com.tangosol.internal.tracing.Span spanParent) Sets the parent span name and span that the implementing component may use to build the span graph.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Iterator
forEachRemaining
-
Field Details
-
m_iter
-
m_spanParent
protected com.tangosol.internal.tracing.Span m_spanParentThe parentSpan, if any.- Since:
- 15.1.1.0
-
m_sSpanName
-
-
Constructor Details
-
ConverterIterator
-
-
Method Details
-
setParentSpan
Description copied from interface:com.tangosol.internal.tracing.TracingAwareSets the parent span name and span that the implementing component may use to build the span graph.- Specified by:
setParentSpanin interfacecom.tangosol.internal.tracing.TracingAware- Parameters:
sSpanName- the parentSpannamespanParent- the parentSpan
-
hasNext
-
next
-
remove
-
getIterator
-