Interface | Description |
---|---|
ClosableResource |
An interface intended to be shared by the many sorts
of objects that offer some kind of close method to
cleanup resources they might be using.
|
RunnableQueue | Deprecated.
use com.mchange.v2.async.RunnableQueue
|
SomethingChangedListener | |
UIterator |
Incomplete parent of "Unreliable Iterator"
This is often bound to a scarce resource! Don't
forget to close it when you are done!!!
This interface is not intended to be implemented
directly, but to be extended by subinterfaces
that narrow the exceptions reasonably.
|
UnreliableIterator |
This is often bound to a scarce resource! Don't
forget to close it when you are done!!!
|
Class | Description |
---|---|
AbstractMapEntry | |
AbstractResourcePool | Deprecated.
use com.mchange.v1.resourcepool.AbstractResourcePool
|
ArrayUtils | |
CleanupUtils | Deprecated.
use functions in per-closeable resouce utility classes
|
ClosableResourceUtils | |
CollectionUtils | |
DebugUtils | |
IteratorUtils | |
JoinedIterator | |
ListUtils | |
MapUtils | Deprecated.
Oops! Doesn't conform to Map equals() / hashCode() contract!
|
NumberedObjectCache | |
SetUtils | |
SimpleMapEntry | |
SimpleRunnableQueue | Deprecated.
use com.mchange.v2.async.SimpleRunnableQueue
|
SomethingChangedEvent | |
SomethingChangedEventSupport | |
StringTokenizerUtils | |
Sublist | |
UIteratorUtils | |
UnreliableIteratorUtils | |
WrapperIterator |
This implementation does not yet support removes once hasNext() has
been called...
|
WrapperUIterator |
This implementation does not yet support removes once hasNext() has
been called...
|
Exception | Description |
---|---|
BrokenObjectException | |
UnexpectedException | |
UnreliableIteratorException |