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 class
ListDataTable.ListRecord
Record 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
,Spliterator
orStream
when there is a risk of adding records while traversing the iterator:
-