Package com.mchange.v1.util
-
Interface Summary 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.RunnableQueueSomethingChangedListener 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 Summary Class Description AbstractMapEntry AbstractResourcePool Deprecated. use com.mchange.v1.resourcepool.AbstractResourcePoolArrayUtils CleanupUtils Deprecated. use functions in per-closeable resouce utility classesClosableResourceUtils 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.SimpleRunnableQueueSomethingChangedEvent 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 Summary Exception Description BrokenObjectException UnexpectedException UnreliableIteratorException