net.ontopia.utils
Class SoftValueHashMapIndex.SoftEntry

java.lang.Object
  extended by java.lang.ref.Reference<T>
      extended by java.lang.ref.SoftReference
          extended by net.ontopia.utils.SoftValueHashMapIndex.SoftEntry
Enclosing class:
SoftValueHashMapIndex

public static class SoftValueHashMapIndex.SoftEntry
extends SoftReference


Field Summary
 Object key
           
 int keyhash
           
 boolean removed
           
 
Constructor Summary
SoftValueHashMapIndex.SoftEntry()
           
SoftValueHashMapIndex.SoftEntry(Object key, Object value, ReferenceQueue queue)
           
 
Method Summary
 boolean equals(Object okey)
           
 Object getKey()
           
 Object getValue()
           
 
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, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

keyhash

public int keyhash

key

public Object key

removed

public boolean removed
Constructor Detail

SoftValueHashMapIndex.SoftEntry

public SoftValueHashMapIndex.SoftEntry()

SoftValueHashMapIndex.SoftEntry

public SoftValueHashMapIndex.SoftEntry(Object key,
                                       Object value,
                                       ReferenceQueue queue)
Method Detail

getKey

public Object getKey()

getValue

public Object getValue()

equals

public boolean equals(Object okey)
Overrides:
equals in class Object


Copyright © 2000-2012 Ontopia.