- get(int) - Method in class jfun.util.ArrayAsList
-
- get(Object) - Method in interface jfun.util.dict.Dict
-
- get(Object) - Method in interface jfun.util.dict.Map
-
Get the corresponding value of a key.
- get(int) - Method in class jfun.util.IntArray
-
Get the int value at a certain index.
- getAbsolutePath(File, File) - Static method in class jfun.util.Misc
-
Get the File object for the real path designated by
root/path when path is relative,
or path when it is absolute or starts with a '/'
- getArrayHashcode(Object[]) - Static method in class jfun.util.Misc
-
Get the hashcode for an array of objects using value semantics.
- getArrayType(Class) - Static method in class jfun.util.Misc
-
Get the array type of a Class object.
- getAsText() - Method in class jfun.util.beans.ClassEditor
-
- getAsText() - Method in class jfun.util.beans.DateEditor
-
- getAsText() - Method in class jfun.util.beans.FileEditor
-
- getAsText() - Method in class jfun.util.beans.LocaleEditor
-
- getAsText() - Method in class jfun.util.beans.TimeZoneEditor
-
- getAsText() - Method in class jfun.util.beans.URIEditor
-
- getAsText() - Method in class jfun.util.beans.URLEditor
-
- getBase() - Static method in class jfun.util.WorkingDirectory
-
To get the current base directory.
- getBeanClass() - Method in exception jfun.util.beans.BeanPropertyException
-
Get the type that this property is concerned with.
- getBeanType() - Method in class jfun.util.beans.Bean
-
Get the BeanType object for this object.
- getCandidate(Object) - Method in class jfun.util.typing.TypedSuite
-
The main entry of TypedSuite.
- getCandidates() - Method in class jfun.util.typing.TypedSuite
-
Provides the candidate elements in the suite.
- getClassSource(Class) - Static method in class jfun.util.ClassPathLocator
-
Find the directory or jar file the class has been loaded from.
- getClassSymbolName(String) - Static method in class jfun.util.StringUtils
-
Get the symbol name of a class name.
- getConstructor() - Method in class jfun.util.SerializableConstructor
-
Gets the encapsulated constructor object.
- getDateFormat(String, Locale) - Static method in class jfun.util.DateUtil
-
Create a DateFormat object by using a Locale and a pattern.
- getDateFormat(String, Locale, TimeZone) - Static method in class jfun.util.DateUtil
-
Create a DateFormat object by using a Locale, a TimeZone and a pattern.
- getField() - Method in class jfun.util.SerializableField
-
Get the encapsulated Field object.
- getIndexedPropertyType(String) - Method in class jfun.util.beans.BeanType
-
Get the type of an indexed property.
- getIndexedReader(String) - Method in class jfun.util.beans.BeanType
-
Get the reader method for an indexed property.
- getIndexedWriter(String) - Method in class jfun.util.beans.BeanType
-
Get the writer method for an indexed property.
- getLocationURLs(File) - Static method in class jfun.util.ClassPathLocator
-
Get an array or URLs representing all of the jar files in the
given location.
- getLocationURLs(File, String[]) - Static method in class jfun.util.ClassPathLocator
-
Get an array or URLs representing all of the files of a given set of
extensions in the given location.
- getMethod() - Method in class jfun.util.SerializableMethod
-
Get the encapsulated Method object.
- getObject() - Method in class jfun.util.beans.Bean
-
Get the Java bean object.
- getPackageName(String) - Static method in class jfun.util.StringUtils
-
Gets the package name of a class name.
- getProperty(String) - Method in class jfun.util.beans.Bean
-
Get value for a property.
- getProperty(String, int) - Method in class jfun.util.beans.Bean
-
Get value for an indexed property.
- getPropertyDescriptor(String) - Method in class jfun.util.beans.BeanType
-
Get the PropertyDescriptor for a given property.
- getPropertyName() - Method in exception jfun.util.beans.BeanPropertyException
-
Get the property name.
- getPropertyNames() - Method in class jfun.util.beans.BeanType
-
Get the property names of this bean type.
- getPropertySetter(String) - Method in class jfun.util.beans.BeanType
-
Get the setter method for a property.
- getPropertySetterType(String) - Method in class jfun.util.beans.BeanType
-
Get the type of the property.
- getPropertySetterType(PropertyDescriptor) - Static method in class jfun.util.beans.BeanType
-
Get the type of a property.
- getPropertyType(String) - Method in class jfun.util.beans.BeanType
-
Get the type of a property.
- getReader(String) - Method in class jfun.util.beans.BeanType
-
Get the reader method of a property.
- getResourceSource(ClassLoader, String) - Static method in class jfun.util.ClassPathLocator
-
Find the directory or jar a give resource has been loaded from.
- getSimpleClassName(String) - Static method in class jfun.util.StringUtils
-
Gets the class name without the package names.
- getToolsJar() - Static method in class jfun.util.ClassPathLocator
-
Get the File necessary to load the Sun compiler tools.
- getType() - Method in class jfun.util.beans.BeanType
-
Get the type of this java bean.
- getType(Object) - Method in class jfun.util.typing.TypedSuite
-
Get the type of a candidate object.
- getTypeName(Class) - Static method in class jfun.util.Misc
-
Get the human readable type name of a class.
- getWrapperType(Class) - Static method in class jfun.util.Misc
-
If the type is a primitive type, get the corresponding wrapper type.
- getWriter(String) - Method in class jfun.util.beans.BeanType
-
Get the writer method of a property.
- guessClassLoader(ClassLoader) - Static method in class jfun.util.ClassLoaderUtils
-
Guess the most appropriate ClassLoader.