protected static class Interner.Entry<E>
extends java.lang.ref.WeakReference<E>
Interner.entries
to handle collisions.Modifier and Type | Field and Description |
---|---|
int |
hashCode |
Interner.Entry<E> |
next |
Constructor and Description |
---|
Entry(E object,
int hashCode,
java.lang.ref.ReferenceQueue<? super E> queue) |
Modifier and Type | Method and Description |
---|---|
Interner.Entry<E> |
getNextEntry() |
java.lang.String |
toString() |
public final int hashCode
public Interner.Entry<E> next
public Interner.Entry<E> getNextEntry()
public java.lang.String toString()
toString
in class java.lang.Object
Copyright (c) 2004-2019 Eike Stepper (Loehne, Germany) and others.
All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html