Class SODataMapImpl
java.lang.Object
de.linusdev.data.implemantations.SAODataMapImpl<Object>
de.linusdev.data.implemantations.SODataMapImpl
-
Field Summary
Fields inherited from class de.linusdev.data.implemantations.SAODataMapImpl
entriesFields inherited from interface de.linusdev.data.AbstractData
PARSER -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class de.linusdev.data.implemantations.SAODataMapImpl
addEntry, clear, getEntry, isEmpty, iterator, remove, sizeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.linusdev.data.AbstractData
addAndGet, addEntry, addIfNotNull, addIfOptionalExists, addOrReplace, clear, computeIfAbsent, computeIfAbsentOrNull, convertAndProcessIfContained, convertAndProcessIfContainedAndRequireNotNull, convertAndProcessListIfContained, convertWithExceptionAndProcessIfContained, convertWithExceptionAndProcessIfContainedAndRequireNotNull, convertWithExceptionAndProcessListIfContained, get, get, get, getAndConvert, getAndConvert, getAndConvertOrDefault, getAndConvertOrDefaultBoth, getAndConvertWithException, getAndConvertWithException, getAndRequireNotNull, getAndRequireNotNullAndConvert, getAndRequireNotNullAndConvertWithException, getAs, getAs, getAs, getAsAndRequireNotNull, getContainer, getEntry, getList, getList, getListAndConvert, getListAndConvertAndFreeMemory, getListAndConvertWithException, getListAndConvertWithExceptionAndFreeMemory, getNumberAsByte, getNumberAsDouble, getNumberAsFloat, getNumberAsInt, getNumberAsLong, getNumberAsShort, getOptionalValue, getOptionalValueAndConvert, getOptionalValueAndConvertWithException, getOrDefault, getOrDefault, getOrDefaultBoth, getParseType, isEmpty, processIfContained, processIfContainedAndRequireNotNull, processIfNotNull, processListIfContained, remove, size, toJsonString, toRecordMethods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
-
Constructor Details
-
SODataMapImpl
-
-
Method Details
-
add
Description copied from interface:AbstractDataAdds a newEntry.
This method might not check, if a
Entrywith given key already exits. Depending on the implementation, this might even override existing mappings (for ExampleSODataMapImpl).
-