Package nl.tue.storage
-
Interface Summary Interface Description CompressedHashSet<K> The implementation is not Thread-safe.CompressedStore<T> Implementation of this compressed store is not thread safe.Deflater<T> EqualOperation<K> Checks for equality between an object and a location in a CompressedStore.HashOperation<K> Interface for the hash operation needed to store objects in the CompressedStoreHashSet class.Inflater<T> -
Class Summary Class Description EqualOperation.Default<K> FastByteArrayInputStream ByteArrayInputStream implementation that does not synchronize methods, nor does it check for the end of stream.FastByteArrayOutputStream ByteArrayOutputStream implementation that doesn't synchronize methods and doesn't copy the data on toByteArray().HashOperation.Default<K> ResizeableFastByteArrayOutputStream ByteArrayOutputStream implementation that doesn't synchronize methods and doesn't copy the data on toByteArray().StorageTest -
Exception Summary Exception Description StorageException