public class SimpleElement.AttributeMap.Entry extends SimpleMapEntry
Base.LoggingWriter, Base.StackFrame
m_oKey, m_oOrigValue, m_oValue, NO_VALUE
Modifier | Constructor and Description |
---|---|
protected |
Entry(Object oKey,
Object oVal)
Construct an Entry.
|
Modifier and Type | Method and Description |
---|---|
protected SimpleElement.AttributeMap.Entry |
getNextEntry()
Get the next entry in the linked list
|
protected void |
setNextEntry(SimpleElement.AttributeMap.Entry entry)
Set the next entry in the linked list.
|
Object |
setValue(Object value)
Replaces the value corresponding to this entry with the specified
value (optional operation).
|
clone, equals, extract, getKey, getOriginalValue, getValue, hashCode, isOriginalPresent, isPresent, isSynthetic, remove, setValue, toString, update
azzert, azzert, azzert, azzertFailed, breakLines, breakLines, capitalize, checkNotEmpty, checkNotNull, checkRange, computeSafeWaitTime, decimalValue, dup, dup, ensureBigDecimal, ensureClassLoader, ensureRuntimeException, ensureRuntimeException, equals, equalsDeep, err, err, err, err, err, escape, formatDateTime, getCallerStackFrame, getCommonMonitor, getCommonMonitor, getCommonMonitor, getContextClassLoader, getContextClassLoader, getDeepMessage, getErr, getLastSafeTimeMillis, getLog, getMaxDecDigits, getMaxHexDigits, getOriginalException, getOut, getProcessRandom, getRandom, getRandomBinary, getRandomBinary, getRandomString, getSafeTimeMillis, getStackFrame, getStackFrames, getStackTrace, getStackTrace, getThreadFactory, getTimeZone, getUpTimeMillis, hashCode, hexValue, indentString, indentString, isDecimal, isHex, isLogEcho, isOctal, log, log, log, log, log, makeInteger, makeLong, makeThread, mod, mod, octalValue, out, out, out, out, out, pad, parseBandwidth, parseBandwidth, parseDelimitedString, parseHex, parseHex, parseMemorySize, parseMemorySize, parsePercentage, parseTime, parseTime, parseTimeNanos, parseTimeNanos, printStackTrace, randomize, randomize, randomize, randomize, read, read, read, read, read, read, read, replace, setErr, setLog, setLogEcho, setOut, sleep, toBandwidthString, toBandwidthString, toCharEscape, toCrc, toCrc, toCrc, toCrc, toCrc, toDecString, toDelimitedString, toDelimitedString, toDelimitedString, toDelimitedString, toHex, toHex, toHexDump, toHexEscape, toHexEscape, toHexEscape, toHexEscape, toHexString, toMemorySizeString, toMemorySizeString, toQuotedCharEscape, toQuotedStringEscape, toSqlString, toString, toString, toStringEscape, toUnicodeEscape, trace, trace, trace, trace, trace, trace, trace, trace, trace, truncateString, truncateString, wait
finalize, getClass, notify, notifyAll, wait, wait, wait
getValue
extractFromKey, extractFromValue
comparingByKey, comparingByKey, comparingByValue, comparingByValue
public Object setValue(Object value)
SimpleMapEntry
setValue
in interface InvocableMap.Entry
setValue
in interface Map.Entry
setValue
in class SimpleMapEntry
value
- new value to be stored in this entryprotected SimpleElement.AttributeMap.Entry getNextEntry()
protected void setNextEntry(SimpleElement.AttributeMap.Entry entry)
entry
- the next entry in the linked list