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

F

factory - Static variable in class net.sf.beanlib.hibernate3.Hibernate3BeanTransformer
 
factory - Static variable in class net.sf.beanlib.hibernate3.Hibernate3BlobReplicator
 
factory - Static variable in class net.sf.beanlib.hibernate3.Hibernate3CollectionReplicator
 
factory - Static variable in class net.sf.beanlib.hibernate3.Hibernate3JavaBeanReplicator
 
factory - Static variable in class net.sf.beanlib.hibernate3.Hibernate3MapReplicator
 
factory - Static variable in class net.sf.beanlib.jaxb2.Jaxb2ImmutableReplicator
 
factory - Static variable in class net.sf.beanlib.provider.BeanPopulator
 
factory - Static variable in class net.sf.beanlib.provider.BeanTransformer
 
factory - Static variable in class net.sf.beanlib.provider.replicator.ArrayReplicator
 
factory - Static variable in class net.sf.beanlib.provider.replicator.BeanReplicator
 
factory - Static variable in class net.sf.beanlib.provider.replicator.CollectionReplicator
 
factory - Static variable in class net.sf.beanlib.provider.replicator.DateReplicator
 
factory - Static variable in class net.sf.beanlib.provider.replicator.HeteroImmutableReplicator
 
factory - Static variable in class net.sf.beanlib.provider.replicator.ImmutableReplicator
 
factory - Static variable in class net.sf.beanlib.provider.replicator.MapReplicator
 
factory - Static variable in class net.sf.beanlib.provider.replicator.UnsupportedBlobReplicator
 
FastLineNumberReader - Class in net.sf.beanlib.io
A non-thread-safe fast line number reader that preserves the end-of-line character(s).
FastLineNumberReader(Reader, int) - Constructor for class net.sf.beanlib.io.FastLineNumberReader
Create a buffering character-input stream that uses an input buffer of the specified size.
FastLineNumberReader(Reader) - Constructor for class net.sf.beanlib.io.FastLineNumberReader
Create a buffering character-input stream that uses a default-sized input buffer.
FastLineNumberReader.EolEnum - Enum in net.sf.beanlib.io
End-of-line enums.
FastLineNumberReader.EolEnum() - Constructor for enum net.sf.beanlib.io.FastLineNumberReader.EolEnum
 
fence - Variable in class net.sf.beanlib.util.ArrayDeque.DeqIterator
Tail recorded at construction (also in remove), to stop iterator and also to check for comodification.
fence - Variable in class net.sf.beanlib.util.ArrayDeque.DescendingIterator
 
fill() - Method in class net.sf.beanlib.io.FastLineNumberReader
Reads and fills the internal character buffer.
finalize() - Method in class net.sf.beanlib.util.LineIterator
 
find(String, Object[]) - Method in class net.sf.beanlib.hibernate3.DtoCentricHibernate3Template
 
find(String, Object) - Method in class net.sf.beanlib.provider.finder.ProtectedReaderMethodFinder
 
find(String, Object) - Method in class net.sf.beanlib.provider.finder.PublicReaderMethodFinder
 
find(String, Object) - Method in interface net.sf.beanlib.spi.BeanMethodFinder
 
findByNamedParam(String, String[], Object[]) - Method in class net.sf.beanlib.hibernate3.DtoCentricHibernate3Template
 
findByNamedQuery(String, Object[]) - Method in class net.sf.beanlib.hibernate3.DtoCentricHibernate3Template
 
findByNamedQueryAndNamedParam(String, String[], Object[]) - Method in class net.sf.beanlib.hibernate3.DtoCentricHibernate3Template
 
findByNamedQueryAndValueBean(String, Object) - Method in class net.sf.beanlib.hibernate3.DtoCentricHibernate3Template
 
findByValueBean(String, Object) - Method in class net.sf.beanlib.hibernate3.DtoCentricHibernate3Template
 
findFirst() - Method in class net.sf.beanlib.util.concurrent.ConcurrentSkipListMap
Specialized variant of findNode to get first valid node.
findLast() - Method in class net.sf.beanlib.util.concurrent.ConcurrentSkipListMap
Specialized version of find to get last valid node.
findNear(K, int) - Method in class net.sf.beanlib.util.concurrent.ConcurrentSkipListMap
Utility for ceiling, floor, lower, higher methods.
findNode(Comparable<? super K>) - Method in class net.sf.beanlib.util.concurrent.ConcurrentSkipListMap
Returns node holding key or null if no such, clearing out any deleted nodes seen along the way.
findPredecessor(Comparable<? super K>) - Method in class net.sf.beanlib.util.concurrent.ConcurrentSkipListMap
Returns a base-level node with key strictly less than given key, or the base-level header if there is no such node.
findPredecessorOfLast() - Method in class net.sf.beanlib.util.concurrent.ConcurrentSkipListMap
Specialized variant of findPredecessor to get predecessor of last valid node.
first() - Method in class net.sf.beanlib.util.concurrent.ConcurrentSkipListMap.KeySet
 
first() - Method in class net.sf.beanlib.util.concurrent.ConcurrentSkipListSet
 
first - Variable in class net.sf.beanlib.util.concurrent.LinkedBlockingDeque
Pointer to first node
firstEntry() - Method in class net.sf.beanlib.util.concurrent.ConcurrentSkipListMap
Returns a key-value mapping associated with the least key in this map, or null if the map is empty.
firstEntry() - Method in class net.sf.beanlib.util.concurrent.ConcurrentSkipListMap.SubMap
 
firstEntry() - Method in interface net.sf.beanlib.util.NavigableMap
Returns a key-value mapping associated with the least key in this map, or null if the map is empty.
firstEntry() - Method in class net.sf.beanlib.utils.range.ExtensibleTreeMap
Returns the first Entry in the TreeMap (according to the TreeMap's key-sort function).
firstExcludedKey - Variable in class net.sf.beanlib.utils.range.ExtensibleTreeMap.SubMapEntryIterator
 
firstKey() - Method in class net.sf.beanlib.util.concurrent.ConcurrentSkipListMap
 
firstKey() - Method in class net.sf.beanlib.util.concurrent.ConcurrentSkipListMap.SubMap
 
firstKey() - Method in class net.sf.beanlib.utils.CollectionUtils.SynchronizedSortedMap
 
firstKey() - Method in class net.sf.beanlib.utils.range.ExtensibleTreeMap
Returns the first (lowest) key currently in this sorted map.
firstKey() - Method in class net.sf.beanlib.utils.range.ExtensibleTreeMap.SubMap
 
fixAfterDeletion(ExtensibleTreeMap.NodeEntry<K, V>) - Method in class net.sf.beanlib.utils.range.ExtensibleTreeMap
From CLR *
fixAfterInsertion(ExtensibleTreeMap.NodeEntry<K, V>) - Method in class net.sf.beanlib.utils.range.ExtensibleTreeMap
From CLR *
floor(E) - Method in class net.sf.beanlib.util.concurrent.ConcurrentSkipListMap.KeySet
 
floor(E) - Method in class net.sf.beanlib.util.concurrent.ConcurrentSkipListSet
 
floor(E) - Method in interface net.sf.beanlib.util.NavigableSet
Returns the greatest element in this set less than or equal to the given element, or null if there is no such element.
floorEntry(K) - Method in class net.sf.beanlib.util.concurrent.ConcurrentSkipListMap
Returns a key-value mapping associated with the greatest key less than or equal to the given key, or null if there is no such key.
floorEntry(K) - Method in class net.sf.beanlib.util.concurrent.ConcurrentSkipListMap.SubMap
 
floorEntry(K) - Method in interface net.sf.beanlib.util.NavigableMap
Returns a key-value mapping associated with the greatest key less than or equal to the given key, or null if there is no such key.
floorKey(K) - Method in class net.sf.beanlib.util.concurrent.ConcurrentSkipListMap
 
floorKey(K) - Method in class net.sf.beanlib.util.concurrent.ConcurrentSkipListMap.SubMap
 
floorKey(K) - Method in interface net.sf.beanlib.util.NavigableMap
Returns the greatest key less than or equal to the given key, or null if there is no such key.
FluentSetterMethodCollector - Class in net.sf.beanlib.jaxb2
Supports collecting Jaxb 2 fluent api setter methods.
FluentSetterMethodCollector() - Constructor for class net.sf.beanlib.jaxb2.FluentSetterMethodCollector
 
found(Method) - Method in class net.sf.beanlib.provider.finder.ProtectedReaderMethodFinder
 
fromBean - Variable in class net.sf.beanlib.PropertyInfo
 
fromBean - Variable in class net.sf.beanlib.provider.BeanPopulator
 
fromBean - Variable in class net.sf.beanlib.provider.handler.AbstractBeanPopulationExceptionHandler
 
fromBean - Variable in class net.sf.beanlib.spi.BeanPopulationExceptionHandlerAdapter
 
fromExternal(Class<T>, E) - Static method in class net.sf.beanlib.utils.EnumUtils
Returns the enum constant of the specified Enum and External type with the specified externalized object; or null if no such enum constant exists.
fromKey - Variable in class net.sf.beanlib.utils.range.ExtensibleTreeMap.SubMap
 
fromOrdinal(Class<T>, int) - Static method in class net.sf.beanlib.utils.EnumUtils
Returns the enum constant of the specified Enum with the specified ordinal() return value of the enum constant; or null if no such enum constant exists.
fromStart - Variable in class net.sf.beanlib.utils.range.ExtensibleTreeMap.SubMap
fromKey is significant only if fromStart is false.
fromString(Class<T>, String) - Static method in class net.sf.beanlib.utils.EnumUtils
Returns the enum constant of the specified Enum with the specified toString() return value of the enum constant; or null if no such enum constant exists.
fromXml(String) - Static method in class net.sf.beanlib.utils.xml.XmlUtils
 

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