Uses of Interface
org.djutils.data.DataRecord
-
Packages that use DataRecord Package Description org.djutils.data Data collection utilities. -
-
Uses of DataRecord in org.djutils.data
Classes in org.djutils.data that implement DataRecord Modifier and Type Class Description classListDataTable.ListRecordRecord in aListTable.Methods in org.djutils.data that return types with arguments of type DataRecord Modifier and Type Method Description Iterator<DataRecord>ListDataTable. iterator()
It is imperative that the user manually synchronize on the returned list when traversing it viaIterator,SpliteratororStreamwhen there is a risk of adding records while traversing the iterator:
-