objectHashOnly extends Hints with Product with Serializable
A special hint telling that the internal representation should always be
hash-based as opposite to Array. This is meaningful if the average size of the
ArraySet is above the limit an Array representation is more efficient.
Linear Supertypes
Serializable, Serializable, Product, Equals, Hints, AnyRef, Any
A special hint telling that the internal representation should always be hash-based as opposite to
Array. This is meaningful if the averagesizeof theArraySetis above the limit anArrayrepresentation is more efficient.