Uses of Interface
com.caucho.util.ConcurrentArrayList.Match

Packages that use ConcurrentArrayList.Match
com.caucho.util Assorted utilities 
 

Uses of ConcurrentArrayList.Match in com.caucho.util
 

Methods in com.caucho.util with parameters of type ConcurrentArrayList.Match
<K> E
ConcurrentArrayList.addIfAbsent(E value, ConcurrentArrayList.Match<E,K> match, K key)
           
<K> E
ConcurrentArrayList.find(K key, ConcurrentArrayList.Match<E,K> match)
           
<K> int
ConcurrentArrayList.indexOf(K key, ConcurrentArrayList.Match<E,K> match)
           
<K> E
ConcurrentArrayList.remove(K key, ConcurrentArrayList.Match<E,K> match)