Uses of Class
org.jruby.javasupport.util.ObjectProxyCache.Entry
Packages that use ObjectProxyCache.Entry
-
Uses of ObjectProxyCache.Entry in org.jruby.javasupport.util
Fields in org.jruby.javasupport.util declared as ObjectProxyCache.EntryModifier and TypeFieldDescription(package private) ObjectProxyCache.Entry<T>[]ObjectProxyCache.Segment.entryTable(package private) final ObjectProxyCache.Entry<T>ObjectProxyCache.Entry.nextMethods in org.jruby.javasupport.util that return ObjectProxyCache.EntryModifier and TypeMethodDescription(package private) static final <T> ObjectProxyCache.Entry<T>[]ObjectProxyCache.Entry.newArray(int size) private ObjectProxyCache.Entry<T>[]ObjectProxyCache.Segment.rehash()Methods in org.jruby.javasupport.util with parameters of type ObjectProxyCache.EntryModifier and TypeMethodDescriptionprivate voidObjectProxyCache.Segment.remove(ObjectProxyCache.Entry<T>[] table, int hash, ObjectProxyCache.Entry<T> e) Constructors in org.jruby.javasupport.util with parameters of type ObjectProxyCache.EntryModifierConstructorDescription(package private)Entry(Object object, int hash, T proxy, ObjectProxyCache.ReferenceType type, ObjectProxyCache.Entry<T> next, ReferenceQueue<Object> queue) (package private)Entry(ObjectProxyCache.EntryRef<Object> objectRef, int hash, ObjectProxyCache.EntryRef<T> proxyRef, ObjectProxyCache.Entry<T> next)