Skip navigation links
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

AbstractCache<KEY,VALUE> - Class in org.fujion.common
Abstract class for managing globally cached data.
AbstractCache() - Constructor for class org.fujion.common.AbstractCache
 
AbstractRegistry<KEY,VALUE> - Class in org.fujion.common
Abstract base class for thread-safe registry of shared objects.
AbstractRegistry() - Constructor for class org.fujion.common.AbstractRegistry
 
AbstractRegistry(RegistryMap.DuplicateAction) - Constructor for class org.fujion.common.AbstractRegistry
 
AbstractRegistry(Map<KEY, VALUE>, RegistryMap.DuplicateAction) - Constructor for class org.fujion.common.AbstractRegistry
 
add(T) - Method in class org.fujion.common.ProxiedCollection
 
add(T, Collection<T>) - Method in interface org.fujion.common.ProxiedCollection.IProxiedCollectionOperations
 
add(int, E) - Method in class org.fujion.common.WeakList
Inserts a weak reference to the specified element at a specified index.
add(E) - Method in class org.fujion.common.WeakList
 
addAll(Collection<? extends T>) - Method in class org.fujion.common.ProxiedCollection
 
addAll(Collection<? extends E>) - Method in class org.fujion.common.WeakList
 
addAll(int, Collection<? extends E>) - Method in class org.fujion.common.WeakList
 
addDays(Date, int, boolean) - Static method in class org.fujion.common.DateUtil
Adds specified number of days to date and, optionally strips the time component.
append(String, List<?>) - Method in class org.fujion.common.QueryStringBuilder
Append a list of values.
append(String, Object...) - Method in class org.fujion.common.QueryStringBuilder
Appends one or more values.
AsPropertyTypeSerializerEx(TypeIdResolver, BeanProperty, String) - Constructor for class org.fujion.common.JSONUtil.AsPropertyTypeSerializerEx
 

B

BundleMessageSource - Class in org.fujion.common
Support for resource bundles as a message source.
BundleMessageSource() - Constructor for class org.fujion.common.BundleMessageSource
 

C

cast(Object) - Method in class org.fujion.common.WeakCollectionBase
 
castList(List<T>, Class<S>) - Static method in class org.fujion.common.MiscUtil
Casts a list containing elements of class T to a list containing elements of a subclass S.
clear() - Method in class org.fujion.common.AbstractRegistry
Remove all registry entries.
clear() - Method in class org.fujion.common.ProxiedCollection
 
clear() - Method in class org.fujion.common.QueryStringBuilder
Removes all content.
clear() - Method in class org.fujion.common.RegistryMap
 
clear() - Method in class org.fujion.common.WeakList
 
clear() - Method in class org.fujion.common.WeakMap
 
cloneDate(Date) - Static method in class org.fujion.common.DateUtil
Clones a date.
ColorUtil - Class in org.fujion.common
Color-related utilities.
compact() - Method in class org.fujion.common.WeakCollectionBase
Remove any garbage-collected entries.
compare(Date, Date) - Static method in class org.fujion.common.DateUtil
Compares two dates.
compare(int, int) - Static method in class org.fujion.common.NumUtil
Compares two integer values.
compare(double, double) - Static method in class org.fujion.common.NumUtil
Compares two double values.
compareTo(Version) - Method in class org.fujion.common.Version
 
contains(Object) - Method in class org.fujion.common.ProxiedCollection
 
contains(Collection<WeakReference<E>>, Object) - Method in class org.fujion.common.WeakCollectionBase
 
contains(Object) - Method in class org.fujion.common.WeakList
 
containsAll(Collection<?>) - Method in class org.fujion.common.ProxiedCollection
 
containsAll(Collection<?>) - Method in class org.fujion.common.WeakList
 
containsInstance(List<?>, Object) - Static method in class org.fujion.common.MiscUtil
Returns true if the list contains the exact instance of the specified object.
containsKey(Object) - Method in class org.fujion.common.RegistryMap
 
containsKey(Object) - Method in class org.fujion.common.WeakMap
 
containsValue(Object) - Method in class org.fujion.common.RegistryMap
 
containsValue(Object) - Method in class org.fujion.common.WeakMap
 
createWeakReference(E) - Method in class org.fujion.common.WeakCollectionBase
Creates a weak reference for the specified element, associating it with the internal reference queue.
CRLF - Static variable in class org.fujion.common.StrUtil
 
CRLF2 - Static variable in class org.fujion.common.StrUtil
 

D

DateRange - Class in org.fujion.common
Represents a single date range.
DateRange(String) - Constructor for class org.fujion.common.DateRange
Create a date range item from its string representation.
DateRange(String, Date, Date) - Constructor for class org.fujion.common.DateRange
Create a date range from individual components.
DateRange(Date, Date) - Constructor for class org.fujion.common.DateRange
Create a date range from individual components, using the default label.
DateRange(DateRange) - Constructor for class org.fujion.common.DateRange
Copy constructor.
DateUtil - Class in org.fujion.common
Utility methods for managing dates.
DateUtil.Format - Enum in org.fujion.common
Enum representing common date formats.
DateUtil.TimeUnit - Enum in org.fujion.common
Represents time units in order of increasing precision.
delegate - Variable in class org.fujion.common.ProxiedCollection
 
deserialize(String) - Static method in class org.fujion.common.JSONUtil
Deserializes an object from JSON format.
deserialize(String, String) - Static method in class org.fujion.common.JSONUtil
Deserializes an object from JSON format.
deserializeList(String, Class<T>) - Static method in class org.fujion.common.JSONUtil
Deserializes a list of objects.
deserializeList(String, String, Class<T>) - Static method in class org.fujion.common.JSONUtil
Deserializes a list of objects.

E

endOfDay(Date) - Static method in class org.fujion.common.DateUtil
Returns the input date with the time set to the end of the day.
enforceRange(int, int, int) - Static method in class org.fujion.common.NumUtil
Force an integer value to be within a specified range.
entrySet() - Method in class org.fujion.common.RegistryMap
 
entrySet() - Method in class org.fujion.common.WeakMap
 
equals(Object) - Method in class org.fujion.common.DateRange
Checks for equality based on start and end dates.
equals(Object) - Method in class org.fujion.common.Version
 
extractInt(String) - Static method in class org.fujion.common.StrUtil
Extracts an integer portion at the beginning of a string.
extractIntPrefix(String) - Static method in class org.fujion.common.StrUtil
Extracts an integer portion at the beginning of a string.

F

fetch(KEY) - Method in class org.fujion.common.AbstractCache
Logic to retrieve the data item from its primary store based on the provided key.
fileExists(String) - Static method in class org.fujion.common.MiscUtil
Returns true if the specified file exists.
format(Date) - Method in enum org.fujion.common.DateUtil.Format
Formats an input date.
formatAge(Date) - Static method in class org.fujion.common.DateUtil
Returns age as a formatted string expressed in days, months, or years, depending on whether person is an infant (< 2 mos), toddler (> 2 mos, < 2 yrs), or more than 2 years old.
formatAge(Date, boolean, Date) - Static method in class org.fujion.common.DateUtil
Returns age as a formatted string expressed in days, months, or years, depending on whether person is an infant (< 2 mos), toddler (> 2 mos, < 2 yrs), or more than 2 years old.
formatAttributes(Node) - Static method in class org.fujion.common.XMLUtil
Returns formatted attributes of the node.
formatDate(Date) - Static method in class org.fujion.common.DateUtil
Converts a date/time value to a string, using the format dd-mmm-yyyy hh:mm.
formatDate(Date, boolean) - Static method in class org.fujion.common.DateUtil
Converts a date/time value to a string, using the format dd-mmm-yyyy hh:mm.
formatDate(Date, boolean, boolean) - Static method in class org.fujion.common.DateUtil
Converts a date/time value to a string, using the format dd-mmm-yyyy hh:mm.
formatDate(Date, String) - Static method in class org.fujion.common.DateUtil
Same as formatDate(Date, boolean) except replaces the time separator with the specified string.
formatDuration(long) - Static method in class org.fujion.common.DateUtil
Formats a duration in ms.
formatDuration(long, DateUtil.TimeUnit) - Static method in class org.fujion.common.DateUtil
Formats a duration in ms to the specified accuracy.
formatDuration(long, DateUtil.TimeUnit, boolean, boolean) - Static method in class org.fujion.common.DateUtil
Formats a duration in ms to the specified accuracy.
formatElapsed(double) - Static method in class org.fujion.common.DateUtil
Return elapsed time in ms to displayable format with units.
formatElapsed(double, DateUtil.TimeUnit) - Static method in class org.fujion.common.DateUtil
Return elapsed time in ms to displayable format with units.
formatElapsed(double, boolean, boolean, boolean) - Static method in class org.fujion.common.DateUtil
Return elapsed time in ms to displayable format with units.
formatElapsed(double, boolean, boolean, boolean, DateUtil.TimeUnit) - Static method in class org.fujion.common.DateUtil
Return elapsed time in ms to displayable format with units.
formatMessage(String, Locale, Object...) - Static method in class org.fujion.common.StrUtil
Formats a message.
formatMessage(String, Object...) - Static method in class org.fujion.common.StrUtil
Formats a message.
formatNodeName(Node, XMLUtil.TagFormat) - Static method in class org.fujion.common.XMLUtil
Returns the formatted name for the node.
fromList(Iterable<?>) - Static method in class org.fujion.common.StrUtil
Builds a newline-delimited string from a list.
fromList(Iterable<?>, String) - Static method in class org.fujion.common.StrUtil
Builds a delimited string from a list.
fromList(Iterable<?>, String, String) - Static method in class org.fujion.common.StrUtil
Builds a delimited string from a list.

G

get(KEY) - Method in class org.fujion.common.AbstractCache
Get value for specified key.
get(KEY) - Method in class org.fujion.common.AbstractRegistry
Returns the value associated with the specified key.
get(Object) - Method in class org.fujion.common.RegistryMap
 
get(int) - Method in class org.fujion.common.WeakList
Returns the element referenced at the specified index.
get(Object) - Method in class org.fujion.common.WeakMap
 
getAlias(Class<?>) - Static method in class org.fujion.common.JSONUtil
Returns an alias given its associated class.
getAll() - Method in class org.fujion.common.AbstractRegistry
Returns a read-only collection of all registry entries.
getDefaultLocale() - Static method in class org.fujion.common.Localizer
Returns the default locale.
getEndDate() - Method in class org.fujion.common.DateRange
Returns the end date.
getFormatter() - Method in enum org.fujion.common.DateUtil.Format
Returns a formatter for this date format.
getIterator(Iterable<WeakReference<E>>) - Method in class org.fujion.common.WeakCollectionBase
 
getKey(VALUE) - Method in class org.fujion.common.AbstractRegistry
Returns the key to use to store the item.
getLabel() - Method in class org.fujion.common.DateRange
Returns the display label.
getLabel(String, Object...) - Static method in class org.fujion.common.StrUtil
Returns a formatted message given a label identifier.
getLabel(String, Locale, Object...) - Static method in class org.fujion.common.StrUtil
Returns a formatted message given a label identifier.
getLocale() - Method in interface org.fujion.common.Localizer.ILocaleResolver
Returns the default locale when none is specified.
getLocalTimeZone() - Static method in class org.fujion.common.DateUtil
Returns the user's time zone.
getMapper() - Static method in class org.fujion.common.JSONUtil
Returns an instance of the mapper for the default type property.
getMapper(String) - Static method in class org.fujion.common.JSONUtil
Returns an instance of the mapper for the specified type property.
getMessage(String, Locale, Object...) - Method in class org.fujion.common.BundleMessageSource
The first "."-delimited piece of the id is the bundle base with the remainder being the message key.
getMessage(String, Locale, Object...) - Static method in class org.fujion.common.Localizer
Returns a formatted message given a label identifier.
getMessage(String, Locale, Object...) - Method in interface org.fujion.common.Localizer.IMessageSource
Retrieve a message for the specified locale given its id.
getNameFromRGB(String) - Static method in class org.fujion.common.ColorUtil
Returns the name equivalent of the RGB color.
getPattern() - Method in enum org.fujion.common.DateUtil.Format
Returns the format pattern.
getRawEndDate() - Method in class org.fujion.common.DateRange
Returns the raw end date.
getRawStartDate() - Method in class org.fujion.common.DateRange
Returns the raw start date.
getReferent(WeakReference<E>) - Method in class org.fujion.common.WeakCollectionBase
 
getRGBFromName(String) - Static method in class org.fujion.common.ColorUtil
Returns the RGB equivalent of the named color.
getStartDate() - Method in class org.fujion.common.DateRange
Returns the start date.
getTimeZone() - Static method in class org.fujion.common.Localizer
Returns the local time zone.
getTimeZone() - Method in interface org.fujion.common.Localizer.ITimeZoneResolver
Returns the current time zone.

H

hashCode() - Method in class org.fujion.common.Version
 
hasTime(Date) - Static method in class org.fujion.common.DateUtil
Returns true if the date has an associated time.

I

indexOf(Object) - Method in class org.fujion.common.WeakList
 
indexOfInstance(List<?>, Object) - Static method in class org.fujion.common.MiscUtil
Performs a lookup for the exact instance of an object in the list and returns its index, or -1 if not found.
inRange(Date) - Method in class org.fujion.common.DateRange
Returns true if the reference date is within this range.
inRange(Date, boolean, boolean) - Method in class org.fujion.common.DateRange
Returns true if the reference date is within this range.
inRange(DateRange) - Method in class org.fujion.common.DateRange
Returns true if the reference range is wholly contained within this range.
inRange(DateRange, boolean, boolean) - Method in class org.fujion.common.DateRange
Returns true if the reference range is wholly contained within this range.
isCached(KEY) - Method in class org.fujion.common.AbstractCache
Returns true if the item associated with the specified key is in the cache.
isDefault() - Method in class org.fujion.common.DateRange
Returns the default flag.
isEmpty() - Method in class org.fujion.common.ProxiedCollection
 
isEmpty() - Method in class org.fujion.common.RegistryMap
 
isEmpty() - Method in class org.fujion.common.WeakList
 
isEmpty() - Method in class org.fujion.common.WeakMap
 
iterableForType(Collection<T>, Class<S>) - Static method in class org.fujion.common.MiscUtil
Returns an iterable that produces only collection members of the specified type.
iterator() - Method in class org.fujion.common.AbstractCache
Iterate over value set.
iterator() - Method in class org.fujion.common.AbstractRegistry
Iterate over value set.
iterator() - Method in class org.fujion.common.ProxiedCollection
 
iterator() - Method in class org.fujion.common.WeakList
 
iteratorForType(Collection<T>, Class<S>) - Static method in class org.fujion.common.MiscUtil
Returns a list iterator that produces only collection elements of the specified type.

J

JSONUtil - Class in org.fujion.common
A set of static methods supporting serialization and deserialization of objects using the JSON format.
JSONUtil.AsPropertyTypeSerializerEx - Class in org.fujion.common
Required to suppress writing of type information except for top-level objects.

K

keySet() - Method in class org.fujion.common.RegistryMap
 
keySet() - Method in class org.fujion.common.WeakMap
 

L

lastIndexOf(Object) - Method in class org.fujion.common.WeakList
 
length() - Method in class org.fujion.common.QueryStringBuilder
Returns the length of the query string.
LINE_TERMINATOR - Static variable in class org.fujion.common.StrUtil
 
listIterator() - Method in class org.fujion.common.WeakList
 
listIterator(int) - Method in class org.fujion.common.WeakList
 
Localizer - Class in org.fujion.common
Provides localization support.
Localizer.ILocaleResolver - Interface in org.fujion.common
Resolves the default locale.
Localizer.IMessageSource - Interface in org.fujion.common
Source of localized messages.
Localizer.ITimeZoneResolver - Interface in org.fujion.common
Interface for accessing the current time zone

M

map - Variable in class org.fujion.common.AbstractRegistry
 
merge(JsonNode, JsonNode) - Static method in class org.fujion.common.JSONUtil
Merges one JSON tree (srcNode) into another (destNode).
merge(JsonNode, JsonNode, boolean) - Static method in class org.fujion.common.JSONUtil
Merges one JSON tree (srcNode) into another (destNode).
MiscUtil - Class in org.fujion.common
Miscellaneous utility methods.

N

newDocumentBuilder(boolean) - Static method in class org.fujion.common.XMLUtil
Returns a new document builder instance.
now() - Static method in class org.fujion.common.DateUtil
Returns a date with the current time.
NumUtil - Class in org.fujion.common
Utility methods for managing numeric values.

O

ObservedCollection<T> - Class in org.fujion.common
Wraps a collection and notifies a listener of all changes.
ObservedCollection(Collection<T>, ObservedCollection.IObservedCollectionListener<T>) - Constructor for class org.fujion.common.ObservedCollection
 
ObservedCollection.IObservedCollectionListener<T> - Interface in org.fujion.common
Listener for changes to an observed collection.
onAddElement(T) - Method in interface org.fujion.common.ObservedCollection.IObservedCollectionListener
Invoked when an element is added.
onRemoveElement(T) - Method in interface org.fujion.common.ObservedCollection.IObservedCollectionListener
Invoked when an element is removed.
org.fujion.common - package org.fujion.common
 

P

parse(String) - Method in enum org.fujion.common.DateUtil.Format
Parses an input value.
parseDate(String) - Static method in class org.fujion.common.DateUtil
Convert a string value to a date/time.
parseDate(String, String...) - Static method in class org.fujion.common.DateUtil
Attempts to parse an input value using one of several patterns.
parseElapsed(String) - Static method in class org.fujion.common.DateUtil
Parses an elapsed time string, returning time in milliseconds.
parseElapsed(String, DateUtil.TimeUnit) - Static method in class org.fujion.common.DateUtil
Parses an elapsed time string, returning time in specified units.
parseXMLFromList(Iterable<String>) - Static method in class org.fujion.common.XMLUtil
Parses XML from a list of strings.
parseXMLFromLocation(String) - Static method in class org.fujion.common.XMLUtil
Parses XML from a file.
parseXMLFromSource(InputSource) - Static method in class org.fujion.common.XMLUtil
Parses XML from an input source.
parseXMLFromStream(InputStream) - Static method in class org.fujion.common.XMLUtil
Parses XML from an input stream.
parseXMLFromString(String) - Static method in class org.fujion.common.XMLUtil
Parses XML from a string.
piece(String, String) - Static method in class org.fujion.common.StrUtil
Returns the first piece of text as delimited by delimiter.
piece(String, String, int) - Static method in class org.fujion.common.StrUtil
Returns the specified piece of text as delimited by delimiter.
piece(String, String, int, int) - Static method in class org.fujion.common.StrUtil
Performs the equivalent of the MUMPS piece function.
ProxiedCollection<T> - Class in org.fujion.common
Wraps a collection and delegates implementations for add and remove operations to an external implementation.
ProxiedCollection(Collection<T>, ProxiedCollection.IProxiedCollectionOperations<T>) - Constructor for class org.fujion.common.ProxiedCollection
 
ProxiedCollection.IProxiedCollectionOperations<T> - Interface in org.fujion.common
Mutator operations for a proxied collection.
put(KEY, VALUE) - Method in class org.fujion.common.RegistryMap
 
put(K, E) - Method in class org.fujion.common.WeakMap
 
putAll(Map<? extends KEY, ? extends VALUE>) - Method in class org.fujion.common.RegistryMap
 
putAll(Map<? extends K, ? extends E>) - Method in class org.fujion.common.WeakMap
 

Q

QueryStringBuilder - Class in org.fujion.common
Builds a query string (without "?").
QueryStringBuilder() - Constructor for class org.fujion.common.QueryStringBuilder
 

R

refresh() - Method in class org.fujion.common.AbstractCache
Refresh the cache.
register(VALUE) - Method in class org.fujion.common.AbstractRegistry
Adds an item to the registry.
registerAlias(String, Class<?>) - Static method in class org.fujion.common.JSONUtil
Register an alias for the specified class.
registerMessageSource(Localizer.IMessageSource) - Static method in class org.fujion.common.Localizer
Registers a message source for resolving messages.
RegistryMap<KEY,VALUE> - Class in org.fujion.common
Wraps a map, providing the ability to control how duplicate keys are handled.
RegistryMap() - Constructor for class org.fujion.common.RegistryMap
Defaults to concurrent hash map and replaceable keys.
RegistryMap(Map<KEY, VALUE>) - Constructor for class org.fujion.common.RegistryMap
Wraps the specified map, allowing replaceable keys.
RegistryMap(RegistryMap.DuplicateAction) - Constructor for class org.fujion.common.RegistryMap
Uses concurrent hash map.
RegistryMap(Map<KEY, VALUE>, RegistryMap.DuplicateAction) - Constructor for class org.fujion.common.RegistryMap
 
RegistryMap.DuplicateAction - Enum in org.fujion.common
Possible actions to take when attempting to store a duplicate key.
remove(Object, Collection<T>) - Method in interface org.fujion.common.ProxiedCollection.IProxiedCollectionOperations
 
remove(T, Iterator<T>) - Method in interface org.fujion.common.ProxiedCollection.IProxiedCollectionOperations
 
remove(Object) - Method in class org.fujion.common.ProxiedCollection
 
remove(Object) - Method in class org.fujion.common.RegistryMap
 
remove(int) - Method in class org.fujion.common.WeakList
Removes the weak reference at the specified index.
remove(Object) - Method in class org.fujion.common.WeakList
 
remove(Object) - Method in class org.fujion.common.WeakMap
 
removeAll(Collection<?>) - Method in class org.fujion.common.ProxiedCollection
 
removeAll(Collection<?>) - Method in class org.fujion.common.WeakList
 
removeReference(Reference<? extends E>) - Method in class org.fujion.common.WeakCollectionBase
 
removeReference(Reference<? extends E>) - Method in class org.fujion.common.WeakList
 
removeReference(Reference<? extends E>) - Method in class org.fujion.common.WeakMap
 
retainAll(Collection<?>) - Method in class org.fujion.common.ProxiedCollection
 
retainAll(Collection<?>) - Method in class org.fujion.common.WeakList
 

S

serialize(Object) - Static method in class org.fujion.common.JSONUtil
Serializes an object to JSON format.
serialize(Object, boolean) - Static method in class org.fujion.common.JSONUtil
Serializes an object to JSON format.
serialize(String, Object) - Static method in class org.fujion.common.JSONUtil
Serializes an object to JSON format.
serialize(String, Object, boolean) - Static method in class org.fujion.common.JSONUtil
Serializes an object to JSON format.
set(int, E) - Method in class org.fujion.common.WeakList
Sets a weak reference to the specified element.
setDateFormat(DateFormat) - Static method in class org.fujion.common.JSONUtil
Sets the date format to be used when serializing dates.
setDateFormat(String, DateFormat) - Static method in class org.fujion.common.JSONUtil
Sets the date format to be used when serializing dates.
setLocaleResolver(Localizer.ILocaleResolver) - Static method in class org.fujion.common.Localizer
Sets the resolver used to determine the default locale.
setTimeZoneResolver(Localizer.ITimeZoneResolver) - Static method in class org.fujion.common.Localizer
Sets the resolver used to determine the local time zone.
size() - Method in class org.fujion.common.AbstractCache
Return number of entries.
size() - Method in class org.fujion.common.AbstractRegistry
Return number of entries.
size() - Method in class org.fujion.common.ProxiedCollection
 
size() - Method in class org.fujion.common.RegistryMap
 
size() - Method in class org.fujion.common.WeakList
Returns the size of the underlying list.
size() - Method in class org.fujion.common.WeakMap
Returns the size of the underlying list.
split(String, String) - Static method in class org.fujion.common.StrUtil
Splits a string using the specified delimiter.
split(String, String, int) - Static method in class org.fujion.common.StrUtil
Splits a string using the specified delimiter.
split(String, String, int, boolean) - Static method in class org.fujion.common.StrUtil
Splits a string using the specified delimiter.
strAppend(StringBuilder, String) - Static method in class org.fujion.common.StrUtil
Append a value to a string builder, using specified separator.
strAppend(StringBuilder, String, String) - Static method in class org.fujion.common.StrUtil
Append a value to a string builder, using specified separator.
strAppend(String, String) - Static method in class org.fujion.common.StrUtil
Append a value to a text string, using default separator (comma).
strAppend(String, String, String) - Static method in class org.fujion.common.StrUtil
Append a value to a text string, using specified separator.
stripQuotes(String) - Static method in class org.fujion.common.StrUtil
Strip enclosing quotes (double or single) from a string.
stripTime(Date) - Static method in class org.fujion.common.DateUtil
Strips the time component from a date.
strTruncate(String, int) - Static method in class org.fujion.common.StrUtil
Truncates a string if it exceeds a maximum length, appending an ellipsis to the end.
StrUtil - Class in org.fujion.common
Utility methods for managing strings.
subList(int, int) - Method in class org.fujion.common.WeakList
 

T

TIME_UNIT - Static variable in class org.fujion.common.DateUtil
Labels for time units.
toArray() - Method in class org.fujion.common.ProxiedCollection
 
toArray(S[]) - Method in class org.fujion.common.ProxiedCollection
 
toArray() - Method in class org.fujion.common.WeakList
 
toArray(T[]) - Method in class org.fujion.common.WeakList
 
toBoolean(String) - Static method in class org.fujion.common.StrUtil
Converts a text value to a boolean result.
toColor(String) - Static method in class org.fujion.common.ColorUtil
Returns a Color object that corresponds to the value.
toColor(String, Color) - Static method in class org.fujion.common.ColorUtil
Returns a Color object that corresponds to the value.
toDate(int, int, int) - Static method in class org.fujion.common.DateUtil
Converts day, month, and year to a date.
toDate(int, int, int, int, int, int) - Static method in class org.fujion.common.DateUtil
Converts day, month, year and time parameters to a date.
today() - Static method in class org.fujion.common.DateUtil
Returns a date with the current day (no time).
toDelimitedStr(String, Object...) - Static method in class org.fujion.common.StrUtil
Converts a parameter list into a delimited string
toDouble(String) - Static method in class org.fujion.common.StrUtil
Converts a text value to a double.
toHL7(Date) - Static method in class org.fujion.common.DateUtil
Convert a date to HL7 format.
toInt(String) - Static method in class org.fujion.common.StrUtil
Converts a text value to an integer.
toList(String) - Static method in class org.fujion.common.StrUtil
Converts a string containing a '\n'-delimited list of elements to a string list.
toList(String, String) - Static method in class org.fujion.common.StrUtil
Converts a string containing a delimited list of elements to a string list.
toList(String, List<String>) - Static method in class org.fujion.common.StrUtil
Converts a string containing a '\n'-delimited list of elements to a string list.
toList(String, List<String>, String) - Static method in class org.fujion.common.StrUtil
Converts a string containing a delimited list of elements to a string list.
toLong(String) - Static method in class org.fujion.common.StrUtil
Converts a text value to a long integer.
toString(Color) - Static method in class org.fujion.common.ColorUtil
Converts a color to a web-friendly string format.
toString() - Method in class org.fujion.common.DateRange
Returns the serialized version of the object.
toString(double) - Static method in class org.fujion.common.NumUtil
Converts a double to a string without the trailing fractional zero.
toString() - Method in class org.fujion.common.QueryStringBuilder
 
toString(Version.VersionPart) - Method in class org.fujion.common.Version
Returns the text representation of the version, padding to the minimum length specified.
toString() - Method in class org.fujion.common.Version
 
toString(Document) - Static method in class org.fujion.common.XMLUtil
Converts an XML document to a formatted XML string.
toString(Document, int) - Static method in class org.fujion.common.XMLUtil
Converts an XML document to a formatted XML string.
toUnchecked(Throwable) - Static method in class org.fujion.common.MiscUtil
Converts a checked exception to unchecked.

U

unregister(VALUE) - Method in class org.fujion.common.AbstractRegistry
Removes an item from the registry.
unregisterAlias(String) - Static method in class org.fujion.common.JSONUtil
Removes a registered alias.
unregisterByKey(KEY) - Method in class org.fujion.common.AbstractRegistry
Removes an item from the registry using its key value.
UTF8 - Static variable in class org.fujion.common.StrUtil
 
UTF8_STR - Static variable in class org.fujion.common.StrUtil
 

V

valueOf(String) - Static method in enum org.fujion.common.DateUtil.Format
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.fujion.common.DateUtil.TimeUnit
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.fujion.common.RegistryMap.DuplicateAction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.fujion.common.Version.VersionPart
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.fujion.common.XMLUtil.TagFormat
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.fujion.common.DateUtil.Format
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.fujion.common.DateUtil.TimeUnit
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.fujion.common.RegistryMap.DuplicateAction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.fujion.common.RegistryMap
 
values() - Static method in enum org.fujion.common.Version.VersionPart
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.fujion.common.WeakMap
 
values() - Static method in enum org.fujion.common.XMLUtil.TagFormat
Returns an array containing the constants of this enum type, in the order they are declared.
Version - Class in org.fujion.common
Representation of a standard 4-part version number in the format:
Version() - Constructor for class org.fujion.common.Version
 
Version(String) - Constructor for class org.fujion.common.Version
 
Version(int) - Constructor for class org.fujion.common.Version
 
Version(int, int) - Constructor for class org.fujion.common.Version
 
Version(int, int, int) - Constructor for class org.fujion.common.Version
 
Version(int, int, int, int) - Constructor for class org.fujion.common.Version
 
Version.VersionPart - Enum in org.fujion.common
Specifies a version part.

W

WeakCollectionBase<E> - Class in org.fujion.common
Base class for implementing weak collections.
WeakCollectionBase() - Constructor for class org.fujion.common.WeakCollectionBase
 
WeakList<E> - Class in org.fujion.common
Implements the equivalent of an array list with weakly referenced elements.
WeakList() - Constructor for class org.fujion.common.WeakList
 
WeakList(WeakList<E>) - Constructor for class org.fujion.common.WeakList
Copy constructor
WeakMap<K,E> - Class in org.fujion.common
Implements the equivalent of a map with weakly referenced values.
WeakMap() - Constructor for class org.fujion.common.WeakMap
 
WeakMap(WeakMap<K, E>) - Constructor for class org.fujion.common.WeakMap
Copy constructor
writeTypePrefixForObject(Object, JsonGenerator) - Method in class org.fujion.common.JSONUtil.AsPropertyTypeSerializerEx
 

X

xlate(String, String, String) - Static method in class org.fujion.common.StrUtil
Replaces one set of characters with another.
XMLUtil - Class in org.fujion.common
Utility methods for managing XML documents.
XMLUtil.TagFormat - Enum in org.fujion.common
Tag format options.
A B C D E F G H I J K L M N O P Q R S T U V W X 
Skip navigation links

Copyright © 2017 Regenstrief Center for Biomedical Informatics. All rights reserved.