Package org.jboss.cache.util

Class Summary
BeanUtils Simple JavaBean manipulation helper methods
BitEncodedIntegerSet A Set that encodes integers as bits in a long.
CachePrinter Helper that prints the contents of a Cache to a string.
DeltaMap<K,V> Wraps an existing map, which is not modified, reflecting modifications in an internal modification set.
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.
MinMapUtil Minimizes Map memory usage by changing the map instance based on the number of stored entries.
ThreadGate A reclosable gate with timeout support.
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.
 



Copyright © 2008 JBoss, a division of Red Hat. All Rights Reserved.