Uses of Interface
org.codehaus.groovy.runtime.metaclass.MemoryAwareConcurrentReadMap.Reference

Packages that use MemoryAwareConcurrentReadMap.Reference
org.codehaus.groovy.runtime.metaclass Internal classes related to Groovy's metaclass implementation. 
 

Uses of MemoryAwareConcurrentReadMap.Reference in org.codehaus.groovy.runtime.metaclass
 

Classes in org.codehaus.groovy.runtime.metaclass that implement MemoryAwareConcurrentReadMap.Reference
private static class MemoryAwareConcurrentReadMap.DummyRef
          A dummy to replace the SoftReference if needed
private static class MemoryAwareConcurrentReadMap.SoftRef
          A SoftReference representing a key or value of the map.
 

Fields in org.codehaus.groovy.runtime.metaclass declared as MemoryAwareConcurrentReadMap.Reference
private static MemoryAwareConcurrentReadMap.Reference MemoryAwareConcurrentReadMap.DUMMY_REF
           
private  MemoryAwareConcurrentReadMap.Reference MemoryAwareConcurrentReadMap.Entry.value
           
 

Methods in org.codehaus.groovy.runtime.metaclass with parameters of type MemoryAwareConcurrentReadMap.Reference
 java.lang.Object MemoryAwareConcurrentReadMap.Entry.setValue(MemoryAwareConcurrentReadMap.Reference value)
           
 

Constructors in org.codehaus.groovy.runtime.metaclass with parameters of type MemoryAwareConcurrentReadMap.Reference
MemoryAwareConcurrentReadMap.Entry(int hash, MemoryAwareConcurrentReadMap.SoftRef key, MemoryAwareConcurrentReadMap.Reference value, MemoryAwareConcurrentReadMap.Entry next)
           
 



Copyright © ${year} The Codehaus. All Rights Reserved.