On this pageSortedSnapshotList A list that maintains sorted order by created_at attribute for snapshot objects.Index MethodsaddMethods add add(item): NoneAdd an item to the list maintaining sorted order by created_at using binary search.Parametersitem: TReturns None
A list that maintains sorted order by
created_at
attribute for snapshot objects.