A B C D E F G H I J K L M N O P Q R S T U V W X Y Z | |
ICollectionViewSortHelper — Class in package com.ericfeminella.utils | |
Utility class which provides an API for collection sorting | |
IIntrospection — Interface in package com.ericfeminella.utils.introspection | |
Defines the contract for performing introspection on an object | |
IIterator — Interface in package com.ericfeminella.utils.iterators | |
Defines the contract for concrete Iterator implementations | |
IMap — Interface in package com.ericfeminella.utils | |
Defines the contract for HashMap implementations | |
info() — Method in interface com.ericfeminella.utils.introspection.IIntrospection | |
Returns an E4X XML Object containing introspection information | |
info() — Method in class com.ericfeminella.utils.introspection.Introspection | |
Returns an E4X XML Object containing introspection information | |
Introspection — Class in package com.ericfeminella.utils.introspection | |
Performs Object introspection on a specified type | |
Introspection(type) — Constructor in class com.ericfeminella.utils.introspection.Introspection | |
Instantiates a new Introspection instance to perform object introspection on a specifed type | |
isEmpty() — Method in class com.ericfeminella.utils.HashMap | |
Determines if the current map is empty | |
isEmpty() — Method in interface com.ericfeminella.utils.IMap | |
Determines if the current map is empty | |
IteratorFactory — Class in package com.ericfeminella.utils.iterators | |
Iterator specific Factory Pattern implementation which defines an API for handling specific Iterator instantiation | |
IteratorFactoryTypeError — Class in package com.ericfeminella.utils.iterators | |
IteratorFactory API illegal Iterator type Error class
Throws an error specifying that an iterator type does not exist. |
|
IteratorFactoryTypeError(classType) — Constructor in class com.ericfeminella.utils.iterators.IteratorFactoryTypeError | |
Throws an error specifying that an iterator type does not exist | |
IteratorNullPointerException — Class in package com.ericfeminella.utils.iterators | |
Throws an Error if an iterator aggregate is null | |
IteratorNullPointerException() — Constructor in class com.ericfeminella.utils.iterators.IteratorNullPointerException | |
Throws an Error if an iterator aggregate is null as follows: IteratorNullPointerException: You can not iterate over a null object reference | |
ITERATOR_TYPE_ERROR — Constant static property in class com.ericfeminella.utils.iterators.IteratorFactoryTypeError | |
IteratorTypes — Class in package com.ericfeminella.utils.iterators | |
Defines the set of constants which represent concrete iterator implementations | |
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z |