| Package | Description |
|---|---|
| org.jruby.javasupport.util |
| Modifier and Type | Field and Description |
|---|---|
private ObjectProxyCache.ReferenceType |
ObjectProxyCache.referenceType |
| Modifier and Type | Method and Description |
|---|---|
static ObjectProxyCache.ReferenceType |
ObjectProxyCache.ReferenceType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ObjectProxyCache.ReferenceType[] |
ObjectProxyCache.ReferenceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Entry(java.lang.Object object,
int hash,
T proxy,
ObjectProxyCache.ReferenceType type,
ObjectProxyCache.Entry<T> next,
java.lang.ref.ReferenceQueue<java.lang.Object> queue) |
ObjectProxyCache(int numSegments,
int initialSegCapacity,
ObjectProxyCache.ReferenceType refType) |
ObjectProxyCache(ObjectProxyCache.ReferenceType refType) |