share
Return a new {@link com.sap.cloud.mobile.kotlin.odata.ComplexTypeMap.EntryList} that shares the {@link com.sap.cloud.mobile.kotlin.odata.ListBase#untypedList ListBase.untypedList} as the A new list of item type {@link com.sap.cloud.mobile.kotlin.odata.ComplexTypeMap.Entry}, sharing the same items as list parameter.
To ensure type safety, items in list that do not have the item type {@link com.sap.cloud.mobile.kotlin.odata.ComplexTypeMap.Entry} will be removed.
Return
list.
Parameters
list
List whose items will be shared by the resulting list.