- Pair - Class in jfun.util
-
Represents a immutable pair of objects.
- Pair(Object, Object) - Constructor for class jfun.util.Pair
-
Create a pair.
- parseLocale(String) - Static method in class jfun.util.DateUtil
-
To parse a string to Local object.
- PathTokenizer - Class in jfun.util.os
-
A copy-paste from Ant PathTokenizer.
- PathTokenizer(String) - Constructor for class jfun.util.os.PathTokenizer
-
Constructs a path tokenizer for the specified path.
- PropertyNotReadableException - Exception in jfun.util.beans
-
Represents an exception when a property read fails.
- PropertyNotReadableException(Class, String) - Constructor for exception jfun.util.beans.PropertyNotReadableException
-
Create a PropertyNotReadableException object.
- PropertyNotReadableException(Class, String, String) - Constructor for exception jfun.util.beans.PropertyNotReadableException
-
Create a PropertyNotReadableException object.
- PropertyNotWritableException - Exception in jfun.util.beans
-
Represents an exception when a property write fails.
- PropertyNotWritableException(Class, String) - Constructor for exception jfun.util.beans.PropertyNotWritableException
-
Create a PropertyNotWritableException object.
- PropertyNotWritableException(Class, String, String) - Constructor for exception jfun.util.beans.PropertyNotWritableException
-
Create a PropertyNotWritableException object.
- put(Object, Object) - Method in interface jfun.util.dict.Dict
-
Functional update.
- puts(Object[], Object[]) - Method in interface jfun.util.dict.Dict
-
Functional update.