- safeInstance(Class) - Static method in class jfun.util.dict.DictFactory
-
To create an empty and thread-safe Dict object with a specified subclass
of java.util.HashMap as the underlying mutable data structure.
- safeInstance() - Static method in class jfun.util.dict.DictFactory
-
same as instance() except this is a thread-safe version
- seq(Iterable, Iterable) - Static method in class jfun.util.yield.Iterables
-
Create a new Iterable object that sequentially iterates through
the given two Iterable object.
- seq(Iterable[]) - Static method in class jfun.util.yield.Iterables
-
Create a new Iterable object that sequentially iterates through
the Iterable objects in an array.
- SerializableConstructor - Class in jfun.util
-
Provide a wrapper class for a serializable constructor.
- SerializableConstructor(Constructor) - Constructor for class jfun.util.SerializableConstructor
-
- SerializableField - Class in jfun.util
-
This class provides wrapper for a serializable Field.
- SerializableField(Field) - Constructor for class jfun.util.SerializableField
-
- SerializableMethod - Class in jfun.util
-
Provides a wrapper for serializable Method object.
- SerializableMethod(Method) - Constructor for class jfun.util.SerializableMethod
-
- set(int, Object) - Method in class jfun.util.ArrayAsList
-
- set(int, int) - Method in class jfun.util.IntArray
-
Set the value at a certain index.
- setAsText(String) - Method in class jfun.util.beans.ClassEditor
-
- setAsText(String) - Method in class jfun.util.beans.DateEditor
-
- setAsText(String) - Method in class jfun.util.beans.FileEditor
-
- setAsText(String) - Method in class jfun.util.beans.LocaleEditor
-
- setAsText(String) - Method in class jfun.util.beans.TimeZoneEditor
-
- setAsText(String) - Method in class jfun.util.beans.URIEditor
-
- setAsText(String) - Method in class jfun.util.beans.URLEditor
-
- setBase(File) - Static method in class jfun.util.WorkingDirectory
-
To change the current base directory.
- setFst(Object) - Method in class jfun.util.Pair
-
Functional update.
- setProperty(String, Object) - Method in class jfun.util.beans.Bean
-
Set value for a property.
- setProperty(String, int, Object) - Method in class jfun.util.beans.Bean
-
Set value for an indexed property.
- setProperty(Object, String, Object) - Method in class jfun.util.beans.BeanType
-
Set value for a property of a bean of this type.
- setSnd(Object) - Method in class jfun.util.Pair
-
Functional update.
- setValue(Object) - Method in class jfun.util.beans.ClassEditor
-
- setValue(Object) - Method in class jfun.util.beans.DateEditor
-
- setValue(Object) - Method in class jfun.util.beans.FileEditor
-
- setValue(Object) - Method in class jfun.util.beans.LocaleEditor
-
- setValue(Object) - Method in class jfun.util.beans.TimeZoneEditor
-
- setValue(Object) - Method in class jfun.util.beans.URIEditor
-
- setValue(Object) - Method in class jfun.util.beans.URLEditor
-
- size() - Method in class jfun.util.ArrayAsList
-
- size() - Method in interface jfun.util.dict.Dict
-
- size() - Method in class jfun.util.IntArray
-
Get the number of int values stored.
- size() - Method in class jfun.util.List
-
- size() - Method in interface jfun.util.Sizeable
-
Get the size.
- Sizeable - Interface in jfun.util
-
Represents anything with a size.
- snd() - Method in class jfun.util.Pair
-
Get the second object in the pair.
- split(String, String) - Static method in class jfun.util.StringUtils
-
Split a string delimited by a delimiter string into an array of String.
- StringUtils - Class in jfun.util
-
Utility class to convert a list or an array of objects
to string.
- StringUtils() - Constructor for class jfun.util.StringUtils
-
- subtract(Dict, Dict) - Static method in class jfun.util.dict.DictFactory
-
Remove the elements contained in the second Dict object from the first.