o_IsBinSubsetOf

open override fun o_IsBinSubsetOf(self: AvailObject, potentialSuperset: A_Set): Boolean

Sets only use explicit bins for collisions, otherwise they store the element itself. This works because a bin can't be an element of a set.

Return

Whether the object (acting as a singleton bin) was in the set.

Parameters

self

The set bin, or single value in this case, to test for being within the given set.

potentialSuperset

The set inside which to look for the given object.