com.sun.jini.collection
Class WeakIdentityMap.Key
java.lang.Object
java.lang.ref.Reference<T>
java.lang.ref.WeakReference
com.sun.jini.collection.WeakIdentityMap.Key
- Enclosing class:
- WeakIdentityMap
private static class WeakIdentityMap.Key
- extends WeakReference
Field Summary |
private int |
hash
|
hash
private final int hash
WeakIdentityMap.Key
private WeakIdentityMap.Key(Object k)
WeakIdentityMap.Key
private WeakIdentityMap.Key(Object k,
ReferenceQueue q)
create
static WeakIdentityMap.Key create(Object k,
ReferenceQueue q)
equals
public boolean equals(Object o)
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
Copyright 2007-2010, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.