public class SimpleElement.AttributeMap.Entry extends SimpleMapEntry
Base.LoggingWriter, Base.StackFramem_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, updateazzert, 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, 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, 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, waitfinalize, getClass, notify, notifyAll, wait, wait, waitextractFromKey, extractFromValuecomparingByKey, comparingByKey, comparingByValue, comparingByValuepublic Object setValue(Object value)
SimpleMapEntrysetValue in interface InvocableMap.EntrysetValue in interface Map.EntrysetValue in class SimpleMapEntryvalue - 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