Package | Description |
---|---|
com.caucho.util |
Assorted utilities
|
Modifier and Type | Method and Description |
---|---|
<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) |