Uses of Class
com.mycila.xmltool.SoftHashMap.Entry
-
-
Uses of SoftHashMap.Entry in com.mycila.xmltool
Fields in com.mycila.xmltool declared as SoftHashMap.Entry Modifier and Type Field Description (package private) SoftHashMap.Entry<K,V>
SoftHashMap.HashIterator. entry
(package private) SoftHashMap.Entry<K,V>
SoftHashMap.HashIterator. lastReturned
private SoftHashMap.Entry<K,V>
SoftHashMap.Entry. next
private SoftHashMap.Entry<K,V>[]
SoftHashMap. table
Methods in com.mycila.xmltool that return SoftHashMap.Entry Modifier and Type Method Description private SoftHashMap.Entry<K,V>
SoftHashMap. getEntry(java.lang.Object key)
private SoftHashMap.Entry<K,V>[]
SoftHashMap. getTable()
protected SoftHashMap.Entry<K,V>
SoftHashMap.HashIterator. nextEntry()
private SoftHashMap.Entry<K,V>
SoftHashMap. removeMapping(java.lang.Object o)
Methods in com.mycila.xmltool with parameters of type SoftHashMap.Entry Modifier and Type Method Description private void
SoftHashMap. transfer(SoftHashMap.Entry<K,V>[] src, SoftHashMap.Entry<K,V>[] dest)
Constructors in com.mycila.xmltool with parameters of type SoftHashMap.Entry Constructor Description Entry(K key, V value, java.lang.ref.ReferenceQueue<K> queue, int hash, SoftHashMap.Entry<K,V> next)
-