WeakHashSet

dotty.tools.dotc.util.WeakHashSet
See theWeakHashSet companion class
object WeakHashSet

Companion object for WeakHashSet

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

class Entry[A](element: A, val hash: Int, var tail: Entry[A] | Null, queue: ReferenceQueue[A]) extends WeakReference[A]

A single entry in a WeakHashSet. It's a WeakReference plus a cached hash code and a link to the next Entry in the same bucket

A single entry in a WeakHashSet. It's a WeakReference plus a cached hash code and a link to the next Entry in the same bucket

Attributes

Supertypes
class WeakReference[A]
class Reference[A]
class Object
trait Matchable
class Any