Uses of Enum
org.jruby.javasupport.util.ObjectProxyCache.ReferenceType
Packages that use ObjectProxyCache.ReferenceType
-
Uses of ObjectProxyCache.ReferenceType in org.jruby.javasupport.util
Fields in org.jruby.javasupport.util declared as ObjectProxyCache.ReferenceTypeModifier and TypeFieldDescriptionprivate final ObjectProxyCache.ReferenceTypeObjectProxyCache.referenceTypeMethods in org.jruby.javasupport.util that return ObjectProxyCache.ReferenceTypeModifier and TypeMethodDescriptionReturns 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.Constructors in org.jruby.javasupport.util with parameters of type ObjectProxyCache.ReferenceTypeModifierConstructorDescription(package private)Entry(Object object, int hash, T proxy, ObjectProxyCache.ReferenceType type, ObjectProxyCache.Entry<T> next, ReferenceQueue<Object> queue) ObjectProxyCache(int numSegments, int initialSegCapacity, ObjectProxyCache.ReferenceType refType)