public static interface BufferManager.Predicate<T>
| Modifier and Type | Method and Description |
|---|---|
boolean |
addIfAbsent(T value)
Add the value to the buffer only if the buffer does not yet contain the value.
|
boolean addIfAbsent(T value)
value - the valueCopyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.