Skip to main content

SortedSnapshotList

A list that maintains sorted order by created_at attribute for snapshot objects.

Index

Methods

Methods

add

  • add(item): None
  • Add an item to the list maintaining sorted order by created_at using binary search.


    Parameters

    • item: T

    Returns None

Page Options