A B C D E F G H I J K L M N O P Q R S T U V W X

O

ObjectUtils - Class in net.sf.beanlib.utils
Object Utilities.
ObjectUtils() - Constructor for class net.sf.beanlib.utils.ObjectUtils
 
offer(E) - Method in class net.sf.beanlib.util.ArrayDeque
Inserts the specified element at the end of this deque.
offer(E, long, TimeUnit) - Method in interface net.sf.beanlib.util.concurrent.BlockingDeque
Inserts the specified element as the lest element of this deque, if possible.
offer(E) - Method in class net.sf.beanlib.util.concurrent.ConcurrentLinkedBlockingQueue
 
offer(E, long, TimeUnit) - Method in class net.sf.beanlib.util.concurrent.ConcurrentLinkedBlockingQueue
 
offer(E) - Method in class net.sf.beanlib.util.concurrent.ConcurrentLinkedBoundedBlockingQueue
 
offer(E, long, TimeUnit) - Method in class net.sf.beanlib.util.concurrent.ConcurrentLinkedBoundedBlockingQueue
 
offer(E) - Method in class net.sf.beanlib.util.concurrent.LinkedBlockingDeque
 
offer(E, long, TimeUnit) - Method in class net.sf.beanlib.util.concurrent.LinkedBlockingDeque
 
offer(E, long, TimeUnit) - Method in class net.sf.beanlib.util.concurrent.UnboundedLinkedBlockingQueue
Inserts the specified element at the tail of this queue, waiting if necessary up to the specified wait time for space to become available.
offer(E) - Method in class net.sf.beanlib.util.concurrent.UnboundedLinkedBlockingQueue
Inserts the specified element at the tail of this queue if it is possible to do so immediately without exceeding the queue's capacity, returning true upon success and false if this queue is full.
offer(E) - Method in interface net.sf.beanlib.util.Deque
Inserts the specified element into the queue represented by this deque (in other words, at the tail of this deque) if it is possible to do so immediately without violating capacity restrictions, returning true upon success and false if no space is currently available.
offerFirst(E) - Method in class net.sf.beanlib.util.ArrayDeque
Inserts the specified element at the front of this deque.
offerFirst(E, long, TimeUnit) - Method in interface net.sf.beanlib.util.concurrent.BlockingDeque
Inserts the specified element as the first element of this deque, waiting if necessary up to the specified wait time for space to become available.
offerFirst(E) - Method in class net.sf.beanlib.util.concurrent.LinkedBlockingDeque
 
offerFirst(E, long, TimeUnit) - Method in class net.sf.beanlib.util.concurrent.LinkedBlockingDeque
 
offerFirst(E) - Method in interface net.sf.beanlib.util.Deque
Inserts the specified element at the front of this deque unless it would violate capacity restrictions.
offerLast(E) - Method in class net.sf.beanlib.util.ArrayDeque
Inserts the specified element at the end of this deque.
offerLast(E, long, TimeUnit) - Method in interface net.sf.beanlib.util.concurrent.BlockingDeque
Inserts the specified element as the last element of this deque, waiting if necessary up to the specified wait time for space to become available.
offerLast(E) - Method in class net.sf.beanlib.util.concurrent.LinkedBlockingDeque
 
offerLast(E, long, TimeUnit) - Method in class net.sf.beanlib.util.concurrent.LinkedBlockingDeque
 
offerLast(E) - Method in interface net.sf.beanlib.util.Deque
Inserts the specified element at the end of this deque unless it would violate capacity restrictions.
openedIterators - Variable in class net.sf.beanlib.util.TextIterable
 
OrderedMethodCollector - Class in net.sf.beanlib.provider.collector
Supports collecting JavaBean public setter methods.
OrderedMethodCollector() - Constructor for class net.sf.beanlib.provider.collector.OrderedMethodCollector
 

A B C D E F G H I J K L M N O P Q R S T U V W X