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 averagesize
of theArraySet
is above the limit anArray
representation is more efficient.