B C D E F G I J L M N O P R S T V X 

B

BeanProperty<T> - Interface in fm.last.commons.lang.beans
 
ByteUnit - Interface in fm.last.commons.lang.units
 

C

Clock - Class in fm.last.commons.lang.time
 
Clock() - Constructor for class fm.last.commons.lang.time.Clock
 
convertTo(ByteUnit, double) - Method in interface fm.last.commons.lang.units.ByteUnit
 
convertTo(ByteUnit, double) - Method in enum fm.last.commons.lang.units.IecByteUnit
 
convertTo(ByteUnit, double) - Method in enum fm.last.commons.lang.units.JedecByteUnit
 
convertTo(MetricUnit, double) - Method in enum fm.last.commons.lang.units.MetricUnit
 
convertToDateTime(XMLGregorianCalendar) - Static method in class fm.last.commons.lang.time.XmlGregorianCalendarUtils
 
convertToLocalDateTime(XMLGregorianCalendar) - Static method in class fm.last.commons.lang.time.XmlGregorianCalendarUtils
Converts from an XMLGregorianCalendar to a LocalDateTime i.e.
convertToLocalTime(XMLGregorianCalendar) - Static method in class fm.last.commons.lang.time.XmlGregorianCalendarUtils
Converts from an XMLGregorianCalendar to a LocalTime i.e.
currentTimeMillis() - Method in class fm.last.commons.lang.time.Clock
 

D

doWithRetry() - Method in class fm.last.commons.lang.templates.RetryTemplate.RetryCallback
Override this.

E

escapeUnicodeString(String, boolean) - Static method in class fm.last.commons.lang.string.LastStringUtils
Escapes the unicode in the given string.
execute(RetryTemplate.RetryCallback<T>) - Method in class fm.last.commons.lang.templates.RetryTemplate
Calls doWithRetry on the callback object while an exception occurs or we reach the maximum retries.

F

findField(Class<?>, String) - Static method in class fm.last.commons.lang.beans.ReflectionBeanProperty
 
findGetter(Class<?>, String) - Static method in class fm.last.commons.lang.beans.ReflectionBeanProperty
 
findMethod(Class<?>, String) - Static method in class fm.last.commons.lang.beans.ReflectionBeanProperty
 
findSetter(Class<?>, String) - Static method in class fm.last.commons.lang.beans.ReflectionBeanProperty
 
fm.last.commons.lang.beans - package fm.last.commons.lang.beans
 
fm.last.commons.lang.proxy - package fm.last.commons.lang.proxy
 
fm.last.commons.lang.random - package fm.last.commons.lang.random
 
fm.last.commons.lang.string - package fm.last.commons.lang.string
 
fm.last.commons.lang.templates - package fm.last.commons.lang.templates
 
fm.last.commons.lang.time - package fm.last.commons.lang.time
 
fm.last.commons.lang.units - package fm.last.commons.lang.units
 

G

getCalendarInstance() - Method in class fm.last.commons.lang.time.Clock
 
getCurrentOffset() - Method in class fm.last.commons.lang.string.StringSplitter
Returns the current read pointer position (in number of characters).
getDoubleBetween(double, double) - Static method in class fm.last.commons.lang.random.RandomRange
Return a double between d1 and d2 d1 and d2 can be any value.
getFloatBetween(float, float) - Static method in class fm.last.commons.lang.random.RandomRange
Return a float between f1 and f2.
getInstance() - Static method in class fm.last.commons.lang.time.Clock
 
getIntBetween(int, int) - Static method in class fm.last.commons.lang.random.RandomRange
Return an int between n1 and n2 n2 must be greater than n1 or n2-n1 must be positive.
getNextBytes(int) - Method in class fm.last.commons.lang.string.StringSplitter
Starting from the current reading position, extract the next numBytes bytes.
getNextToken(String) - Method in class fm.last.commons.lang.string.StringSplitter
Starting from the current reading position, extract the next token terminated by delimiter.
getNextToken(int) - Method in class fm.last.commons.lang.string.StringSplitter
Starting from the current reading position, extract the next numCharacters characters.
getProperty(Object) - Method in interface fm.last.commons.lang.beans.BeanProperty
 
getProperty(Object) - Method in class fm.last.commons.lang.beans.ReflectionBeanProperty
 

I

IecByteUnit - Enum in fm.last.commons.lang.units
These provide the IEC standardised ByteUnits (or binary prefixes), not those ambiguously misused by the media, or the JedecByteUnit units which overload the metric prefixes.
INSTANCE - Static variable in class fm.last.commons.lang.time.Clock
 

J

JedecByteUnit - Enum in fm.last.commons.lang.units
These provide the JEDEC standardised ByteUnits (or binary prefixes) which are not to be confused with the IecByteUnits or metric units.

L

LastStringUtils - Class in fm.last.commons.lang.string
Utility class for doing string manipulation.

M

MetricUnit - Enum in fm.last.commons.lang.units
Do not use this for measuring bytes - use JedecByteUnit or IecByteUnit instead.
multiplier() - Method in interface fm.last.commons.lang.units.ByteUnit
 
multiplier() - Method in enum fm.last.commons.lang.units.IecByteUnit
 
multiplier() - Method in enum fm.last.commons.lang.units.JedecByteUnit
 
multiplier() - Method in enum fm.last.commons.lang.units.MetricUnit
 

N

nanoTime() - Method in class fm.last.commons.lang.time.Clock
 
newDate() - Method in class fm.last.commons.lang.time.Clock
 
newDateTime() - Method in class fm.last.commons.lang.time.Clock
 

O

onException(Exception) - Method in class fm.last.commons.lang.templates.RetryTemplate.RetryCallback
Does nothing.

P

parse(String) - Static method in enum fm.last.commons.lang.units.IecByteUnit
 
parse(String) - Static method in enum fm.last.commons.lang.units.JedecByteUnit
 
parse(String) - Static method in enum fm.last.commons.lang.units.MetricUnit
 
peek(int) - Method in class fm.last.commons.lang.string.StringSplitter
 
ProxyPrerequisite - Annotation Type in fm.last.commons.lang.proxy
Marks a constructor as existing only for the convenience of proxy generation.

R

RandomRange - Class in fm.last.commons.lang.random
 
ReflectionBeanProperty<T> - Class in fm.last.commons.lang.beans
 
ReflectionBeanProperty(Class<?>, String) - Constructor for class fm.last.commons.lang.beans.ReflectionBeanProperty
 
removeNonPrintableWhitespace(String) - Static method in class fm.last.commons.lang.string.LastStringUtils
Strips "non-printable" whitespace (carriage returns, tabs, linefeeds etc.) from the passed string.
retrySleep() - Method in class fm.last.commons.lang.templates.RetryTemplate
 
RetryTemplate - Class in fm.last.commons.lang.templates
Simple(ish) class for retrying something on exceptions.
RetryTemplate() - Constructor for class fm.last.commons.lang.templates.RetryTemplate
 
RetryTemplate(int, int) - Constructor for class fm.last.commons.lang.templates.RetryTemplate
 
RetryTemplate.RetryCallback<T> - Class in fm.last.commons.lang.templates
Abstract base class for use with RetryTemplate
RetryTemplate.RetryCallback() - Constructor for class fm.last.commons.lang.templates.RetryTemplate.RetryCallback
 

S

setProperty(Object, T) - Method in interface fm.last.commons.lang.beans.BeanProperty
 
setProperty(Object, T) - Method in class fm.last.commons.lang.beans.ReflectionBeanProperty
 
skipDelimiter(String) - Method in class fm.last.commons.lang.string.StringSplitter
 
StringSplitter - Class in fm.last.commons.lang.string
Helper class to parse a character sequence with varying delimiters and string token sizes.
StringSplitter(String) - Constructor for class fm.last.commons.lang.string.StringSplitter
 
suffix() - Method in interface fm.last.commons.lang.units.ByteUnit
 
suffix() - Method in enum fm.last.commons.lang.units.IecByteUnit
 
suffix() - Method in enum fm.last.commons.lang.units.JedecByteUnit
 
suffix() - Method in enum fm.last.commons.lang.units.MetricUnit
 

T

title() - Method in interface fm.last.commons.lang.units.ByteUnit
 
title() - Method in enum fm.last.commons.lang.units.IecByteUnit
 
title() - Method in enum fm.last.commons.lang.units.JedecByteUnit
 
toBytes(long) - Method in interface fm.last.commons.lang.units.ByteUnit
 
toBytes(double) - Method in interface fm.last.commons.lang.units.ByteUnit
 
toBytes(double) - Method in enum fm.last.commons.lang.units.IecByteUnit
 
toBytes(long) - Method in enum fm.last.commons.lang.units.IecByteUnit
 
toBytes(double) - Method in enum fm.last.commons.lang.units.JedecByteUnit
 
toBytes(long) - Method in enum fm.last.commons.lang.units.JedecByteUnit
 
toLong(long) - Method in enum fm.last.commons.lang.units.MetricUnit
 
toLong(double) - Method in enum fm.last.commons.lang.units.MetricUnit
 
toString(double) - Method in enum fm.last.commons.lang.units.MetricUnit
 
toString(long) - Method in enum fm.last.commons.lang.units.MetricUnit
 
truncate(String, int) - Static method in class fm.last.commons.lang.string.LastStringUtils
Truncates the passed String to the passed maximum length, if it exceeds the maximum length.

V

valueOf(String) - Static method in enum fm.last.commons.lang.units.IecByteUnit
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum fm.last.commons.lang.units.JedecByteUnit
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum fm.last.commons.lang.units.MetricUnit
Returns the enum constant of this type with the specified name.
values() - Static method in enum fm.last.commons.lang.units.IecByteUnit
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum fm.last.commons.lang.units.JedecByteUnit
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum fm.last.commons.lang.units.MetricUnit
Returns an array containing the constants of this enum type, in the order they are declared.

X

XmlGregorianCalendarUtils - Class in fm.last.commons.lang.time
Utility functions for working with DateTime objects.
B C D E F G I J L M N O P R S T V X 

Copyright © 2012 Last.fm. All Rights Reserved.