Class Hierarchy
- java.lang.Object
- io.usethesource.capsule.core.AbstractTrieSetMultimap<K,V,C,R> (implements java.io.Serializable, io.usethesource.capsule.SetMultimap<K,V>)
- io.usethesource.capsule.core.AbstractPersistentTrieSetMultimap<K,V,C,R> (implements java.io.Serializable, io.usethesource.capsule.SetMultimap.Immutable<K,V>)
- io.usethesource.capsule.core.PersistentTrieSetMultimap<K,V> (implements java.io.Serializable)
- io.usethesource.capsule.core.AbstractTransientTrieSetMultimap<K,V,C,R> (implements io.usethesource.capsule.SetMultimap.Transient<K,V>)
- io.usethesource.capsule.core.PersistentTrieSetMultimap.TransientTrieSetMultimap<K,V>
- io.usethesource.capsule.core.AbstractPersistentTrieSetMultimap<K,V,C,R> (implements java.io.Serializable, io.usethesource.capsule.SetMultimap.Immutable<K,V>)
- io.usethesource.capsule.core.AbstractTrieSetMultimap.AbstractSetMultimapIterator<K,V,C,R>
- io.usethesource.capsule.core.AbstractTrieSetMultimap.SetMultimapKeyIterator<K,V,C,R> (implements java.util.Iterator<E>)
- io.usethesource.capsule.core.AbstractTransientTrieSetMultimap.TransientSetMultimapKeyIterator<K,V,C,R>
- io.usethesource.capsule.core.AbstractTrieSetMultimap.SetMultimapNativeTupleIterator<K,V,C,R> (implements java.util.Iterator<E>)
- io.usethesource.capsule.core.AbstractTrieSetMultimap.SetMultimapTupleIterator<K,V,C,R,T> (implements java.util.Iterator<E>)
- io.usethesource.capsule.core.AbstractTransientTrieSetMultimap.TransientSetMultimapTupleIterator<K,V,C,R,T>
- io.usethesource.capsule.core.AbstractTrieSetMultimap.SetMultimapValueIterator<K,V,C,R> (implements java.util.Iterator<E>)
- io.usethesource.capsule.core.AbstractTransientTrieSetMultimap.TransientSetMultimapValueIterator<K,V,C,R>
- io.usethesource.capsule.core.AbstractTrieSetMultimap.SetMultimapKeyIterator<K,V,C,R> (implements java.util.Iterator<E>)
- io.usethesource.capsule.core.AbstractTrieSetMultimap.TrieSetMultimap_BleedingEdgeNodeIterator<K,V,C,R> (implements java.util.Iterator<E>)
- io.usethesource.capsule.core.PersistentBidirectionalTrieSetMultimap<K,V> (implements io.usethesource.capsule.BinaryRelation.Immutable<K,V>, java.io.Serializable)
- io.usethesource.capsule.core.PersistentTrieMap<K,V> (implements io.usethesource.capsule.Map.Immutable<K,V>, java.io.Serializable)
- io.usethesource.capsule.core.PersistentTrieMap.AbstractMapIterator<K,V>
- io.usethesource.capsule.core.PersistentTrieMap.MapEntryIterator<K,V> (implements java.util.Iterator<E>)
- io.usethesource.capsule.core.PersistentTrieMap.TransientTrieMap.TransientMapEntryIterator<K,V>
- io.usethesource.capsule.core.PersistentTrieMap.MapKeyIterator<K,V> (implements java.util.Iterator<E>)
- io.usethesource.capsule.core.PersistentTrieMap.TransientTrieMap.TransientMapKeyIterator<K,V>
- io.usethesource.capsule.core.PersistentTrieMap.MapValueIterator<K,V> (implements java.util.Iterator<E>)
- io.usethesource.capsule.core.PersistentTrieMap.TransientTrieMap.TransientMapValueIterator<K,V>
- io.usethesource.capsule.core.PersistentTrieMap.MapEntryIterator<K,V> (implements java.util.Iterator<E>)
- io.usethesource.capsule.core.PersistentTrieMap.AbstractMapNode<K,V> (implements io.usethesource.capsule.core.trie.MapNode<K,V,R>, java.io.Serializable)
- io.usethesource.capsule.core.PersistentTrieMap.CompactMapNode<K,V>
- io.usethesource.capsule.core.PersistentTrieMap.CompactMixedMapNode<K,V>
- io.usethesource.capsule.core.PersistentTrieMap.BitmapIndexedMapNode<K,V>
- io.usethesource.capsule.core.PersistentTrieMap.HashCollisionMapNode<K,V>
- io.usethesource.capsule.core.PersistentTrieMap.CompactMixedMapNode<K,V>
- io.usethesource.capsule.core.PersistentTrieMap.CompactMapNode<K,V>
- io.usethesource.capsule.core.PersistentTrieMap.TransientTrieMap<K,V> (implements io.usethesource.capsule.Map.Transient<K,V>)
- io.usethesource.capsule.core.PersistentTrieMap.TrieMapNodeIterator<K,V> (implements java.util.Iterator<E>)
- io.usethesource.capsule.core.PersistentTrieSet<K> (implements java.io.Serializable, io.usethesource.capsule.Set.Immutable<K>)
- io.usethesource.capsule.core.PersistentTrieSet.AbstractSetIterator<K>
- io.usethesource.capsule.core.PersistentTrieSet.SetKeyIterator<K> (implements java.util.Iterator<E>)
- io.usethesource.capsule.core.PersistentTrieSet.AbstractTransientTrieSet.TransientSetKeyIterator<K>
- io.usethesource.capsule.core.PersistentTrieSet.SetKeyIterator<K> (implements java.util.Iterator<E>)
- io.usethesource.capsule.core.PersistentTrieSet.AbstractSetNode<K> (implements java.lang.Iterable<T>, java.io.Serializable, io.usethesource.capsule.core.trie.SetNode<K,R>)
- io.usethesource.capsule.core.PersistentTrieSet.CompactSetNode<K>
- io.usethesource.capsule.core.PersistentTrieSet.CompactMixedSetNode<K>
- io.usethesource.capsule.core.PersistentTrieSet.BitmapIndexedSetNode<K>
- io.usethesource.capsule.core.PersistentTrieSet.HashCollisionSetNode<K>
- io.usethesource.capsule.core.PersistentTrieSet.CompactMixedSetNode<K>
- io.usethesource.capsule.core.PersistentTrieSet.CompactSetNode<K>
- io.usethesource.capsule.core.PersistentTrieSet.AbstractTransientTrieSet<K> (implements io.usethesource.capsule.Set.Transient<K>)
- io.usethesource.capsule.core.PersistentTrieSet.TransientTrieSet<K>
- io.usethesource.capsule.core.PersistentTrieSet.TrieSetNodeIterator<K> (implements java.util.Iterator<E>)
- io.usethesource.capsule.core.PersistentTrieSetMultimap.AbstractSetMultimapNode<K,V> (implements io.usethesource.capsule.core.trie.MultimapNode<K,V,C,R>, java.io.Serializable)
- io.usethesource.capsule.core.PersistentTrieSetMultimap.CompactSetMultimapNode<K,V>
- io.usethesource.capsule.core.PersistentTrieSetMultimap.AbstractHashCollisionNode<K,V>
- io.usethesource.capsule.core.PersistentTrieSetMultimap.HashCollisionNode<K,V>
- io.usethesource.capsule.core.PersistentTrieSetMultimap.CompactMixedSetMultimapNode<K,V>
- io.usethesource.capsule.core.PersistentTrieSetMultimap.BitmapIndexedSetMultimapNode<K,V>
- io.usethesource.capsule.core.PersistentTrieSetMultimap.AbstractHashCollisionNode<K,V>
- io.usethesource.capsule.core.PersistentTrieSetMultimap.CompactSetMultimapNode<K,V>
- io.usethesource.capsule.core.TransientBidirectionalTrieSetMultimap<K,V> (implements io.usethesource.capsule.BinaryRelation.Transient<K,V>)
- io.usethesource.capsule.core.AbstractTrieSetMultimap<K,V,C,R> (implements java.io.Serializable, io.usethesource.capsule.SetMultimap<K,V>)