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.Span
The parentSpan
, if any.protected String
The name of the parentSpan
. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturn the underlying Iterator.boolean
hasNext()
next()
void
remove()
void
setParentSpan
(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, wait
Methods 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.TracingAware
Sets the parent span name and span that the implementing component may use to build the span graph.- Specified by:
setParentSpan
in interfacecom.tangosol.internal.tracing.TracingAware
- Parameters:
sSpanName
- the parentSpan
namespanParent
- the parentSpan
-
hasNext
-
next
-
remove
-
getIterator
-