gatb.core-API-0.0.0
gatb::core::tools::collections::impl Namespace Reference

Classes

struct  AdaptatorDefault
 
class  BagCache
 Bag implementation as a cache to a referred Bag instance. More...
 
class  BagCacheSorted
 Bag implementation as a cache to a referred Bag instance. More...
 
class  BagCacheSortedBuffered
 Bag implementation as a cache to a referred Bag instance. More...
 
class  BagFile
 Bag implementation for file. More...
 
class  Bloom
 Bloom filter implementation. More...
 
class  BloomCacheCoherent
 Bloom filter implementation with CPU cache consideration. More...
 
class  BloomContainer
 Bloom filter implementation. More...
 
class  BloomExtendedNeighborCoherent
 Bloom filter implementation with cache consideration. More...
 
class  BloomFactory
 Factory that creates IBloom instances. More...
 
class  BloomNeighborCoherent
 Bloom filter implementation with cache consideration. More...
 
class  BloomNull
 Bloom filter null implementation. More...
 
class  BloomSynchronized
 Bloom filter implementation with synchronization. More...
 
class  BooPHF
 Minimal Perfect Hash Function. More...
 
class  CollectionAbstract
 Abstract implementation of the Collection interface. More...
 
class  CollectionCache
 Cache implementation of the Collection interface. More...
 
class  CollectionCacheSorted
 Cache implementation of the Collection interface. More...
 
class  ContainerSet
 Implementation of the Container interface. More...
 
class  Hash16
 Class providing hash table service with a given memory max usage. More...
 
class  HashFunctors
 Define a set of hash functions. More...
 
class  IBloom
 Bloom interface. More...
 
class  IterableAdaptor
 Adaptor of an Iterable<T1> into an Iterable<T2> More...
 
class  IterableFile
 Implementation of the Iterable interface as a file. More...
 
class  IterableHelpers
 some helper methods for Iterable objects. More...
 
class  IteratorFile
 Iterator implementation for file. More...
 
class  MapMPHF
 hash table implementation More...
 
class  OAHash
 Hash table implementation. More...
 
class  ProgressIterator
 Iterator with progress information. More...
 

Detailed Description

Implementation of API from collections