DifferentList

This is a hack to get around the de-duping behavior of a StateFlow. Two lists with identical contents will never be equal, so

As a bonus, this is also cheaper since we don't need to compare all the elements of the two lists.

Constructors

Link copied to clipboard

Properties

Link copied to clipboard
open override val size: Int

Functions

Link copied to clipboard
open operator override fun contains(element: SafeAnalysisResultAccessImpl.PendingRequest): Boolean
Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
Link copied to clipboard
open operator override fun get(index: Int): SafeAnalysisResultAccessImpl.PendingRequest
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
Link copied to clipboard
open override fun isEmpty(): Boolean
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun subList(fromIndex: Int, toIndex: Int): List<SafeAnalysisResultAccessImpl.PendingRequest>
Link copied to clipboard
open fun <T : Any> toArray(p0: IntFunction<Array<T>>): Array<T>