org.eclipse.epsilon.eol.util.IdentityBasedWeakReference Maven / Gradle / Ivy
The newest version!
/*******************************************************************************
* Copyright (c) 2012 The University of York.
* This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which is available at https://www.eclipse.org/legal/epl-2.0/
*
* Contributors:
* Dimitrios Kolovos - initial API and implementation
******************************************************************************/
package org.eclipse.epsilon.eol.util;
import java.lang.ref.ReferenceQueue;
import java.lang.ref.WeakReference;
/**
* Weak reference which can be used as a key of an identity-based map.
*/
public class IdentityBasedWeakReference extends WeakReference
© 2015 - 2025 Weber Informatics LLC | Privacy Policy