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

A

ABORT - Static variable in interface net.sf.beanlib.spi.BeanPopulationExceptionHandler
Exception handler which aborts by throwing or re-throwing a RuntimeException or Error.
AbstractBeanPopulationExceptionHandler - Class in net.sf.beanlib.provider.handler
Can be used as a convenient adaptor class for implementing the BeanPopulationExceptionHandler interface.
AbstractBeanPopulationExceptionHandler() - Constructor for class net.sf.beanlib.provider.handler.AbstractBeanPopulationExceptionHandler
 
AbstractCollection<E> - Class in net.sf.beanlib.util
This class provides a skeletal implementation of the Collection interface, to minimize the effort required to implement this interface.
AbstractCollection() - Constructor for class net.sf.beanlib.util.AbstractCollection
Sole constructor.
AbstractMap<K,V> - Class in net.sf.beanlib.util
This class provides a skeletal implementation of the Map interface, to minimize the effort required to implement this interface.
AbstractMap() - Constructor for class net.sf.beanlib.util.AbstractMap
Sole constructor.
AbstractMap<K,V> - Class in net.sf.beanlib.utils.range
Cloned from and identical to AbstractMap, except it is now in a different package so as to allow further subclassing.
AbstractMap() - Constructor for class net.sf.beanlib.utils.range.AbstractMap
Sole constructor.
AbstractMap.SimpleEntry<K,V> - Class in net.sf.beanlib.util
An Entry maintaining a key and a value.
AbstractMap.SimpleEntry(K, V) - Constructor for class net.sf.beanlib.util.AbstractMap.SimpleEntry
Creates an entry representing a mapping from the specified key to the specified value.
AbstractMap.SimpleEntry(Map.Entry<? extends K, ? extends V>) - Constructor for class net.sf.beanlib.util.AbstractMap.SimpleEntry
Creates an entry representing the same mapping as the specified entry.
AbstractMap.SimpleEntry<K,V> - Class in net.sf.beanlib.utils.range
This should be made public as soon as possible.
AbstractMap.SimpleEntry(K, V) - Constructor for class net.sf.beanlib.utils.range.AbstractMap.SimpleEntry
 
AbstractMap.SimpleEntry(Map.Entry<K, V>) - Constructor for class net.sf.beanlib.utils.range.AbstractMap.SimpleEntry
 
AbstractMap.SimpleImmutableEntry<K,V> - Class in net.sf.beanlib.util
An Entry maintaining an immutable key and value.
AbstractMap.SimpleImmutableEntry(K, V) - Constructor for class net.sf.beanlib.util.AbstractMap.SimpleImmutableEntry
Creates an entry representing a mapping from the specified key to the specified value.
AbstractMap.SimpleImmutableEntry(Map.Entry<? extends K, ? extends V>) - Constructor for class net.sf.beanlib.util.AbstractMap.SimpleImmutableEntry
Creates an entry representing the same mapping as the specified entry.
actualKey - Variable in class net.sf.beanlib.util.concurrent.ConcurrentSkipListMap.ComparableUsingComparator
 
add(E) - Method in class net.sf.beanlib.util.AbstractCollection
add(E) - Method in class net.sf.beanlib.util.ArrayDeque
Inserts the specified element at the end of this deque.
add(E) - Method in class net.sf.beanlib.util.concurrent.ConcurrentSkipListSet
Adds the specified element to this set if it is not already present.
add(E) - Method in class net.sf.beanlib.util.concurrent.LinkedBlockingDeque
Inserts the specified element at the end of this deque unless it would violate capacity restrictions.
add(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 throwing an IllegalStateException if no space is currently available.
add(E) - Method in class net.sf.beanlib.utils.CollectionUtils.SynchronizedCollection
 
addAll(Collection<? extends E>) - Method in class net.sf.beanlib.util.AbstractCollection
addAll(Collection<? extends E>) - Method in class net.sf.beanlib.utils.CollectionUtils.SynchronizedCollection
 
addAllForTreeSet(SortedSet<Map.Entry<K, V>>, V) - Method in class net.sf.beanlib.utils.range.ExtensibleTreeMap
Intended to be called only from TreeSet.addAll *
addBeanHashCode(int, int) - Method in class net.sf.beanlib.BeanGetter
 
addFirst(E) - Method in class net.sf.beanlib.util.ArrayDeque
Inserts the specified element at the front of this deque.
addFirst(E) - Method in class net.sf.beanlib.util.concurrent.LinkedBlockingDeque
 
addFirst(E) - Method in interface net.sf.beanlib.util.Deque
Inserts the specified element at the front of this deque if it is possible to do so immediately without violating capacity restrictions.
addIndex(ConcurrentSkipListMap.Index<K, V>, ConcurrentSkipListMap.HeadIndex<K, V>, int) - Method in class net.sf.beanlib.util.concurrent.ConcurrentSkipListMap
Adds given index nodes from given level down to 1.
addLast(E) - Method in class net.sf.beanlib.util.ArrayDeque
Inserts the specified element at the end of this deque.
addLast(E) - Method in class net.sf.beanlib.util.concurrent.LinkedBlockingDeque
 
addLast(E) - Method in interface net.sf.beanlib.util.Deque
Inserts the specified element at the end of this deque if it is possible to do so immediately without violating capacity restrictions.
advance() - Method in class net.sf.beanlib.util.concurrent.ConcurrentSkipListMap.Iter
Advances next to higher entry.
advance() - Method in class net.sf.beanlib.util.concurrent.ConcurrentSkipListMap.SubMap.SubMapIter
 
advance() - Method in class net.sf.beanlib.util.concurrent.LinkedBlockingDeque.AbstractItr
Advances next, or if not yet initialized, sets to first node.
advance() - Method in class net.sf.beanlib.util.concurrent.LinkedBlockingDeque.DescendingItr
 
advance() - Method in class net.sf.beanlib.util.concurrent.LinkedBlockingDeque.Itr
 
allocateElements(int) - Method in class net.sf.beanlib.util.ArrayDeque
Allocate empty array to hold the given number of elements.
ALWAYS_POPULATE - Static variable in interface net.sf.beanlib.spi.DetailedBeanPopulatable
 
appendMarker(ConcurrentSkipListMap.Node<K, V>) - Method in class net.sf.beanlib.util.concurrent.ConcurrentSkipListMap.Node
Tries to append a deletion marker to this node.
applicationBeanCopier - Variable in class net.sf.beanlib.hibernate3.Hibernate3DtoPopulator
 
applicationPackagePrefix - Variable in class net.sf.beanlib.hibernate3.DtoCentricHibernate3Template
 
applicationPackagePrefix - Variable in class net.sf.beanlib.hibernate3.Hibernate3DtoCopier
 
applicationSampleClass - Variable in class net.sf.beanlib.hibernate3.DtoCentricHibernate3Template
 
ArrayDeque<E> - Class in net.sf.beanlib.util
Resizable-array implementation of the Deque interface.
ArrayDeque() - Constructor for class net.sf.beanlib.util.ArrayDeque
Constructs an empty array deque with an initial capacity sufficient to hold 16 elements.
ArrayDeque(int) - Constructor for class net.sf.beanlib.util.ArrayDeque
Constructs an empty array deque with an initial capacity sufficient to hold the specified number of elements.
ArrayDeque(Collection<? extends E>) - Constructor for class net.sf.beanlib.util.ArrayDeque
Constructs a deque containing the elements of the specified collection, in the order they are returned by the collection's iterator.
ArrayDeque.DeqIterator - Class in net.sf.beanlib.util
 
ArrayDeque.DeqIterator() - Constructor for class net.sf.beanlib.util.ArrayDeque.DeqIterator
 
ArrayDeque.DescendingIterator - Class in net.sf.beanlib.util
 
ArrayDeque.DescendingIterator() - Constructor for class net.sf.beanlib.util.ArrayDeque.DescendingIterator
 
arrayReplicatable - Variable in class net.sf.beanlib.provider.BeanTransformer
 
ArrayReplicator - Class in net.sf.beanlib.provider.replicator
Default implementation of ArrayReplicatorSpi.
ArrayReplicator(BeanTransformerSpi) - Constructor for class net.sf.beanlib.provider.replicator.ArrayReplicator
 
ArrayReplicator.Factory - Class in net.sf.beanlib.provider.replicator
Factory for ArrayReplicator
ArrayReplicator.Factory() - Constructor for class net.sf.beanlib.provider.replicator.ArrayReplicator.Factory
 
ArrayReplicatorSpi - Interface in net.sf.beanlib.spi.replicator
Array Replicator SPI.
ArrayReplicatorSpi.Factory - Interface in net.sf.beanlib.spi.replicator
Array Replicator Factory SPI.
ascend() - Method in class net.sf.beanlib.util.concurrent.ConcurrentSkipListMap.SubMap.SubMapIter
 

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