Package org.jboss.cache.util

Class Summary
CachePrinter Helper that prints the contents of a Cache to a string.
ExposedByteArrayOutputStream Extends ByteArrayOutputStream, but exposes the internal buffer.
MapCopy<K,V> Contains a fixed array of read-only map entries, from a copy of an existing map.
ThreadGate Copyright (c) 2005 Brian Goetz and Tim Peierls Released under the Creative Commons Attribution License (http://creativecommons.org/licenses/by/2.5) Official home: http://www.jcip.net ThreadGate

Recloseable gate using wait and notifyAll

Util General utility methods used throughout the JBC code base.
Util.MapModifications Static inner class that holds 3 maps - for data added, removed and modified.
XMLUnitTestFormatter