Module me.linusdev.data
Package de.linusdev.data.implemantations
Class SAOContentOnlyDataListImpl<O>
java.lang.Object
de.linusdev.data.implemantations.SAODataListImpl<O>
de.linusdev.data.implemantations.SAOContentOnlyDataListImpl<O>
- All Implemented Interfaces:
AbstractData<String,,O> ContentOnlyData<String,,O> Datable,SAOData<O>,Iterable<Entry<String,O>>
public class SAOContentOnlyDataListImpl<O>
extends SAODataListImpl<O>
implements ContentOnlyData<String,O>
-
Field Summary
Fields inherited from class de.linusdev.data.implemantations.SAODataListImpl
entriesFields inherited from interface de.linusdev.data.AbstractData
PARSER -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class de.linusdev.data.implemantations.SAODataListImpl
add, addEntry, 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
add, addEntry, addIfNotNull, addIfOptionalExists, addOrReplace, convertAndProcessIfContained, convertAndProcessIfContainedAndRequireNotNull, convertAndProcessListIfContained, convertWithExceptionAndProcessIfContained, convertWithExceptionAndProcessIfContainedAndRequireNotNull, convertWithExceptionAndProcessListIfContained, get, get, get, getAndConvert, getAndConvert, getAndConvertOrDefault, getAndConvertOrDefaultBoth, getAndConvertWithException, getAndConvertWithException, getAndRequireNotNull, getAndRequireNotNullAndConvert, getAndRequireNotNullAndConvertWithException, getAs, getAs, getAs, getAsAndRequireNotNull, getContainer, getData, getEntry, getList, getList, getListAndConvert, getListAndConvertAndFreeMemory, getListAndConvertWithException, getListAndConvertWithExceptionAndFreeMemory, getNumberAsByte, getNumberAsDouble, getNumberAsFloat, getNumberAsInt, getNumberAsLong, getNumberAsShort, getOptionalValue, getOptionalValueAndConvert, getOptionalValueAndConvertWithException, getOrDefault, getOrDefault, getOrDefaultBoth, isEmpty, processIfContained, processIfContainedAndRequireNotNull, processIfNotNull, processListIfContained, remove, size, toJsonString, toRecordMethods inherited from interface de.linusdev.data.ContentOnlyData
getParseTypeMethods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
-
Constructor Details
-
SAOContentOnlyDataListImpl
-