A B C D E F G H I J K L M N O P R S T U V W Y

I

instance(Object) - Static method in class jfun.util.beans.Bean
Create a Bean object for a Java object.
instance(Class, Object) - Static method in class jfun.util.beans.Bean
Create a Bean object for a Java object.
instance(BeanType, Object) - Static method in class jfun.util.beans.Bean
Create a Bean object for a Java object.
instance(Class) - Static method in class jfun.util.beans.BeanType
Get a BeanType object.
instance(Class) - Static method in class jfun.util.dict.DictFactory
To create an empty Dict object with a specified subclass of java.util.HashMap as the underlying mutable data structure.
instance() - Static method in class jfun.util.dict.DictFactory
returns an empty instance of unsafe immutable dictionary.
IntArray - Class in jfun.util
A simple, efficient and dynamic int array.
IntArray(int) - Constructor for class jfun.util.IntArray
Create an IntArray object with an initial capacity.
IntArray() - Constructor for class jfun.util.IntArray
Create an IntArray object.
isArch(String) - Static method in class jfun.util.os.Os
Determines if the OS on which Ant is executing matches the given OS architecture.
isEmpty() - Method in interface jfun.util.dict.Dict
 
isEmpty() - Method in class jfun.util.List
 
isEmpty() - Method in interface jfun.util.Sizeable
Tests whether it is empty.
isFamily(String) - Static method in class jfun.util.os.Os
Determines if the OS on which Ant is executing matches the given OS family.
isName(String) - Static method in class jfun.util.os.Os
Determines if the OS on which Ant is executing matches the given OS name.
isOs(String, String, String, String) - Static method in class jfun.util.os.Os
Determines if the OS on which Ant is executing matches the given OS family, name, architecture and version
isPrimitiveOf(Class, Class) - Static method in class jfun.util.Misc
Determines whether t2 is a wrapper type of t1.
isVersion(String) - Static method in class jfun.util.os.Os
Determines if the OS on which Ant is executing matches the given OS version.
Iterable - Interface in jfun.util.yield
Represents anything that supports iteration via yield.
Iterables - Class in jfun.util.yield
Utility class providing utility functions for Iterable.
Iterables() - Constructor for class jfun.util.yield.Iterables
 
iterate(Continuation) - Method in interface jfun.util.yield.Iterable
Iterate through all the elements, call y.yield(elem) for each element.

A B C D E F G H I J K L M N O P R S T U V W Y