Uses of Class
org.apache.wicket.util.concurrent.ConcurrentReaderHashMap.Entry

Packages that use ConcurrentReaderHashMap.Entry
org.apache.wicket.util.concurrent Contains the classes for concurrency support. 
 

Uses of ConcurrentReaderHashMap.Entry in org.apache.wicket.util.concurrent
 

Fields in org.apache.wicket.util.concurrent declared as ConcurrentReaderHashMap.Entry
protected  ConcurrentReaderHashMap.Entry ConcurrentReaderHashMap.HashIterator.entry
           
protected  ConcurrentReaderHashMap.Entry ConcurrentReaderHashMap.HashIterator.lastReturned
           
protected  ConcurrentReaderHashMap.Entry ConcurrentReaderHashMap.Entry.next
           
protected  ConcurrentReaderHashMap.Entry[] ConcurrentReaderHashMap.HashIterator.tab
           
protected  ConcurrentReaderHashMap.Entry[] ConcurrentReaderHashMap.table
          The hash table data.
 

Methods in org.apache.wicket.util.concurrent that return ConcurrentReaderHashMap.Entry
protected  ConcurrentReaderHashMap.Entry[] ConcurrentReaderHashMap.getTableForReading()
          Get ref to table; the reference and the cells it accesses will be at least as fresh as from last use of barrierLock
 



Copyright © 2004-2010 Apache Software Foundation. All Rights Reserved.