Package edu.mit.jverbnet.util

Provides utility classes

See:
          Description

Interface Summary
Checks.ICheck<S> A check object provides the ability to throw an exception when a specified object satisfies the condition.
Checks.ICondition<S> A condition object defines a boolean condition over a set of objects.
Checks.IMask<S> A mask object provides the ability to substitute different values for a specified object if it matches the condition.
Checks.IReallocationStrategy A reallocation strategy defines if and how a collection should be reallocated.
IHasID An object with an ID.
IHasLifecycle An object with a lifecycle.
 

Class Summary
AbstractHasLifecycle Abstract implementation of an object that has a lifecycle.
ByteBufferInputStream Adapts a ByteBuffer to an InputStream.
Checks Utilities for checking variables.
Checks.Check<S> Abstract implementation of a check.
Checks.Condition<S> Abstract implementation of a condition.
Checks.Mask<S> Abstract implementation of a mask.
FilteringIterator<E> An iterator that filters the output of another iterator.
ResourceUtils A few utilities relating to Files and URLs.
 

Exception Summary
IHasLifecycle.ObjectClosedException Indicates that the object was not open when some method was called requiring it to be open.
 

Package edu.mit.jverbnet.util Description

Provides utility classes



Copyright © 2012 ${project.organization.name}. All Rights Reserved.