Uses of Class
org.eclipse.net4j.util.ref.Interner.Entry
Package
Description
A framework for memory-sensitive keyed references and value maps.
-
Uses of Interner.Entry in org.eclipse.net4j.util.ref
Modifier and TypeMethodDescriptionprotected Interner.Entry<E>
Interner.createEntry
(E object, int hashCode) protected Interner.Entry<E>
Interner.getEntry
(int hashCode) Gets the first entry in the table with exactly the given hash code.Interner.Entry.getNextEntry()
Modifier and TypeMethodDescriptionprotected void
Interner.addEntry
(Interner.Entry<E> entry) Adds a new entry,ensures
the capacity is sufficient and increases theInterner.size
.