I have a Map with String keys and each value is a List of a custom type.
I'm iterating through the Map keys and values and need to remove keys and List values at some point.
I want to do:
B4X:
Type FileInfo( _
FileName As String, _
LastModified As Long _
)
Private FilesMap As Map...