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.EntryWeakIdentityHashMap.HashIterator. entry(package private) WeakIdentityHashMap.EntryWeakIdentityHashMap.HashIterator. lastReturnedprivate WeakIdentityHashMap.EntryWeakIdentityHashMap.Entry. nextprivate WeakIdentityHashMap.Entry[]WeakIdentityHashMap. tableThe table, resized as necessary.Methods in org.jboss.util.collection that return WeakIdentityHashMap.Entry Modifier and Type Method Description (package private) WeakIdentityHashMap.EntryWeakIdentityHashMap. 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.EntryWeakIdentityHashMap.HashIterator. nextEntry()(package private) WeakIdentityHashMap.EntryWeakIdentityHashMap. 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 voidWeakIdentityHashMap. 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.
-