| Package | Description |
|---|---|
| org.jruby.javasupport.util |
| Modifier and Type | Class and Description |
|---|---|
private static class |
ObjectProxyCache.SoftEntryRef<T> |
private static class |
ObjectProxyCache.WeakEntryRef<T> |
| Modifier and Type | Field and Description |
|---|---|
(package private) ObjectProxyCache.EntryRef<java.lang.Object> |
ObjectProxyCache.Entry.objectRef |
(package private) ObjectProxyCache.EntryRef<T> |
ObjectProxyCache.Entry.proxyRef |
| Constructor and Description |
|---|
Entry(ObjectProxyCache.EntryRef<java.lang.Object> objectRef,
int hash,
ObjectProxyCache.EntryRef<T> proxyRef,
ObjectProxyCache.Entry<T> next) |
Entry(ObjectProxyCache.EntryRef<java.lang.Object> objectRef,
int hash,
ObjectProxyCache.EntryRef<T> proxyRef,
ObjectProxyCache.Entry<T> next) |