Uses of Class
org.jboss.util.collection.WeakIdentityHashMap.Entry
-
Packages that use WeakIdentityHashMap.Entry Package Description org.jboss.util.collection Extentions to the Java Collections framework. -
-
Uses of WeakIdentityHashMap.Entry in org.jboss.util.collection
Fields in org.jboss.util.collection declared as WeakIdentityHashMap.Entry Modifier and Type Field Description (package private) WeakIdentityHashMap.Entry
WeakIdentityHashMap.HashIterator. entry
(package private) WeakIdentityHashMap.Entry
WeakIdentityHashMap.HashIterator. lastReturned
private WeakIdentityHashMap.Entry
WeakIdentityHashMap.Entry. next
private WeakIdentityHashMap.Entry[]
WeakIdentityHashMap. table
The table, resized as necessary.Methods in org.jboss.util.collection that return WeakIdentityHashMap.Entry Modifier and Type Method Description (package private) WeakIdentityHashMap.Entry
WeakIdentityHashMap. getEntry(java.lang.Object key)
Returns the entry associated with the specified key in the HashMap.private WeakIdentityHashMap.Entry[]
WeakIdentityHashMap. getTable()
Return the table after first expunging stale entriesprotected WeakIdentityHashMap.Entry
WeakIdentityHashMap.HashIterator. nextEntry()
(package private) WeakIdentityHashMap.Entry
WeakIdentityHashMap. removeMapping(java.lang.Object o)
Special version of remove needed by Entry setMethods in org.jboss.util.collection with parameters of type WeakIdentityHashMap.Entry Modifier and Type Method Description private void
WeakIdentityHashMap. transfer(WeakIdentityHashMap.Entry[] src, WeakIdentityHashMap.Entry[] dest)
Transfer all entries from src to dest tablesConstructors in org.jboss.util.collection with parameters of type WeakIdentityHashMap.Entry Constructor Description Entry(java.lang.Object key, java.lang.Object value, java.lang.ref.ReferenceQueue queue, int hash, WeakIdentityHashMap.Entry next)
Create new entry.
-