Ableverse™
Platform 6.0

av.util
Class SoftHashLongMap.Entry<T>

java.lang.Object
  extended by java.lang.ref.Reference<T>
      extended by java.lang.ref.SoftReference<T>
          extended by av.util.SoftHashLongMap.Entry<T>
Enclosing class:
SoftHashLongMap<T>

public static class SoftHashLongMap.Entry<T>
extends SoftReference<T>


Field Summary
 long id
           
 
Constructor Summary
protected SoftHashLongMap.Entry(long id, T o)
           
 
Method Summary
 
Methods inherited from class java.lang.ref.SoftReference
get
 
Methods inherited from class java.lang.ref.Reference
clear, enqueue, isEnqueued
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

public final long id
Constructor Detail

SoftHashLongMap.Entry

protected SoftHashLongMap.Entry(long id,
                                T o)

Ableverse™
Platform 6.0

Copyright© 2006 Ableverse Platform. All rights reserved.