Class PersistentTrieMap.CompactMapNode<K,V>

java.lang.Object
io.usethesource.capsule.core.PersistentTrieMap.AbstractMapNode<K,V>
io.usethesource.capsule.core.PersistentTrieMap.CompactMapNode<K,V>
All Implemented Interfaces:
MapNode<K,V,PersistentTrieMap.AbstractMapNode<K,V>>, Node, Serializable
Direct Known Subclasses:
PersistentTrieMap.CompactMixedMapNode, PersistentTrieMap.HashCollisionMapNode
Enclosing class:
PersistentTrieMap<K,V>

protected abstract static class PersistentTrieMap.CompactMapNode<K,V> extends PersistentTrieMap.AbstractMapNode<K,V>
See Also: