net.ontopia.utils
Class SoftHashMapIndex.SoftEntry

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

public static class SoftHashMapIndex.SoftEntry
extends java.lang.ref.SoftReference


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

Field Detail

keyhash

public int keyhash

value

public java.lang.Object value
Constructor Detail

SoftHashMapIndex.SoftEntry

public SoftHashMapIndex.SoftEntry()

SoftHashMapIndex.SoftEntry

public SoftHashMapIndex.SoftEntry(java.lang.Object key,
                                  java.lang.Object value,
                                  java.lang.ref.ReferenceQueue queue)
Method Detail

getKey

public java.lang.Object getKey()

getValue

public java.lang.Object getValue()

equals

public boolean equals(java.lang.Object okey)
Overrides:
equals in class java.lang.Object


Copyright © 2000-2009 Ontopia.