A B C D E F G H I L N O P R S T V W

A

addProperty(String, Object) - Method in class net.sf.seaf.util.ToStringUtils
Add a property to the builder.
appendDetail(StringBuffer, String, byte[]) - Method in class net.sf.seaf.util.RecursiveReflectionToStringStyle
 
appendDetail(StringBuffer, String, Map) - Method in class net.sf.seaf.util.RecursiveReflectionToStringStyle
 
appendDetail(StringBuffer, String, Collection) - Method in class net.sf.seaf.util.RecursiveReflectionToStringStyle
 
appendDetail(StringBuffer, String, Object) - Method in class net.sf.seaf.util.RecursiveReflectionToStringStyle
 
appendDetail(StringBuffer, String, String) - Method in class net.sf.seaf.util.RecursiveReflectionToStringStyle
Appender for String, filters unicode null character and appends String to Buffer.
appendDetail(StringBuffer, String, Character) - Method in class net.sf.seaf.util.RecursiveReflectionToStringStyle
Appender for Character.
appendDetail(StringBuffer, String, Map.Entry) - Method in class net.sf.seaf.util.RecursiveReflectionToStringStyle
Appender for Map.Entry, key is appended directly, value is appended recursively.
appendSummarySize(StringBuffer, String, int) - Method in class net.sf.seaf.util.RecursiveReflectionToStringStyle
 

B

backwardValidationOfStringValue(String, Calendar, String) - Static method in class net.sf.seaf.util.TemporalConverterUtil
Throw IllegalArgumentException when the parsed Calendar value does not match the original String value, from which it has been parsed.

C

CachingFactory - Class in net.sf.seaf.factory.impl
Factory that caches object instances.
CachingFactory() - Constructor for class net.sf.seaf.factory.impl.CachingFactory
Default empty constructor.
CachingFactory(Factory) - Constructor for class net.sf.seaf.factory.impl.CachingFactory
Full constructor.
CollectionConverter<Source,Target> - Class in net.sf.seaf.util.convert.collection
Converts a Collection of objects of type Source to a Collection of objects of type Target.
CollectionConverter() - Constructor for class net.sf.seaf.util.convert.collection.CollectionConverter
 
convert(Collection<Source>, Collection<Target>, ObjectConverter<Source, Target>) - Method in class net.sf.seaf.util.convert.collection.CollectionConverter
Converts a Collection of objects of type Source to a Collection of objects of type Target.
convert(Source) - Method in interface net.sf.seaf.util.convert.collection.ObjectConverter
Converts an Object from Source type to Target type.
convert(Object, Class<?>, Class<?>, ObjectConverter<Object, Object>) - Method in class net.sf.seaf.util.convert.collection.SequenceConverterUtils
Convert an Object array or a Collection to an array or a List of a given component type.
convert(Object) - Static method in class net.sf.seaf.util.convert.simple.ConverterToBoolean
Converts an Object to Boolean value.
convert(Object) - Static method in class net.sf.seaf.util.convert.simple.ConverterToDate
Converts an Object to Calendar date value.
convert(Object) - Static method in class net.sf.seaf.util.convert.simple.ConverterToDatetime
Converts an Object to Calendar date-time value.
convert(Object) - Static method in class net.sf.seaf.util.convert.simple.ConverterToDouble
Converts an Object to Double value.
convert(Object, Class<E>) - Static method in class net.sf.seaf.util.convert.simple.ConverterToEnum
Converts an Object to enum value.
convert(Object) - Static method in class net.sf.seaf.util.convert.simple.ConverterToFloat
Converts an Object to Float value.
convert(Object) - Static method in class net.sf.seaf.util.convert.simple.ConverterToInteger
Converts an Object to Integer value.
convert(Object) - Static method in class net.sf.seaf.util.convert.simple.ConverterToLong
Converts an Object to Long value.
convert(Object) - Static method in class net.sf.seaf.util.convert.simple.ConverterToString
Converts an Object to String value, keeping null as null.
convert(Object, TemporalType) - Static method in class net.sf.seaf.util.convert.simple.ConverterToString
Converts an Object of a temporal type to String value.
convert(Object) - Static method in class net.sf.seaf.util.convert.simple.ConverterToTime
Converts an Object to Calendar time value.
convert(Object) - Static method in class net.sf.seaf.util.convert.simple.ConverterToTimestamp
Converts an Object to Calendar timestamp value.
convert(Object, String) - Static method in class net.sf.seaf.util.TemporalConverterUtil
Convert an object to a Calendar.
ConverterToBoolean - Class in net.sf.seaf.util.convert.simple
Converter of any Object to Boolean.
ConverterToBoolean() - Constructor for class net.sf.seaf.util.convert.simple.ConverterToBoolean
 
ConverterToDate - Class in net.sf.seaf.util.convert.simple
Converter of any Object to a date represented by Calendar.
ConverterToDate() - Constructor for class net.sf.seaf.util.convert.simple.ConverterToDate
 
ConverterToDatetime - Class in net.sf.seaf.util.convert.simple
Converter of any Object to a date-time represented by Calendar.
ConverterToDatetime() - Constructor for class net.sf.seaf.util.convert.simple.ConverterToDatetime
 
ConverterToDouble - Class in net.sf.seaf.util.convert.simple
Converter of any Object to Double.
ConverterToDouble() - Constructor for class net.sf.seaf.util.convert.simple.ConverterToDouble
 
ConverterToEnum - Class in net.sf.seaf.util.convert.simple
Converter of any Object to Enum.
ConverterToEnum() - Constructor for class net.sf.seaf.util.convert.simple.ConverterToEnum
 
ConverterToFloat - Class in net.sf.seaf.util.convert.simple
Converter of any Object to Float.
ConverterToFloat() - Constructor for class net.sf.seaf.util.convert.simple.ConverterToFloat
 
ConverterToInteger - Class in net.sf.seaf.util.convert.simple
Converter of any Object to Integer.
ConverterToInteger() - Constructor for class net.sf.seaf.util.convert.simple.ConverterToInteger
 
ConverterToLong - Class in net.sf.seaf.util.convert.simple
Converter of any Object to Long.
ConverterToLong() - Constructor for class net.sf.seaf.util.convert.simple.ConverterToLong
 
ConverterToString - Class in net.sf.seaf.util.convert.simple
Converter of any Object to String.
ConverterToString() - Constructor for class net.sf.seaf.util.convert.simple.ConverterToString
 
ConverterToTime - Class in net.sf.seaf.util.convert.simple
Converter of any Object to a time represented by Calendar.
ConverterToTime() - Constructor for class net.sf.seaf.util.convert.simple.ConverterToTime
 
ConverterToTimestamp - Class in net.sf.seaf.util.convert.simple
Converter of any Object to a timestamp represented by Calendar.
ConverterToTimestamp() - Constructor for class net.sf.seaf.util.convert.simple.ConverterToTimestamp
 
convertToArray(Object, Class<?>, ObjectConverter<Object, Object>) - Method in class net.sf.seaf.util.convert.collection.SequenceConverterUtils
Convert an Object array or a Collection to an array of a given component type.
convertToList(Object, Class<?>, ObjectConverter<Object, Object>) - Method in class net.sf.seaf.util.convert.collection.SequenceConverterUtils
Convert an Object array or a Collection to a List of a given component type.

D

date(int, int) - Method in class net.sf.seaf.util.Generator
Generate random date with the given year and month.
date(int) - Method in class net.sf.seaf.util.Generator
Generate random date with the given year.
date() - Method in class net.sf.seaf.util.Generator
Generate random date with the given year.
DEFAULT_RR_STYLE - Static variable in class net.sf.seaf.util.RecursiveReflectionToStringStyle
The default style.
DefaultInstantiatingFactory - Class in net.sf.seaf.factory.impl
Factory that always returns a new instance of the requested type created via Class.newInstance().
DefaultInstantiatingFactory() - Constructor for class net.sf.seaf.factory.impl.DefaultInstantiatingFactory
 
DefaultProxyBase - Class in net.sf.seaf.factory.impl.support
A default base class for proxies.
DefaultProxyBase() - Constructor for class net.sf.seaf.factory.impl.support.DefaultProxyBase
 
DelegatingFactoryBase - Class in net.sf.seaf.factory.impl.support
Base class for factories that delegate instantiation to an instantiating factory.
DelegatingFactoryBase() - Constructor for class net.sf.seaf.factory.impl.support.DelegatingFactoryBase
Default empty constructor.
DelegatingFactoryBase(Factory) - Constructor for class net.sf.seaf.factory.impl.support.DelegatingFactoryBase
Full constructor.

E

englishLetterCode() - Method in class net.sf.seaf.util.Generator
Generate random letter 0-based index using the letter frequencies of English.
enumerate(Object, PropertyVisitor) - Method in class net.sf.seaf.util.bean.PropertyEnumerator
Enumerate all properties of a bean, visiting each one using a PropertyVisitor.
equals(Object) - Method in class net.sf.seaf.common.Page
 
equals(Object) - Method in class net.sf.seaf.common.PagedInfo
 
equals(Object) - Method in class net.sf.seaf.common.PropertySort
 
extractPropertyValue(String) - Method in class net.sf.seaf.util.bean.PropertyValueExtractor
Extracts the value of the given property.

F

Factory - Interface in net.sf.seaf.factory
Factory instantiates and initializes objects.
FactoryUtils - Class in net.sf.seaf.util
Utility methods for factory-related functionality.
FactoryUtils() - Constructor for class net.sf.seaf.util.FactoryUtils
 
FORMAT_ISO - Static variable in class net.sf.seaf.util.convert.simple.ConverterToDate
 
FORMAT_ISO - Static variable in class net.sf.seaf.util.convert.simple.ConverterToDatetime
 
FORMAT_ISO - Static variable in class net.sf.seaf.util.convert.simple.ConverterToTime
 
FORMAT_ISO - Static variable in class net.sf.seaf.util.convert.simple.ConverterToTimestamp
 
formatDate(Calendar, String) - Static method in class net.sf.seaf.util.TemporalConverterUtil
Format a Calendar value as a String using the given format.

G

Generator - Class in net.sf.seaf.util
Utility class for random values generation.
Generator() - Constructor for class net.sf.seaf.util.Generator
Default constructor.
getClassForName(String, Class<Type>) - Method in class net.sf.seaf.util.FactoryUtils
Get a class of a given type.
getCount() - Method in class net.sf.seaf.common.Page
Default getter for property count.
getDescription() - Method in enum net.sf.seaf.common.Operator
 
getFromRecNo() - Method in class net.sf.seaf.common.Page
Default getter for property fromRecNo.
getFromRecNo() - Method in class net.sf.seaf.common.PagedInfo
Default getter for property fromRecNo.
getInstance() - Static method in class net.sf.seaf.util.FactoryUtils
Returns a default instance of FactoryUtils.
getInstanceOf(Class<Type>) - Method in interface net.sf.seaf.factory.Factory
Return an initialized instance of the specified type.
getInstanceOf(Class<Type>) - Method in class net.sf.seaf.factory.impl.CachingFactory
 
getInstanceOf(Class<Type>) - Method in class net.sf.seaf.factory.impl.DefaultInstantiatingFactory
 
getInstanceOf(Class<Type>) - Method in class net.sf.seaf.factory.impl.InitializingFactory
 
getInstanceOf(Class<Type>) - Method in class net.sf.seaf.factory.impl.ProxyingFactory
 
getInstanceOf(Class<Type>) - Method in class net.sf.seaf.factory.impl.SpringFactory
Return a bean of the specified type from Spring bean factory.
getInstanceOf(Class<Type>) - Method in class net.sf.seaf.factory.impl.TypeResolvingFactory
 
getInstantiatingFactory() - Method in class net.sf.seaf.factory.impl.support.DelegatingFactoryBase
Get the instantiating factory.
getLabel() - Method in enum net.sf.seaf.common.Operator
 
getOrder() - Method in class net.sf.seaf.common.PropertySort
Default getter for property order.
getProperty() - Method in class net.sf.seaf.common.PropertySort
Default getter for property property.
getPropertyNames() - Method in interface net.sf.seaf.util.bean.PropertyNamesEnumerator
Returns the names of the properties of this bean.
getProxiedObject() - Method in class net.sf.seaf.factory.impl.support.DefaultProxyBase
Get the proxied object.
getSql() - Method in enum net.sf.seaf.common.Operator
 
getTotal() - Method in class net.sf.seaf.common.PagedInfo
Default getter for property total.

H

hashCode() - Method in class net.sf.seaf.common.Page
 
hashCode() - Method in class net.sf.seaf.common.PagedInfo
 
hashCode() - Method in class net.sf.seaf.common.PropertySort
 
hashCodeFor(Object...) - Static method in class net.sf.seaf.util.HashCodeUtils
Returns a hash code for an array of values.
HashCodeUtils - Class in net.sf.seaf.util
A utility which allows easy implementation of hashCode().
HashCodeUtils() - Constructor for class net.sf.seaf.util.HashCodeUtils
 

I

initialize(Object) - Method in class net.sf.seaf.factory.impl.SetterInitializer
 
initialize(Type) - Method in interface net.sf.seaf.factory.Initializer
Initialize an instance.
Initializer<Type> - Interface in net.sf.seaf.factory
Initializer initializes instances of a given type.
InitializingFactory - Class in net.sf.seaf.factory.impl
Factory that initializes the returned instances using an Initializer.
InitializingFactory() - Constructor for class net.sf.seaf.factory.impl.InitializingFactory
Default empty constructor.
InitializingFactory(Initializer<?>, Factory) - Constructor for class net.sf.seaf.factory.impl.InitializingFactory
Full constructor.
invoke(Object, Method, Object[]) - Method in class net.sf.seaf.factory.impl.support.DefaultProxyBase
 

L

LETTER_FREQS - Static variable in class net.sf.seaf.util.Generator
Frequencies of letters in English language.

N

net.sf.seaf.common - package net.sf.seaf.common
 
net.sf.seaf.exception - package net.sf.seaf.exception
 
net.sf.seaf.factory - package net.sf.seaf.factory
 
net.sf.seaf.factory.impl - package net.sf.seaf.factory.impl
 
net.sf.seaf.factory.impl.support - package net.sf.seaf.factory.impl.support
 
net.sf.seaf.util - package net.sf.seaf.util
 
net.sf.seaf.util.bean - package net.sf.seaf.util.bean
 
net.sf.seaf.util.convert.collection - package net.sf.seaf.util.convert.collection
 
net.sf.seaf.util.convert.simple - package net.sf.seaf.util.convert.simple
 
NotInitializedException - Exception in net.sf.seaf.exception
Thrown when accessing an object that has not been (fully) initialized yet.
NotInitializedException(String) - Constructor for exception net.sf.seaf.exception.NotInitializedException
Default constructor.
number(int) - Method in class net.sf.seaf.util.Generator
Generate random number with the specified length.
number(int, int) - Method in class net.sf.seaf.util.Generator
Generate random number with length in the specified interval, inclusive.
numberExcl(int, int) - Method in class net.sf.seaf.util.Generator
Generate random number with value between minimum and maximum (exclusive).
numberIncl(int, int) - Method in class net.sf.seaf.util.Generator
Generate random number with value between minimum and maximum (inclusive).

O

ObjectConverter<Source,Target> - Interface in net.sf.seaf.util.convert.collection
Converts an Object from Source type to Target type.
Operator - Enum in net.sf.seaf.common
Comparison operator enumeration.

P

Page - Class in net.sf.seaf.common
Specification of the page (subset) of result set to be returned.
Page() - Constructor for class net.sf.seaf.common.Page
Default constructor of JavaBean Page.
Page(Integer, Integer) - Constructor for class net.sf.seaf.common.Page
Full constructor of JavaBean Page.
PagedInfo - Class in net.sf.seaf.common
Information on the page (subset) of result set being returned.
PagedInfo() - Constructor for class net.sf.seaf.common.PagedInfo
Default constructor of JavaBean PagedInfo.
PagedInfo(Integer, Integer) - Constructor for class net.sf.seaf.common.PagedInfo
Full constructor of JavaBean PagedInfo.
parseDate(String, String) - Static method in class net.sf.seaf.util.TemporalConverterUtil
Parse a Calendar from String value using a Java date format pattern.
phone() - Method in class net.sf.seaf.util.Generator
Generate random phone number.
PropertyEnumerator - Class in net.sf.seaf.util.bean
 
PropertyEnumerator() - Constructor for class net.sf.seaf.util.bean.PropertyEnumerator
 
PropertyNamesEnumerator - Interface in net.sf.seaf.util.bean
A bean that can enumerate the names of its properties.
PropertySort<P extends Enum<?>> - Class in net.sf.seaf.common
Specification of the sort on a property.
PropertySort() - Constructor for class net.sf.seaf.common.PropertySort
Default constructor of JavaBean PropertySort.
PropertySort(P) - Constructor for class net.sf.seaf.common.PropertySort
Construct property sort for the given property.
PropertySort(P, SortOrder) - Constructor for class net.sf.seaf.common.PropertySort
Full constructor of JavaBean PropertySort.
PropertyValueExtractor - Class in net.sf.seaf.util.bean
Extracts the values of bean properties by property name.
PropertyValueExtractor(Object) - Constructor for class net.sf.seaf.util.bean.PropertyValueExtractor
Creates a extractor for a given bean.
PropertyVisitor - Interface in net.sf.seaf.util.bean
Property visitor interface.
Proxy - Interface in net.sf.seaf.factory
Dynamic proxy.
ProxyingFactory - Class in net.sf.seaf.factory.impl
Factory that proxies the returned instances with a Proxy.
ProxyingFactory() - Constructor for class net.sf.seaf.factory.impl.ProxyingFactory
Default empty constructor.
ProxyingFactory(Proxy, Factory) - Constructor for class net.sf.seaf.factory.impl.ProxyingFactory
Full constructor.

R

RecursiveReflectionToStringBuilder - Class in net.sf.seaf.util
Converts Object to String using ReflectionToStringBuilder and RecursiveReflectionToStringStyle.
RecursiveReflectionToStringBuilder() - Constructor for class net.sf.seaf.util.RecursiveReflectionToStringBuilder
 
RecursiveReflectionToStringStyle - Class in net.sf.seaf.util
Converts Object to String recursively using ReflectionToStringBuilder .
resolve(Class<Type>) - Method in interface net.sf.seaf.factory.TypeResolver
Resolve a type.

S

SeafClassLoadingException - Exception in net.sf.seaf.exception
Thrown when a specified class cannot be loaded.
SeafClassLoadingException(String, Throwable) - Constructor for exception net.sf.seaf.exception.SeafClassLoadingException
 
SeafConversionException - Exception in net.sf.seaf.exception
Thrown when a value cannot be converted.
SeafConversionException(String) - Constructor for exception net.sf.seaf.exception.SeafConversionException
 
SeafInitializationException - Exception in net.sf.seaf.exception
Thrown when a specified object cannot be initialized.
SeafInitializationException(String, Throwable) - Constructor for exception net.sf.seaf.exception.SeafInitializationException
 
SeafInstantiationException - Exception in net.sf.seaf.exception
Thrown when a specified object cannot be instantiated.
SeafInstantiationException(String, Throwable) - Constructor for exception net.sf.seaf.exception.SeafInstantiationException
 
SeafInvocationException - Exception in net.sf.seaf.exception
Thrown when invoking a method.
SeafInvocationException(String, Throwable) - Constructor for exception net.sf.seaf.exception.SeafInvocationException
 
SeafRuntimeException - Exception in net.sf.seaf.exception
The root SEAF runtime exception.
SeafRuntimeException(String, Throwable) - Constructor for exception net.sf.seaf.exception.SeafRuntimeException
 
SeafRuntimeException(String) - Constructor for exception net.sf.seaf.exception.SeafRuntimeException
 
SeafTypeResolvingException - Exception in net.sf.seaf.exception
Thrown when a type cannot be resolved.
SeafTypeResolvingException(String) - Constructor for exception net.sf.seaf.exception.SeafTypeResolvingException
 
sentence(int, int) - Method in class net.sf.seaf.util.Generator
Generate random sentence of the specified length in characters.
SequenceConverterUtils - Class in net.sf.seaf.util.convert.collection
 
SequenceConverterUtils() - Constructor for class net.sf.seaf.util.convert.collection.SequenceConverterUtils
 
setCount(Integer) - Method in class net.sf.seaf.common.Page
Default setter for property count.
setFromRecNo(Integer) - Method in class net.sf.seaf.common.Page
Default setter for property fromRecNo.
setFromRecNo(Integer) - Method in class net.sf.seaf.common.PagedInfo
Default setter for property fromRecNo.
setInitializer(Initializer<?>) - Method in class net.sf.seaf.factory.impl.InitializingFactory
Set the initializer.
setInstantiatingFactory(Factory) - Method in class net.sf.seaf.factory.impl.support.DelegatingFactoryBase
Set the instantiating factory.
setOrder(SortOrder) - Method in class net.sf.seaf.common.PropertySort
Default setter for property order.
setProperty(P) - Method in class net.sf.seaf.common.PropertySort
Default setter for property property.
setProxiedObject(Object) - Method in class net.sf.seaf.factory.impl.support.DefaultProxyBase
 
setProxiedObject(Object) - Method in interface net.sf.seaf.factory.Proxy
Set the proxied object.
setProxy(Proxy) - Method in class net.sf.seaf.factory.impl.ProxyingFactory
Set the proxy.
setStyle(RecursiveReflectionToStringStyle) - Method in class net.sf.seaf.util.RecursiveReflectionToStringBuilder
 
SetterInitializer - Class in net.sf.seaf.factory.impl
 
SetterInitializer() - Constructor for class net.sf.seaf.factory.impl.SetterInitializer
 
SetterInitializer(Factory) - Constructor for class net.sf.seaf.factory.impl.SetterInitializer
 
setTotal(Integer) - Method in class net.sf.seaf.common.PagedInfo
Default setter for property total.
setTypeResolver(TypeResolver<?>) - Method in class net.sf.seaf.factory.impl.TypeResolvingFactory
Set the type resolver.
SIMPLE_RR_STYLE - Static variable in class net.sf.seaf.util.RecursiveReflectionToStringStyle
Simplified style.
SortOrder - Enum in net.sf.seaf.common
Sort order enumeration.
SpringFactory - Class in net.sf.seaf.factory.impl
Gets instances from a Spring ListableBeanFactory.
SpringFactory(ListableBeanFactory) - Constructor for class net.sf.seaf.factory.impl.SpringFactory
Initialize the SpringFactory with an instance of Spring ListableBeanFactory.

T

TemporalConverterUtil - Class in net.sf.seaf.util
Utility methods for converting temporal types.
TemporalConverterUtil() - Constructor for class net.sf.seaf.util.TemporalConverterUtil
 
TemporalType - Enum in net.sf.seaf.util.convert.simple
The type of a temporal value.
time() - Method in class net.sf.seaf.util.Generator
Generate random time.
toString() - Method in class net.sf.seaf.common.Page
 
toString() - Method in class net.sf.seaf.common.PagedInfo
 
toString() - Method in class net.sf.seaf.common.PropertySort
 
toString(Object) - Method in class net.sf.seaf.util.RecursiveReflectionToStringBuilder
Recursively converts Object to String.
toString() - Method in class net.sf.seaf.util.ToStringUtils
Returns the value of the buffered toString output.
ToStringUtils - Class in net.sf.seaf.util
Builder of toString() return value for a JavaBean.
ToStringUtils(Class<?>, String) - Constructor for class net.sf.seaf.util.ToStringUtils
Initialize the builder.
TypeResolver<Type> - Interface in net.sf.seaf.factory
Resolves subtypes of a given type.
TypeResolvingFactory - Class in net.sf.seaf.factory.impl
Factory that resolves the requested type before delegating instantiation to an instantiating factory.
TypeResolvingFactory() - Constructor for class net.sf.seaf.factory.impl.TypeResolvingFactory
Default empty constructor.
TypeResolvingFactory(TypeResolver<?>, Factory) - Constructor for class net.sf.seaf.factory.impl.TypeResolvingFactory
Full constructor.

V

valueOf(String) - Static method in enum net.sf.seaf.common.Operator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sf.seaf.common.SortOrder
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sf.seaf.util.convert.simple.TemporalType
Returns the enum constant of this type with the specified name.
values() - Static method in enum net.sf.seaf.common.Operator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sf.seaf.common.SortOrder
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sf.seaf.util.convert.simple.TemporalType
Returns an array containing the constants of this enum type, in the order they are declared.
visit(Object, String, Class<?>, Object) - Method in interface net.sf.seaf.util.bean.PropertyVisitor
Visit a bean property.

W

word(int) - Method in class net.sf.seaf.util.Generator
Generate random word with the specified length.
word(int, int) - Method in class net.sf.seaf.util.Generator
Generate random word with length in the specified interval, inclusive.

A B C D E F G H I L N O P R S T V W

Copyright © 2008-2012 SEAF. All Rights Reserved.