Skip navigation links
A B C D E F G H I J L M N O P R S T U V W X Z 

A

a2ToCode(String) - Static method in enum org.softsmithy.lib.util.CountryCode
 
a3ToCode(String) - Static method in enum org.softsmithy.lib.util.CountryCode
 
AbstractFormatter<T> - Class in org.softsmithy.lib.text
 
AbstractFormatter() - Constructor for class org.softsmithy.lib.text.AbstractFormatter
 
AbstractMatcher<T> - Class in org.softsmithy.lib.util
 
AbstractMatcher(Class<T>) - Constructor for class org.softsmithy.lib.util.AbstractMatcher
 
AbstractNumberParser<T extends Number> - Class in org.softsmithy.lib.text
 
AbstractNumberParser(NumberFormat) - Constructor for class org.softsmithy.lib.text.AbstractNumberParser
 
AbstractParser<T> - Class in org.softsmithy.lib.text
 
AbstractParser() - Constructor for class org.softsmithy.lib.text.AbstractParser
 
accept(File) - Method in class org.softsmithy.lib.io.ANDFileFilter
Tests whether or not the specified abstract pathname should be included in a pathname list.
accept(File) - Method in class org.softsmithy.lib.io.DirectoryFilter
Tests whether or not the specified abstract pathname should be included in a pathname list.
accept(File) - Method in class org.softsmithy.lib.io.ExtensionFileFilter
Tests whether or not the specified abstract pathname should be included in a pathname list.
accept(File) - Method in class org.softsmithy.lib.io.ORFileFilter
Tests whether or not the specified abstract pathname should be included in a pathname list.
ANDFileFilter - Class in org.softsmithy.lib.io
 
ANDFileFilter(FileFilter, FileFilter) - Constructor for class org.softsmithy.lib.io.ANDFileFilter
Creates a new instance of ANDFileFilter

B

BigDecimals - Class in org.softsmithy.lib.math
 
BigIntegers - Class in org.softsmithy.lib.math
 
BrowserCommandProvider - Class in org.softsmithy.lib.util
Deprecated. 
BrowserCommandProvider(String) - Constructor for class org.softsmithy.lib.util.BrowserCommandProvider
Deprecated.
 

C

Classes - Class in org.softsmithy.lib.lang.reflect
A utility class for Classes.
Comparables - Class in org.softsmithy.lib.util
 
compare(Positionable, Positionable) - Method in class org.softsmithy.lib.util.PositionableComparator
compareTo(GenericCollationKey<T>) - Method in class org.softsmithy.lib.text.GenericCollationKey
CompoundFileFilter - Class in org.softsmithy.lib.io
 
CompoundFileFilter(FileFilter, FileFilter) - Constructor for class org.softsmithy.lib.io.CompoundFileFilter
Creates a new instance of CompundFileFilter
containsMethod(Class<?>, String, Class<?>[]) - Static method in class org.softsmithy.lib.lang.reflect.Classes
 
copy(InputStream, OutputStream) - Static method in class org.softsmithy.lib.io.Streams
Copies bytes from an InputStream to an OutputStream.
copy(Reader, Writer) - Static method in class org.softsmithy.lib.io.Streams
Copies characters from a Reader to a Writer.
copy(Path, Path) - Static method in class org.softsmithy.lib.nio.file.CopyFileVisitor
Copies the source to the target.
CopyFileVisitor - Class in org.softsmithy.lib.nio.file
A FileVisitor which copies the source Path to the target Path.
CopyFileVisitor(Path, Path) - Constructor for class org.softsmithy.lib.nio.file.CopyFileVisitor
Creates a new instance of this class.
CountryCode - Enum in org.softsmithy.lib.util
http://www.chemie.fu-berlin.de/diverse/doc/ISO_3166.html
createAdapter(Class) - Static method in class org.softsmithy.lib.lang.reflect.Classes
Deprecated.
createEntryName(File) - Static method in class org.softsmithy.lib.util.zip.ZipFiles
Creates a valid ZipEntry name from a file.
createWrapper(Class<?>, String) - Static method in class org.softsmithy.lib.lang.reflect.Classes
Deprecated.
cut(String, int) - Static method in class org.softsmithy.lib.util.Strings
Cuts a string to the specified length.

D

delete(File, boolean) - Static method in class org.softsmithy.lib.io.Files
Deletes (optionally recursivly) the specified file or directory.
DirectoryFilter - Class in org.softsmithy.lib.io
 
Doubles - Class in org.softsmithy.lib.math
 

E

equals(Object) - Method in class org.softsmithy.lib.text.GenericCollationKey
equals(List<? extends T>, List<? extends T>, Matcher<? super T>) - Static method in class org.softsmithy.lib.util.Lists
Useful for generated classes, which don't override the equals method (e.g. some JAXB class generators)
equals(Object) - Method in class org.softsmithy.lib.util.MatchableObject
 
equals(T, T) - Method in interface org.softsmithy.lib.util.Matcher
 
equals(Object) - Method in class org.softsmithy.lib.util.TypesafeEnum
Deprecated.
All equal objects of the enumerated type are also identical (a.equals(b) if and only if a==b).
equalsIgnoreOrder(List<? extends T>, List<? extends T>, Comparator<? super T>) - Static method in class org.softsmithy.lib.util.Lists
Useful for generated classes, which don't override the equals method (e.g. some JAXB class generators)
extendsClass(Class<?>, Class<?>) - Static method in class org.softsmithy.lib.lang.reflect.Classes
Tests if the first class extends (directly or indirectly) the second class.
ExtensionFileFilter - Class in org.softsmithy.lib.io
 
ExtensionFileFilter(String) - Constructor for class org.softsmithy.lib.io.ExtensionFileFilter
Creates a new instance of PropertiesFileNameFilter
extract(ZipFile, File) - Static method in class org.softsmithy.lib.util.zip.ZipFiles
Extracts a zip file to a specified directory.
extract(ZipFile, ZipEntry, File) - Static method in class org.softsmithy.lib.util.zip.ZipFiles
Extracts an entry of a zip file to a specified directory.

F

Files - Class in org.softsmithy.lib.io
A utility class for Files.
Floats - Class in org.softsmithy.lib.math
 
format(T) - Method in class org.softsmithy.lib.text.AbstractFormatter
 
format(T, Appendable) - Method in class org.softsmithy.lib.text.FormatFormatter
 
format(T) - Method in interface org.softsmithy.lib.text.Formatter
 
format(T, Appendable) - Method in interface org.softsmithy.lib.text.Formatter
 
FormatException - Exception in org.softsmithy.lib.text
 
FormatException() - Constructor for exception org.softsmithy.lib.text.FormatException
 
FormatException(String) - Constructor for exception org.softsmithy.lib.text.FormatException
 
FormatException(Throwable) - Constructor for exception org.softsmithy.lib.text.FormatException
 
FormatException(String, Throwable) - Constructor for exception org.softsmithy.lib.text.FormatException
 
FormatFormatter<T> - Class in org.softsmithy.lib.text
 
FormatFormatter(Format) - Constructor for class org.softsmithy.lib.text.FormatFormatter
 
Formatter<T> - Interface in org.softsmithy.lib.text
 

G

GenericCollationKey<T> - Class in org.softsmithy.lib.text
A wrapper around CollationKey, which has a reference to the orignial source (which doesn't have to be a String).
getA2() - Method in enum org.softsmithy.lib.util.CountryCode
 
getA3() - Method in enum org.softsmithy.lib.util.CountryCode
 
getAbsoluteResourcePath() - Method in exception org.softsmithy.lib.util.ResourceFileNotFoundException
Gets the absolute path to the resource, which couldn't be found.
getAdapted() - Method in class org.softsmithy.lib.util.PositionableAdapter
 
getBrowserCommand() - Method in class org.softsmithy.lib.util.BrowserCommandProvider
Deprecated.
Getter for property browserCommand.
getCause() - Method in exception org.softsmithy.lib.lang.reflect.InvocationTargetRuntimeException
Returns the the cause of this exception (the thrown target exception, which may be null).
getClasses(Object[]) - Static method in class org.softsmithy.lib.lang.reflect.Classes
 
getClasses(Collection<?>) - Static method in class org.softsmithy.lib.lang.reflect.Classes
 
getCollationKey() - Method in class org.softsmithy.lib.text.GenericCollationKey
Gets the CollationKey for the displayString of GenericCollationKey.getSource()
getCollationKey(T) - Method in class org.softsmithy.lib.text.LocalizedCollator
Gets the collation key for the given Localizable source.
getCollationKey(T, Localizer<? super T>) - Method in class org.softsmithy.lib.text.LocalizedCollator
Gets the collation key for the given source using the specified Localizer.
getCollator() - Method in class org.softsmithy.lib.text.LocalizedCollator
Gets the collator.
getCountryCode(Locale) - Static method in enum org.softsmithy.lib.util.CountryCode
 
getDefault() - Static method in enum org.softsmithy.lib.util.CountryCode
 
getDisplayString(Locale, Locale) - Method in enum org.softsmithy.lib.text.LocaleLocalizer
Returns a string that is appropriate to display to the user.
getDisplayString(Locale) - Method in interface org.softsmithy.lib.text.Localizable
Returns a string that is appropriate to display to the user.
getDisplayString(T, Locale) - Method in interface org.softsmithy.lib.text.Localizer
Returns a string that is appropriate to display to the user.
getDisplayString(T, Locale) - Method in class org.softsmithy.lib.text.ResourceBundleLocalizer
 
getDisplayString(Locale) - Method in enum org.softsmithy.lib.util.CountryCode
 
getDisplayString(Locale) - Method in class org.softsmithy.lib.util.TypesafeEnum
Deprecated.
 
getExtension() - Method in class org.softsmithy.lib.io.ExtensionFileFilter
Getter for property extension.
getExtension(File) - Static method in class org.softsmithy.lib.io.Files
Gets the extension of a file
getFile(String...) - Static method in class org.softsmithy.lib.io.Files
Gets a file from path names.
getFile(File, String...) - Static method in class org.softsmithy.lib.io.Files
Gets a file from path names.
getFirst(List<E>) - Static method in class org.softsmithy.lib.util.Lists
Gets the first element of the specified list.
getFirstFilter() - Method in class org.softsmithy.lib.io.CompoundFileFilter
Getter for property firstFilter.
getFirstName(File) - Static method in class org.softsmithy.lib.io.Files
Gets the first name of a file (from start to the first point).
getInsertionPoint(List<? extends T>, T) - Static method in class org.softsmithy.lib.util.Lists
 
getInsertionPoint(List<? extends T>, T, Comparator<? super T>) - Static method in class org.softsmithy.lib.util.Lists
 
getInsertionPoint(List<? extends T>, T) - Static method in class org.softsmithy.lib.util.Positionables
 
getInstance() - Static method in class org.softsmithy.lib.io.DirectoryFilter
 
getJarPath(Class<?>) - Static method in class org.softsmithy.lib.nio.file.JarFiles
Gets the Path of the JAR for the specified type.
getJarURI(Class<?>) - Static method in class org.softsmithy.lib.nio.file.JarFiles
Gets the URI of the JAR for the specified type.
getJarURI(URI) - Static method in class org.softsmithy.lib.nio.file.JarFiles
Extracts the jar URI part from a jar resource URI.
getLast(List<E>) - Static method in class org.softsmithy.lib.util.Lists
Gets the last element of the specified list.
getLocale() - Method in class org.softsmithy.lib.text.LocalizedCollator
Gets the locale.
getMatcher() - Method in class org.softsmithy.lib.util.MatchableObject
 
getName(File) - Static method in class org.softsmithy.lib.io.Files
Gets the name of a file (from start to the last point).
getNumber() - Method in enum org.softsmithy.lib.util.CountryCode
 
getObject() - Method in class org.softsmithy.lib.util.MatchableObject
 
getPathNames(File) - Static method in class org.softsmithy.lib.io.Files
Gets the path names of the specified path.
getPosition() - Method in interface org.softsmithy.lib.util.Positionable
Get the preferred position.
getPosition() - Method in class org.softsmithy.lib.util.PositionableAdapter
 
getResource(String) - Method in class org.softsmithy.lib.util.ResourceLoader
 
getResourceAsStream(String) - Method in class org.softsmithy.lib.util.ResourceLoader
 
getResourceBundleBaseName() - Method in class org.softsmithy.lib.util.TypesafeEnum
Deprecated.
 
getRoot(File) - Static method in class org.softsmithy.lib.io.Files
Get the root of an absolute file or directory.
getSecondFilter() - Method in class org.softsmithy.lib.io.CompoundFileFilter
Getter for property secondFilter.
getSource() - Method in class org.softsmithy.lib.text.GenericCollationKey
Gets the original source.
getTopMostCommonClass(Class<?>, Class<?>) - Static method in class org.softsmithy.lib.lang.reflect.Classes
 
getTopMostCommonClass(Class<?>[]) - Static method in class org.softsmithy.lib.lang.reflect.Classes
 
getType() - Method in class org.softsmithy.lib.util.AbstractMatcher
 
getType() - Method in interface org.softsmithy.lib.util.Matcher
TODO: needed?
getTypes(Object) - Static method in class org.softsmithy.lib.lang.reflect.Classes
Gets all types (class, super classes, interfaces and super interfaces) of the provided object.
getWrapperClass(Class<?>) - Static method in class org.softsmithy.lib.lang.reflect.Classes
 
GIF - Static variable in class org.softsmithy.lib.io.Files
A file extension.

H

hashCode() - Method in class org.softsmithy.lib.text.GenericCollationKey
hashCode() - Method in class org.softsmithy.lib.util.MatchableObject
 
hashCode(T) - Method in interface org.softsmithy.lib.util.Matcher
 
hashCode() - Method in class org.softsmithy.lib.util.TypesafeEnum
Deprecated.
 

I

implementsInterface(Class<?>, Class<?>) - Static method in class org.softsmithy.lib.lang.reflect.Classes
Tests if the specified class implements (directly or indirectly) the specified interface.
IntegerParser - Class in org.softsmithy.lib.text
 
IntegerParser() - Constructor for class org.softsmithy.lib.text.IntegerParser
 
IntegerParser(NumberFormat) - Constructor for class org.softsmithy.lib.text.IntegerParser
 
InvocationTargetRuntimeException - Exception in org.softsmithy.lib.lang.reflect
InvocationTargetRuntimeException is an unchecked exception that wraps an exception thrown by an invoked method or constructor.
InvocationTargetRuntimeException() - Constructor for exception org.softsmithy.lib.lang.reflect.InvocationTargetRuntimeException
Constructs an InvocationTargetException with null as the target exception.
InvocationTargetRuntimeException(Throwable) - Constructor for exception org.softsmithy.lib.lang.reflect.InvocationTargetRuntimeException
Constructs a InvocationTargetException with a target exception.
InvocationTargetRuntimeException(Throwable, String) - Constructor for exception org.softsmithy.lib.lang.reflect.InvocationTargetRuntimeException
Constructs a InvocationTargetException with a target exception and a detail message.
IORuntimeException - Exception in org.softsmithy.lib.io
 
IORuntimeException() - Constructor for exception org.softsmithy.lib.io.IORuntimeException
Creates a new instance of IORuntimeException without detail message.
IORuntimeException(String) - Constructor for exception org.softsmithy.lib.io.IORuntimeException
Constructs an instance of IORuntimeException with the specified detail message.
IORuntimeException(String, Throwable) - Constructor for exception org.softsmithy.lib.io.IORuntimeException
 
IORuntimeException(Throwable) - Constructor for exception org.softsmithy.lib.io.IORuntimeException
 
IORuntimeException(String, Throwable, boolean, boolean) - Constructor for exception org.softsmithy.lib.io.IORuntimeException
 
isEqual(T, T) - Static method in class org.softsmithy.lib.util.Comparables
 
isEqual(T, T, Comparator<? super T>) - Static method in class org.softsmithy.lib.util.Comparables
 
isGreater(T, T) - Static method in class org.softsmithy.lib.util.Comparables
 
isGreater(T, T, Comparator<? super T>) - Static method in class org.softsmithy.lib.util.Comparables
 
isGreaterEqual(T, T) - Static method in class org.softsmithy.lib.util.Comparables
 
isGreaterEqual(T, T, Comparator<? super T>) - Static method in class org.softsmithy.lib.util.Comparables
 
isInRange(T, T, T) - Static method in class org.softsmithy.lib.util.Comparables
 
isInRange(T, T, T, Comparator<? super T>) - Static method in class org.softsmithy.lib.util.Comparables
 
isLess(T, T) - Static method in class org.softsmithy.lib.util.Comparables
 
isLess(T, T, Comparator<? super T>) - Static method in class org.softsmithy.lib.util.Comparables
 
isLessEqual(T, T) - Static method in class org.softsmithy.lib.util.Comparables
 
isLessEqual(T, T, Comparator<? super T>) - Static method in class org.softsmithy.lib.util.Comparables
 

J

JarFiles - Class in org.softsmithy.lib.nio.file
A utility class for JAR files.
join(String[], String) - Static method in class org.softsmithy.lib.util.Strings
 
join(String[], boolean, String) - Static method in class org.softsmithy.lib.util.Strings
 
join(String[], String, boolean) - Static method in class org.softsmithy.lib.util.Strings
 
join(String[], boolean, String, boolean) - Static method in class org.softsmithy.lib.util.Strings
 
JPEG - Static variable in class org.softsmithy.lib.io.Files
A file extension.
JPG - Static variable in class org.softsmithy.lib.io.Files
A file extension.

L

Lists - Class in org.softsmithy.lib.util
 
LocaleLocalizer - Enum in org.softsmithy.lib.text
This class specifies, which display String should be used with Locales (see strategy pattern).
Locales - Class in org.softsmithy.lib.util
 
Localizable - Interface in org.softsmithy.lib.text
An object, which has a (possible localizable) string representation that is appropriate to display to the user.
Localizables - Class in org.softsmithy.lib.text
A utility class for Localizables.
LocalizedCollator - Class in org.softsmithy.lib.text
A Locale specific Collator.
LocalizedCollator(Locale) - Constructor for class org.softsmithy.lib.text.LocalizedCollator
Creates a new instance of this class.
Localizer<T> - Interface in org.softsmithy.lib.text
Specifies a (possible localizable) string representation of an object that is appropriate to display to the user.

M

MatchableObject<T> - Class in org.softsmithy.lib.util
 
MatchableObject(T, Matcher<T>) - Constructor for class org.softsmithy.lib.util.MatchableObject
 
Matcher<T> - Interface in org.softsmithy.lib.util
Useful for generated classes, which don't override the equals method (e.g. some JAXB class generators) or if a custom matching algorithm is needed.
Matchers - Class in org.softsmithy.lib.util
 
MatchingException - Exception in org.softsmithy.lib.util
 
MatchingException(Throwable) - Constructor for exception org.softsmithy.lib.util.MatchingException
 
MatchingException(String, Throwable) - Constructor for exception org.softsmithy.lib.util.MatchingException
 
MatchingException(String) - Constructor for exception org.softsmithy.lib.util.MatchingException
 
MatchingException() - Constructor for exception org.softsmithy.lib.util.MatchingException
 
max(T, T) - Static method in class org.softsmithy.lib.util.Comparables
 
max(T, T, Comparator<? super T>) - Static method in class org.softsmithy.lib.util.Comparables
 
MAX_BYTE - Static variable in class org.softsmithy.lib.math.BigIntegers
 
MAX_DOUBLE - Static variable in class org.softsmithy.lib.math.BigDecimals
 
MAX_FLOAT - Static variable in class org.softsmithy.lib.math.BigDecimals
 
MAX_INTEGER - Static variable in class org.softsmithy.lib.math.BigIntegers
 
MAX_LONG - Static variable in class org.softsmithy.lib.math.BigIntegers
 
MAX_NEGATIVE_DOUBLE - Static variable in class org.softsmithy.lib.math.BigDecimals
 
MAX_NEGATIVE_FLOAT - Static variable in class org.softsmithy.lib.math.BigDecimals
 
MAX_NEGATIVE_VALUE - Static variable in class org.softsmithy.lib.math.Doubles
The IEEE754 format is symmetric with respect to the sign, so the negative double value with the largest finite absolute value is equal to -Double.MAX_VALUE.
MAX_NEGATIVE_VALUE - Static variable in class org.softsmithy.lib.math.Floats
The IEEE754 format is symmetric with respect to the sign, so the negative float value with the largest finite absolute value is equal to -Float.MAX_VALUE.
MAX_SHORT - Static variable in class org.softsmithy.lib.math.BigIntegers
 
min(T, T) - Static method in class org.softsmithy.lib.util.Comparables
 
min(T, T, Comparator<? super T>) - Static method in class org.softsmithy.lib.util.Comparables
 
MIN_BYTE - Static variable in class org.softsmithy.lib.math.BigIntegers
 
MIN_DOUBLE - Static variable in class org.softsmithy.lib.math.BigDecimals
 
MIN_FLOAT - Static variable in class org.softsmithy.lib.math.BigDecimals
 
MIN_INTEGER - Static variable in class org.softsmithy.lib.math.BigIntegers
 
MIN_LONG - Static variable in class org.softsmithy.lib.math.BigIntegers
 
MIN_NEGATIVE_DOUBLE - Static variable in class org.softsmithy.lib.math.BigDecimals
 
MIN_NEGATIVE_FLOAT - Static variable in class org.softsmithy.lib.math.BigDecimals
 
MIN_NEGATIVE_VALUE - Static variable in class org.softsmithy.lib.math.Doubles
The IEEE754 format is symmetric with respect to the sign, so the negative double value with the smallest nonzero absolute value is equal to -Double.MIN_VALUE.
MIN_NEGATIVE_VALUE - Static variable in class org.softsmithy.lib.math.Floats
The IEEE754 format is symmetric with respect to the sign, so the negative float value with the smallest nonzero absolute value is equal to -Float.MIN_VALUE.
MIN_SHORT - Static variable in class org.softsmithy.lib.math.BigIntegers
 

N

newJarFileSystem(URI) - Static method in class org.softsmithy.lib.nio.file.JarFiles
Creates a new JAR FileSystem for the specified JAR URI.
numberToCode(String) - Static method in enum org.softsmithy.lib.util.CountryCode
 

O

ONE - Static variable in class org.softsmithy.lib.math.BigDecimals
 
ORFileFilter - Class in org.softsmithy.lib.io
 
ORFileFilter(FileFilter, FileFilter) - Constructor for class org.softsmithy.lib.io.ORFileFilter
Creates a new instance of ANDFileFilter
org.softsmithy.lib.io - package org.softsmithy.lib.io
Utility classes and extensions for the java.io package.
org.softsmithy.lib.lang.reflect - package org.softsmithy.lib.lang.reflect
Utility classes and extensions for the java.lang.reflect package.
org.softsmithy.lib.math - package org.softsmithy.lib.math
Utility classes and extensions for the java.math package.
org.softsmithy.lib.nio.file - package org.softsmithy.lib.nio.file
Utility classes for the NIO File API introduced in Java SE 7.
org.softsmithy.lib.text - package org.softsmithy.lib.text
Utility classes and extensions for the java.text package.
org.softsmithy.lib.util - package org.softsmithy.lib.util
Utility classes and extensions for the java.lang.reflect package.
org.softsmithy.lib.util.zip - package org.softsmithy.lib.util.zip
Utility classes and extensions for the java.util.zip package.

P

parse(CharSequence) - Method in class org.softsmithy.lib.text.AbstractParser
 
parse(CharSequence) - Method in interface org.softsmithy.lib.text.Parser
 
parseNumber(String) - Method in class org.softsmithy.lib.text.AbstractNumberParser
 
Parser<T> - Interface in org.softsmithy.lib.text
 
parseString(String) - Method in class org.softsmithy.lib.text.AbstractParser
 
parseString(String) - Method in class org.softsmithy.lib.text.IntegerParser
 
parseString(String) - Method in class org.softsmithy.lib.text.ShortParser
 
PathUtils - Class in org.softsmithy.lib.nio.file
A utility class for Paths.
Positionable - Interface in org.softsmithy.lib.util
A Positionable can be positioned among other Positionables.
PositionableAdapter<T> - Class in org.softsmithy.lib.util
 
PositionableAdapter(T, int) - Constructor for class org.softsmithy.lib.util.PositionableAdapter
 
PositionableComparator - Class in org.softsmithy.lib.util
PositionableComparator() - Constructor for class org.softsmithy.lib.util.PositionableComparator
 
Positionables - Class in org.softsmithy.lib.util
 
preVisitDirectory(Path, BasicFileAttributes) - Method in class org.softsmithy.lib.nio.file.CopyFileVisitor

R

readLines(File) - Static method in class org.softsmithy.lib.io.Files
Reads the lines from a text file.
readLines(InputStream) - Static method in class org.softsmithy.lib.io.Streams
Reads the lines of an input stream.
readLines(Reader) - Static method in class org.softsmithy.lib.io.Streams
Reads the lines from a Reader.
resolve(Path, Path) - Static method in class org.softsmithy.lib.nio.file.PathUtils
Resolves paths, even if their file system are different.
ResourceBundleLocalizer<T> - Class in org.softsmithy.lib.text
 
ResourceBundleLocalizer(ResourceBundle, Map<T, String>) - Constructor for class org.softsmithy.lib.text.ResourceBundleLocalizer
 
ResourceFileNotFoundException - Exception in org.softsmithy.lib.util
Signals that a resource file couldn't be found.
ResourceFileNotFoundException(String) - Constructor for exception org.softsmithy.lib.util.ResourceFileNotFoundException
 
ResourceFileNotFoundException(String, String) - Constructor for exception org.softsmithy.lib.util.ResourceFileNotFoundException
 
ResourceFileNotFoundException(String, Throwable) - Constructor for exception org.softsmithy.lib.util.ResourceFileNotFoundException
 
ResourceFileNotFoundException(String, String, Throwable) - Constructor for exception org.softsmithy.lib.util.ResourceFileNotFoundException
 
ResourceLoader - Class in org.softsmithy.lib.util
A resource loader.
ResourceLoader(Class<?>) - Constructor for class org.softsmithy.lib.util.ResourceLoader
 
ResourceLoader(ClassLoader, Package) - Constructor for class org.softsmithy.lib.util.ResourceLoader
 
ResourceLoader(ClassLoader, String) - Constructor for class org.softsmithy.lib.util.ResourceLoader
 

S

ServiceProvider - Annotation Type in org.softsmithy.lib.util
Registers a Service Provider in META-INF/services.
ShortParser - Class in org.softsmithy.lib.text
 
ShortParser(NumberFormat) - Constructor for class org.softsmithy.lib.text.ShortParser
 
Singleton - Interface in org.softsmithy.lib.util
A marker interface.
sort(Locale, Localizable...) - Static method in class org.softsmithy.lib.text.Localizables
Sorts an array of Localizables in the natural, locale-sensitive order of their Localizable.getDisplayString(java.util.Locale)-representation.
sort(LocalizedCollator, Localizable...) - Static method in class org.softsmithy.lib.text.Localizables
Sorts an array of Localizables in the natural, locale-sensitive order of their Localizable.getDisplayString(java.util.Locale)-representation as specified by the collator.
sort(Localizable...) - Static method in class org.softsmithy.lib.text.Localizables
Sorts an array of Localizables in the natural, locale-sensitive order of their Localizable.getDisplayString(java.util.Locale)-representation (uses the default locale).
sort(Localizer<? super T>, Locale, T...) - Static method in class org.softsmithy.lib.text.Localizables
Sorts an array of objects in the natural, locale-sensitive order of their Localizer.getDisplayString(java.lang.Object, java.util.Locale)-representation.
sort(Localizer<? super T>, LocalizedCollator, T...) - Static method in class org.softsmithy.lib.text.Localizables
Sorts an array of objects in the natural, locale-sensitive order of their Localizer.getDisplayString(java.lang.Object, java.util.Locale)-representation as specified by the collator.
sort(Localizer<? super T>, T...) - Static method in class org.softsmithy.lib.text.Localizables
Sorts an array of objects in the natural, locale-sensitive order of their Localizer.getDisplayString(java.lang.Object, java.util.Locale)-representation (uses the default locale).
sort(Locale, List<? extends Localizable>) - Static method in class org.softsmithy.lib.text.Localizables
Sorts a list of Localizables in the natural, locale-sensitive order of their Localizable.getDisplayString(java.util.Locale)-representation.
sort(LocalizedCollator, List<? extends Localizable>) - Static method in class org.softsmithy.lib.text.Localizables
Sorts a list of Localizables in the natural, locale-sensitive order of their Localizable.getDisplayString(java.util.Locale)-representation as specified by the collator.
sort(List<? extends Localizable>) - Static method in class org.softsmithy.lib.text.Localizables
Sorts a list of Localizables in the natural, locale-sensitive order of their Localizable.getDisplayString(java.util.Locale)-representation (uses the default locale).
sort(Localizer<? super T>, Locale, List<T>) - Static method in class org.softsmithy.lib.text.Localizables
Sorts a list of objects in the natural, locale-sensitive order of their Localizer.getDisplayString(java.lang.Object, java.util.Locale)-representation.
sort(Localizer<? super T>, LocalizedCollator, List<T>) - Static method in class org.softsmithy.lib.text.Localizables
Sorts a list of objects in the natural, locale-sensitive order of their Localizer.getDisplayString(java.lang.Object, java.util.Locale)-representation as specified by the collator.
sort(Localizer<? super T>, List<T>) - Static method in class org.softsmithy.lib.text.Localizables
Sorts a list of objects in the natural, locale-sensitive order of their Localizer.getDisplayString(java.lang.Object, java.util.Locale)-representation (uses the default locale).
Streams - Class in org.softsmithy.lib.io
A utility class for Streams.
Strings - Class in org.softsmithy.lib.util
 
sum(double[]) - Static method in class org.softsmithy.lib.util.XMath
 

T

TIF - Static variable in class org.softsmithy.lib.io.Files
A file extension.
TIFF - Static variable in class org.softsmithy.lib.io.Files
A file extension.
toRange(T, T, T) - Static method in class org.softsmithy.lib.util.Comparables
 
toRange(T, T, T, Comparator<? super T>) - Static method in class org.softsmithy.lib.util.Comparables
 
toStandardInterval(double) - Static method in class org.softsmithy.lib.util.XMath
Trims an angle measured in radians to the standard interval [0, 2*PI] (0 inclusive, 2*PI exclusive).
toString() - Method in enum org.softsmithy.lib.util.CountryCode
 
toString() - Method in class org.softsmithy.lib.util.MatchableObject
 
toString(T) - Method in interface org.softsmithy.lib.util.Matcher
 
toString() - Method in class org.softsmithy.lib.util.PositionableAdapter
 
toString() - Method in class org.softsmithy.lib.util.TypesafeEnum
Deprecated.
 
TXT - Static variable in class org.softsmithy.lib.io.Files
A file extension.
TypesafeEnum - Class in org.softsmithy.lib.util
Deprecated. 
TypesafeEnum(String) - Constructor for class org.softsmithy.lib.util.TypesafeEnum
Deprecated.
 
TypesafeEnum() - Constructor for class org.softsmithy.lib.util.TypesafeEnum
Deprecated.
 

U

unwrap(List<MatchableObject<T>>) - Static method in class org.softsmithy.lib.util.Matchers
 
unwrap(Set<MatchableObject<T>>) - Static method in class org.softsmithy.lib.util.Matchers
 
unwrap(Collection<MatchableObject<T>>, Collection<T>) - Static method in class org.softsmithy.lib.util.Matchers
 

V

valueOf(String) - Static method in enum org.softsmithy.lib.text.LocaleLocalizer
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.softsmithy.lib.util.CountryCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in class org.softsmithy.lib.util.Locales
 
values() - Static method in enum org.softsmithy.lib.text.LocaleLocalizer
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.softsmithy.lib.util.CountryCode
Returns an array containing the constants of this enum type, in the order they are declared.
verify(T) - Method in interface org.softsmithy.lib.util.Matcher
Verifies that the specified object can be used with this matcher.
visitFile(Path, BasicFileAttributes) - Method in class org.softsmithy.lib.nio.file.CopyFileVisitor

W

wrap(List<T>, Matcher<T>) - Static method in class org.softsmithy.lib.util.Matchers
 
wrap(Set<T>, Matcher<T>) - Static method in class org.softsmithy.lib.util.Matchers
 
wrap(Collection<T>, Collection<MatchableObject<T>>, Matcher<T>) - Static method in class org.softsmithy.lib.util.Matchers
 

X

XMath - Class in org.softsmithy.lib.util
An extended math library.

Z

ZERO - Static variable in class org.softsmithy.lib.math.BigDecimals
 
ZipFiles - Class in org.softsmithy.lib.util.zip
A utility class for zip files.
A B C D E F G H I J L M N O P R S T U V W X Z 
Skip navigation links

Copyright © 2002–2015 SoftSmithy. All rights reserved.