intarsys runtime library
A B C D E F G H I K L M N O P R S T U V W X

I

IActivateDeactivate - Interface in de.intarsys.tools.component
Component lifecycle feature.
IAdapterFactory - Interface in de.intarsys.tools.adapter
A factory instance that can create an adapter object of type clazz on behalf of the object object.
IAdapterOutlet - Interface in de.intarsys.tools.adapter
The outlet instance, supporting multiple IAdapterFactory instances.
IAdapterSupport - Interface in de.intarsys.tools.adapter
An object that is able to be adapted to another type.
IArgs - Interface in de.intarsys.tools.functor
The arguments for executing an IFunctor implementation.
IArgumentDeclaration - Interface in de.intarsys.tools.functor
The declaration for an argument to an IFunctorCall.
IAttributeSupport - Interface in de.intarsys.tools.attribute
This interface declares support for "generic attributes".
IAuthenticationProvider - Interface in de.intarsys.tools.authenticate
A simple interface for providing complete authentication.
IChangeSupport - Interface in de.intarsys.tools.event
Deprecated. use INotificationSupport
IClassLoaderAccess - Interface in de.intarsys.tools.reflect
An interface indicating support for complete access (get and set) to a ClassLoader.
IClassLoaderSupport - Interface in de.intarsys.tools.reflect
An interface indicating support for getting a ClassLoader.
ID - Static variable in class de.intarsys.tools.event.ActivatedEvent
 
ID - Static variable in class de.intarsys.tools.event.AttributeChangedEvent
 
ID - Static variable in class de.intarsys.tools.event.CancelEvent
 
ID - Static variable in class de.intarsys.tools.event.CancelRequestedEvent
 
ID - Static variable in class de.intarsys.tools.event.CreatedEvent
 
ID - Static variable in class de.intarsys.tools.event.DeactivatedEvent
 
ID - Static variable in class de.intarsys.tools.event.DestroyedEvent
 
ID - Static variable in class de.intarsys.tools.event.Event
 
ID - Static variable in class de.intarsys.tools.event.OkEvent
 
ID - Static variable in class de.intarsys.tools.event.OkRequestedEvent
 
ID - Static variable in class de.intarsys.tools.event.StartedEvent
 
ID - Static variable in class de.intarsys.tools.event.StoppedEvent
 
ID - Static variable in class de.intarsys.tools.event.StopRequestedEvent
 
ID - Static variable in class de.intarsys.tools.preferences.PreferencesChangeEvent
 
ID_ALL - Static variable in class de.intarsys.tools.event.Event
 
IDeclaration - Interface in de.intarsys.tools.functor
A declaration allows to modify the state and or behavior of an IFunctorCall.
IDeclarationBlock - Interface in de.intarsys.tools.functor
A group of IDeclaration instances.
IDeclarationElement - Interface in de.intarsys.tools.functor
A concrete named declaration.
IDeclarationSupport - Interface in de.intarsys.tools.functor
An object that may have declarations.
IDirectTagHandler - Interface in de.intarsys.tools.reader
 
IEvent - Interface in de.intarsys.tools.event
An object indicating an event.
IEventDispatcher - Interface in de.intarsys.tools.event
An object that supports event broadcasting.
IExceptionHandler - Interface in de.intarsys.tools.component
An object that handles exceptions.
IFacade - Interface in de.intarsys.tools.facade
 
IFacadeFactory - Interface in de.intarsys.tools.facade
A factory for IFacade instances to an Object.
IFacadeSupport - Interface in de.intarsys.tools.facade
An object that is able to create its own IFacade.
IFileEnvironment - Interface in de.intarsys.tools.environment.file
An object describing the process / VM file system context.
IFunctor - Interface in de.intarsys.tools.functor
An iconified behavior.
IFunctorCall - Interface in de.intarsys.tools.functor
An object representing the actual call of an IFunctor.
IFunctorCallFactory - Interface in de.intarsys.tools.functor
A factory for IFunctorCall objects.
IFunctorEvent - Interface in de.intarsys.tools.event
An IEvent commonly passed into an IFunctor.
IFunctorFactory - Interface in de.intarsys.tools.functor
A factory for IFunctor objects.
IFunctorHandler - Interface in de.intarsys.tools.functor
An object that supports execution of functors.
IInitializeable - Interface in de.intarsys.tools.component
Component lifecycle feature.
IInstantiable - Interface in de.intarsys.tools.component
This interface declares the ability of a dynamically loaded component to be instantiated.
ILiteralResult - Interface in de.intarsys.tools.result
 
ILocationProvider - Interface in de.intarsys.tools.reader
An interface describing the ability to provide information about the current context into a data stream.
ILocator - Interface in de.intarsys.tools.locator
The locator specifies the physical location of a resource.
ILocatorFactory - Interface in de.intarsys.tools.locator
A factory for ILocator objects.
ILocatorNameFilter - Interface in de.intarsys.tools.locator
ILocatorNameFilter objects can filter ILocator objects when listing their children.
ILocatorSupport - Interface in de.intarsys.tools.locator
Indicate support for locating the receivers resource physically.
ILock - Interface in de.intarsys.tools.locking
 
ILockLevel - Interface in de.intarsys.tools.locking
 
ILockStrategy - Interface in de.intarsys.tools.locking
 
ILockSupport - Interface in de.intarsys.tools.locking
 
ILogConfigurator - Interface in de.intarsys.tools.logging
Classes implementing this interface can be used in conjunction with the singleton LogConfigurator to configure Logger instances created by the class LogTools.
IMessageBundleAccess - Interface in de.intarsys.tools.message
An interface indicating support for assigning a MessageBundle.
IMessageBundleSupport - Interface in de.intarsys.tools.message
An interface indicating support for accessing a MessageBundle.
IMetaInfoSupport - Interface in de.intarsys.tools.component
This interface declares the components ability to provide meta information.
IMimeTypeSupport - Interface in de.intarsys.tools.mime
 
importPreferences(IPreferences, IPreferences) - Static method in class de.intarsys.tools.preferences.PreferencesTools
 
INamedFunctor - Interface in de.intarsys.tools.functor
An IFunctor that can be identified via a unique id.
increment(int) - Method in class de.intarsys.tools.number.NumberInstance
 
increment(int) - Method in class de.intarsys.tools.number.NumberInterval
 
increment(int) - Method in class de.intarsys.tools.number.NumberList
 
increment(int) - Method in class de.intarsys.tools.number.NumberWrapper
 
indexOf(byte[], int, int, byte[], int, int, int) - Static method in class de.intarsys.tools.collection.ByteArrayTools
Search index of pattern in source.
initialize() - Method in interface de.intarsys.tools.component.IInitializeable
Initialize the components state.
INotificationListener - Interface in de.intarsys.tools.event
Called to inform a listener about an event occurrence.
INotificationSupport - Interface in de.intarsys.tools.event
The implementor supports registration of INotificationListener objects to be informed about event.
insert(Object, String, Object) - Static method in class de.intarsys.tools.reflect.ObjectTools
Insert value in the relation field name in object.
insertCellValue(int, int, byte) - Method in class de.intarsys.tools.hex.HexData
 
Install - Class in de.intarsys.tools.installresource
Abstract superclass for implementing the resource installation behavior.
Install(String, String, boolean) - Constructor for class de.intarsys.tools.installresource.Install
 
InstallFile - Class in de.intarsys.tools.installresource
An abstraction to access a file to be deployed along with the application via the class loader.
InstallFile(String, String, boolean) - Constructor for class de.intarsys.tools.installresource.InstallFile
 
InstallFileList - Class in de.intarsys.tools.installresource
An abstraction to access a directory structure to be deployed along with the application via the class loader.
InstallFileList(String, String, boolean) - Constructor for class de.intarsys.tools.installresource.InstallFileList
 
InstallZip - Class in de.intarsys.tools.installresource
An abstraction to access a directory structure to be deployed along with the application via the class loader.
InstallZip(String, String, boolean) - Constructor for class de.intarsys.tools.installresource.InstallZip
 
IntegerPrefValueHolder - Class in de.intarsys.tools.preferences
A PrefValueHolder implementation for integer typed values.
IntegerPrefValueHolder(IPreferences, String, int) - Constructor for class de.intarsys.tools.preferences.IntegerPrefValueHolder
 
InternalError - Static variable in class de.intarsys.tools.message.CommonMessage
 
InternalErrorTitle - Static variable in class de.intarsys.tools.message.CommonMessage
 
intersects(double, double, double, double) - Method in class de.intarsys.tools.geometry.TransformedShape
 
intersects(Rectangle2D) - Method in class de.intarsys.tools.geometry.TransformedShape
 
IntervalIterator - Class in de.intarsys.tools.collection
Implement an Iterator over a virtual collection of numbers defined by an interval.
IntervalIterator(Number, Number) - Constructor for class de.intarsys.tools.collection.IntervalIterator
IntervalIterator constructor .
IntHashMap - Class in de.intarsys.tools.collection
A hash map that uses primitive ints for the key rather than objects.
IntHashMap() - Constructor for class de.intarsys.tools.collection.IntHashMap
Constructs a new, empty hashtable with a default capacity and load factor, which is 20 and 0.75 respectively.
IntHashMap(int) - Constructor for class de.intarsys.tools.collection.IntHashMap
Constructs a new, empty hashtable with the specified initial capacity and default load factor, which is 0.75.
IntHashMap(int, float) - Constructor for class de.intarsys.tools.collection.IntHashMap
Constructs a new, empty hashtable with the specified initial capacity and the specified load factor.
invalidate() - Method in class de.intarsys.tools.geometry.TransformedShape
 
inverseTransformRect(AffineTransform, Rectangle2D) - Static method in class de.intarsys.tools.geometry.GeometryTools
Transform a rectangle in device space to user space.
invoke(Object, String, Object...) - Static method in class de.intarsys.tools.reflect.ObjectTools
Invoke method name in object.
IOIDGenerator - Interface in de.intarsys.tools.oid
 
IPasswordProvider - Interface in de.intarsys.tools.authenticate
A simple interface for a password provider.
IPasswordValidator - Interface in de.intarsys.tools.authenticate
A simple interface for a password validator.
IPool - Interface in de.intarsys.tools.pool
A pool of objects.
IPoolObjectFactory - Interface in de.intarsys.tools.pool
A factory for the lifecycle management of objects in a generic pool implementation.
IPreferences - Interface in de.intarsys.tools.preferences
Yet another preferences abstraction.
IPreferencesFactory - Interface in de.intarsys.tools.preferences
A factory for IPreferences root objects.
IPreferencesSupport - Interface in de.intarsys.tools.preferences
An object that has preferences.
IPreferencesSyncher - Interface in de.intarsys.tools.preferences
An object that can be synched with its preferences.
IPrompter - Interface in de.intarsys.tools.prompter
 
IRandomAccess - Interface in de.intarsys.tools.randomaccess
An interface for an object that can randomly access bytes in a data stream.
IReferenceCounter - Interface in de.intarsys.tools.component
An object that is aware of its referents.
IReporter - Interface in de.intarsys.tools.reporter
An interface to report different types of information to the user.
IReporterSupport - Interface in de.intarsys.tools.reporter
An object that supports state notifications.
IResourceReference - Interface in de.intarsys.tools.resourcetracker
An interface for accessing a generic resource associated with a tracked Reference by the ResourceTracker.
IResult - Interface in de.intarsys.tools.result
 
IS_PREFIX - Static variable in class de.intarsys.tools.reflect.ObjectTools
 
isActive() - Method in interface de.intarsys.tools.component.IActivateDeactivate
 
isAlwaysUnchanged() - Method in class de.intarsys.tools.locator.TransientLocator
 
isAncestor(File, File) - Static method in class de.intarsys.tools.file.FileTools
 
isArrayByteBase64(byte[]) - Static method in class de.intarsys.tools.encoding.Base64
 
ISaveStateSupport - Interface in de.intarsys.tools.component
An object supporting state dumps.
isBase64(byte) - Static method in class de.intarsys.tools.encoding.Base64
 
isBase64(String) - Static method in class de.intarsys.tools.encoding.Base64
 
isBlock() - Method in class de.intarsys.tools.functor.Declaration
 
isBlock() - Method in class de.intarsys.tools.functor.DeclarationBlock
 
isBlock() - Method in class de.intarsys.tools.functor.DeclarationElement
 
isBlock() - Method in class de.intarsys.tools.functor.EmptyDeclarationBlock
 
isBlock() - Method in interface de.intarsys.tools.functor.IDeclaration
true if this declaration has child elements itself.
isCancelled() - Method in class de.intarsys.tools.concurrent.AbstractFutureTask
 
isCitrix() - Static method in class de.intarsys.tools.system.SystemTools
 
isConsumed() - Method in class de.intarsys.tools.event.Event
 
isConsumed() - Method in class de.intarsys.tools.event.GenericEventFacade
 
isConsumed() - Method in interface de.intarsys.tools.event.IEvent
true if this event is already consumed by some listener.
IScopedPlatformPreferences - Interface in de.intarsys.tools.preferences
A interface that indicates the availability of "scoping" for a standard Java Preferences implementation.
isDefined(int) - Method in class de.intarsys.tools.functor.Args
 
isDefined(String) - Method in class de.intarsys.tools.functor.Args
 
isDefined(int) - Method in class de.intarsys.tools.functor.ChainedArgs
 
isDefined(String) - Method in class de.intarsys.tools.functor.ChainedArgs
 
isDefined(int) - Method in class de.intarsys.tools.functor.DeclaredArgs
 
isDefined(String) - Method in class de.intarsys.tools.functor.DeclaredArgs
 
isDefined(int) - Method in class de.intarsys.tools.functor.EmptyArgs
 
isDefined(String) - Method in class de.intarsys.tools.functor.EmptyArgs
 
isDefined(int) - Method in interface de.intarsys.tools.functor.IArgs
true if an argument at index is defined.
isDefined(String) - Method in interface de.intarsys.tools.functor.IArgs
true if an argument named name is defined.
isDirectory() - Method in class de.intarsys.tools.locator.ByteArrayLocator
 
isDirectory() - Method in class de.intarsys.tools.locator.ClassLoaderResourceLocator
 
isDirectory() - Method in class de.intarsys.tools.locator.ClassResourceLocator
 
isDirectory() - Method in class de.intarsys.tools.locator.DelegatingLocator
 
isDirectory() - Method in class de.intarsys.tools.locator.FileLocator
 
isDirectory() - Method in interface de.intarsys.tools.locator.ILocator
Answer true if the location designated by this is a directory.
isDirectory() - Method in class de.intarsys.tools.locator.LocatorByReference
 
isDirectory() - Method in class de.intarsys.tools.locator.LocatorViewport
 
isDirectory() - Method in class de.intarsys.tools.locator.StreamLocator
 
isDirectory() - Method in class de.intarsys.tools.locator.StringLocator
 
isDirectory() - Method in class de.intarsys.tools.locator.TransientLocator
 
isDone() - Method in class de.intarsys.tools.concurrent.AbstractFutureTask
 
isEmpty() - Method in class de.intarsys.tools.collection.IntHashMap
Tests if this hashtable maps no keys to values.
isEmpty() - Method in class de.intarsys.tools.collection.PartitionedMap
Returns true if this map contains no key-value mappings.
isEmpty() - Method in class de.intarsys.tools.concurrent.TaskCallbackDispatcher
 
isEmpty() - Method in class de.intarsys.tools.event.EventDispatcher
 
isEmpty() - Method in class de.intarsys.tools.number.NumberInstance
 
isEmpty() - Method in class de.intarsys.tools.number.NumberInterval
 
isEmpty() - Method in class de.intarsys.tools.number.NumberList
 
isEmpty() - Method in class de.intarsys.tools.reporter.ReportDispatcher
 
isEmpty(char[]) - Static method in class de.intarsys.tools.string.StringTools
true if value is "empty" in any respect.
isEmpty(String) - Static method in class de.intarsys.tools.string.StringTools
true if value is "empty" in any respect.
IShapeWrapper - Interface in de.intarsys.tools.geometry
 
isHexDigit(char) - Static method in class de.intarsys.tools.hex.HexTools
Evaluate to true if i is a valid hex digit
isHorizontal() - Method in class de.intarsys.tools.message.TextOrientation
 
isIgnoreCase() - Method in class de.intarsys.tools.file.WildcardMatch
 
isInChain(Throwable, Class<?>) - Static method in class de.intarsys.tools.exception.ExceptionTools
 
isIndexed() - Method in class de.intarsys.tools.functor.Args
 
isIndexed() - Method in class de.intarsys.tools.functor.ChainedArgs
 
isIndexed() - Method in class de.intarsys.tools.functor.DeclaredArgs
 
isIndexed() - Method in class de.intarsys.tools.functor.EmptyArgs
 
isIndexed() - Method in interface de.intarsys.tools.functor.IArgs
true if this argument list is indexed.
isKnownReason(Throwable) - Static method in class de.intarsys.tools.exception.ExceptionTools
 
isLeftToRight() - Method in class de.intarsys.tools.message.TextOrientation
 
isLinux() - Static method in class de.intarsys.tools.system.SystemTools
 
isLoggable(LogRecord) - Method in class de.intarsys.tools.logging.ThreadFilter
 
isMac() - Static method in class de.intarsys.tools.system.SystemTools
 
isMapped() - Method in interface de.intarsys.tools.reader.IUnEscaper
 
isMapped() - Method in class de.intarsys.tools.reader.UnEscapeReader
 
isMatchSeparators() - Method in class de.intarsys.tools.file.WildcardMatch
 
isNamed() - Method in class de.intarsys.tools.functor.Args
 
isNamed() - Method in class de.intarsys.tools.functor.ChainedArgs
 
isNamed() - Method in class de.intarsys.tools.functor.DeclaredArgs
 
isNamed() - Method in class de.intarsys.tools.functor.EmptyArgs
 
isNamed() - Method in interface de.intarsys.tools.functor.IArgs
true if this argument list is named.
isNumeric(String) - Static method in class de.intarsys.tools.string.StringTools
true if value seems to be a numeric value.
Iso4217 - Class in de.intarsys.tools.currency
http://www.iso.org/iso/en/prods-services/popstds/currencycodeslist.html
Iso4217() - Constructor for class de.intarsys.tools.currency.Iso4217
 
ISO8601Format - Class in de.intarsys.tools.format
 
isOutOfSynch() - Method in class de.intarsys.tools.cache.Cache
 
isOutOfSynch() - Method in interface de.intarsys.tools.component.ISynchronizable
true if the component is out of synch.
isOutOfSynch() - Method in class de.intarsys.tools.locator.ByteArrayLocator
 
isOutOfSynch() - Method in class de.intarsys.tools.locator.ClassLoaderResourceLocator
 
isOutOfSynch() - Method in class de.intarsys.tools.locator.ClassResourceLocator
 
isOutOfSynch() - Method in class de.intarsys.tools.locator.DelegatingLocator
 
isOutOfSynch() - Method in class de.intarsys.tools.locator.FileLocator
 
isOutOfSynch() - Method in class de.intarsys.tools.locator.LocatorByReference
 
isOutOfSynch() - Method in class de.intarsys.tools.locator.LocatorViewport
 
isOutOfSynch() - Method in class de.intarsys.tools.locator.StreamLocator
 
isOutOfSynch() - Method in class de.intarsys.tools.locator.StringLocator
 
isOutOfSynch() - Method in class de.intarsys.tools.locator.TransientLocator
 
isPlatformDependent() - Method in class de.intarsys.tools.installresource.Install
 
isReadOnly() - Method in class de.intarsys.tools.locator.ClassLoaderResourceLocator
 
isReadOnly() - Method in class de.intarsys.tools.locator.ClassResourceLocator
 
isReadOnly() - Method in class de.intarsys.tools.locator.CommonLocator
 
isReadOnly() - Method in class de.intarsys.tools.locator.DelegatingLocator
 
isReadOnly() - Method in class de.intarsys.tools.locator.FileLocator
 
isReadOnly() - Method in interface de.intarsys.tools.locator.ILocator
true if the specified resource is read only.
isReadOnly() - Method in class de.intarsys.tools.locator.LocatorByReference
 
isReadOnly() - Method in class de.intarsys.tools.locator.LocatorViewport
 
isReadOnly() - Method in class de.intarsys.tools.locator.ReadOnlyLocator
 
isReadOnly() - Method in class de.intarsys.tools.locator.StreamLocator
 
isReadOnly() - Method in class de.intarsys.tools.locator.StringLocator
 
isReadOnly() - Method in class de.intarsys.tools.locator.TransientLocator
 
isReadOnly() - Method in class de.intarsys.tools.randomaccess.BufferedRandomAccess
 
isReadOnly() - Method in interface de.intarsys.tools.randomaccess.IRandomAccess
true if this is a read only data container.
isReadOnly() - Method in class de.intarsys.tools.randomaccess.RandomAccessByteArray
 
isReadOnly() - Method in class de.intarsys.tools.randomaccess.RandomAccessFile
 
isReadOnly() - Method in class de.intarsys.tools.randomaccess.RandomAccessFilter
 
isReadOnly() - Method in class de.intarsys.tools.randomaccess.RandomAccessViewport
 
isShowDate() - Method in class de.intarsys.tools.logging.SimpleFormatter
 
isShowLevel() - Method in class de.intarsys.tools.logging.SimpleFormatter
 
isShowName() - Method in class de.intarsys.tools.logging.SimpleFormatter
 
isShowThread() - Method in class de.intarsys.tools.logging.SimpleFormatter
 
isShutdown() - Method in class de.intarsys.tools.concurrent.SynchronousExecutorService
 
isStarted() - Method in class de.intarsys.tools.component.CommonStartStop
 
isStarted() - Method in interface de.intarsys.tools.component.IStartStop
Answer true if this object is started
isStarted() - Method in class de.intarsys.tools.event.LifecycleWatchdog
 
isStopped() - Method in class de.intarsys.tools.component.CommonStartStop
 
isStopped() - Method in interface de.intarsys.tools.component.IStartStop
Answer true if this object is stopped
isStopped() - Method in class de.intarsys.tools.event.LifecycleWatchdog
 
isSuspended() - Method in interface de.intarsys.tools.component.ISuspendResume
 
isSynchSynchronous() - Method in class de.intarsys.tools.locator.ByteArrayLocator
 
isSynchSynchronous() - Method in class de.intarsys.tools.locator.ClassLoaderResourceLocator
 
isSynchSynchronous() - Method in class de.intarsys.tools.locator.ClassResourceLocator
 
isSynchSynchronous() - Method in class de.intarsys.tools.locator.FileLocator
 
isSynchSynchronous() - Method in class de.intarsys.tools.locator.FileLocatorFactory
 
isSynchSynchronous() - Method in class de.intarsys.tools.locator.StreamLocator
 
isSynchSynchronous() - Method in class de.intarsys.tools.locator.StringLocator
 
isSynchSynchronous() - Method in class de.intarsys.tools.locator.TransientLocator
 
IStartStop - Interface in de.intarsys.tools.component
This describes the components ability to explicitly start or stop its lifecycle.
isTerminated() - Method in class de.intarsys.tools.concurrent.SynchronousExecutorService
 
isText(byte[]) - Static method in class de.intarsys.tools.file.MagicFileNumberTest
does the data contain only ISO-8819-x printable characters ?
isText(IRandomAccess) - Static method in class de.intarsys.tools.file.MagicFileNumberTest
does the data contain only ISO-8819-x printable characters ?
IStreamResult - Interface in de.intarsys.tools.result
 
isUseTempFile() - Method in class de.intarsys.tools.locator.FileLocator
true if temp file should be used.
ISuspendResume - Interface in de.intarsys.tools.component
 
isValid(char[]) - Method in interface de.intarsys.tools.authenticate.IPasswordValidator
Check if the password provided by the user is valid.
isValid() - Method in class de.intarsys.tools.file.FileTools.Lock
 
isVetoed() - Method in class de.intarsys.tools.event.Event
 
isVetoed() - Method in class de.intarsys.tools.event.GenericEventFacade
 
isVetoed() - Method in interface de.intarsys.tools.event.IEvent
true if this event is already vetoed by some listener.
isVowel(char) - Static method in class de.intarsys.tools.string.CharacterTools
true if c is a vowel.
isWindows() - Static method in class de.intarsys.tools.file.FileTools
 
isWindows() - Static method in class de.intarsys.tools.system.SystemTools
 
ISynchronizable - Interface in de.intarsys.tools.component
This describes a components ability to check its consistency with any physical representation, for example a file system.
ITaskListener - Interface in de.intarsys.tools.concurrent
 
ITaskListenerSupport - Interface in de.intarsys.tools.concurrent
 
iterator() - Method in class de.intarsys.tools.collection.ReverseListIterator
 
iterator() - Method in class de.intarsys.tools.number.NumberInstance
 
iterator() - Method in class de.intarsys.tools.number.NumberInterval
 
iterator() - Method in class de.intarsys.tools.number.NumberList
 
IteratorEnumeration<T> - Class in de.intarsys.tools.collection
Wraps an iterator into an enumeration API.
IteratorEnumeration(Iterator<T>) - Constructor for class de.intarsys.tools.collection.IteratorEnumeration
IteratorEnumeration constructor.
IUnEscaper - Interface in de.intarsys.tools.reader
An interface for readers that can escape character sequences.
IValueHolder<T> - Interface in de.intarsys.tools.valueholder
 
IVariableNamespace - Interface in de.intarsys.tools.variable
This defines the ability of a component to support generic key/value mappings from string to string.
IVariableNamespaces - Interface in de.intarsys.tools.variable
 

intarsys runtime library
A B C D E F G H I K L M N O P R S T U V W X
Copyright © 2008 intarsys consulting GmbH. All Rights Reserved.