Package nl.tue.storage.impl
Class CompressedStoreHashSetImpl.Int32G<K>
- java.lang.Object
-
- nl.tue.storage.impl.CompressedStoreHashSetImpl<K>
-
- nl.tue.storage.impl.CompressedStoreHashSetImpl.Int32G<K>
-
- All Implemented Interfaces:
CompressedHashSet<K>
- Enclosing class:
- CompressedStoreHashSetImpl<K>
public static final class CompressedStoreHashSetImpl.Int32G<K> extends CompressedStoreHashSetImpl<K>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class nl.tue.storage.impl.CompressedStoreHashSetImpl
CompressedStoreHashSetImpl.Int32G<K>, CompressedStoreHashSetImpl.Int4G<K>, CompressedStoreHashSetImpl.Int8G<K>, CompressedStoreHashSetImpl.IntCustomAlignment<K>, CompressedStoreHashSetImpl.Long<K>, CompressedStoreHashSetImpl.Result<K>
-
-
Constructor Summary
Constructors Constructor Description Int32G(Deflater<? super K> deflater, int blockSize, EqualOperation<K> eq, HashOperation<K> hs, int initialCapacity)Int32G(Deflater<? super K> deflater, EqualOperation<K> eq, HashOperation<K> hs, int initialCapacity)Int32G(Deflater<? super K> deflater, Inflater<? extends K> inflater, int initialCapacity)Int32G(Deflater<? super K> deflater, Inflater<? extends K> inflater, int blockSize, EqualOperation<K> eq, HashOperation<K> hs, int initialCapacity)Int32G(Deflater<? super K> deflater, Inflater<? extends K> inflater, EqualOperation<K> eq, int initialCapacity)Int32G(Deflater<? super K> deflater, Inflater<? extends K> inflater, EqualOperation<K> eq, HashOperation<K> hs, int initialCapacity)Int32G(Deflater<? super K> deflater, Inflater<? extends K> inflater, HashOperation<K> hs, int initialCapacity)
-
Method Summary
-
Methods inherited from class nl.tue.storage.impl.CompressedStoreHashSetImpl
add, contains, getBackingStore, getMemory, getObject, removeAll, size
-
-
-
-
Constructor Detail
-
Int32G
public Int32G(Deflater<? super K> deflater, EqualOperation<K> eq, HashOperation<K> hs, int initialCapacity)
-
Int32G
public Int32G(Deflater<? super K> deflater, Inflater<? extends K> inflater, EqualOperation<K> eq, HashOperation<K> hs, int initialCapacity)
-
Int32G
public Int32G(Deflater<? super K> deflater, int blockSize, EqualOperation<K> eq, HashOperation<K> hs, int initialCapacity)
-
Int32G
public Int32G(Deflater<? super K> deflater, Inflater<? extends K> inflater, EqualOperation<K> eq, int initialCapacity)
-
Int32G
public Int32G(Deflater<? super K> deflater, Inflater<? extends K> inflater, HashOperation<K> hs, int initialCapacity)
-
Int32G
public Int32G(Deflater<? super K> deflater, Inflater<? extends K> inflater, int initialCapacity)
-
Int32G
public Int32G(Deflater<? super K> deflater, Inflater<? extends K> inflater, int blockSize, EqualOperation<K> eq, HashOperation<K> hs, int initialCapacity)
-
-