Interface SAODataWrapper<O>
- All Superinterfaces:
AbstractData<String,,O> ContentOnlyData<String,,O> Datable,DataWrapper<String,,O> Iterable<Entry<String,,O>> SAOData<O>
- All Known Subinterfaces:
SODataWrapper
- All Known Implementing Classes:
SAODataWrapperImpl,SODataWrapperImpl
-
Field Summary
Fields inherited from interface de.linusdev.data.AbstractData
PARSER -
Method Summary
Methods inherited from interface de.linusdev.data.AbstractData
addAndGet, 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, getData, getList, getList, getListAndConvert, getListAndConvertAndFreeMemory, getListAndConvertWithException, getListAndConvertWithExceptionAndFreeMemory, getNumberAsByte, getNumberAsDouble, getNumberAsFloat, getNumberAsInt, getNumberAsLong, getNumberAsShort, getOptionalValue, getOptionalValueAndConvert, getOptionalValueAndConvertWithException, getOrDefault, getOrDefault, getOrDefaultBoth, processIfContained, processIfContainedAndRequireNotNull, processIfNotNull, processListIfContained, toJsonString, toRecordMethods inherited from interface de.linusdev.data.ContentOnlyData
getParseTypeMethods inherited from interface de.linusdev.data.DataWrapper
addEntry, get, getEntry, getKey, isEmpty, iterator, remove, set, sizeMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
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).
-