Package io.usethesource.capsule.core
Class PersistentTrieMap.CompactMixedMapNode<K,V>
java.lang.Object
io.usethesource.capsule.core.PersistentTrieMap.AbstractMapNode<K,V>
io.usethesource.capsule.core.PersistentTrieMap.CompactMapNode<K,V>
io.usethesource.capsule.core.PersistentTrieMap.CompactMixedMapNode<K,V>
- All Implemented Interfaces:
MapNode<K,,V, PersistentTrieMap.AbstractMapNode<K, V>> Node,Serializable
- Enclosing class:
PersistentTrieMap<K,V>
protected abstract static class PersistentTrieMap.CompactMixedMapNode<K,V>
extends PersistentTrieMap.CompactMapNode<K,V>
- See Also:
-
Field Summary
Fields inherited from interface io.usethesource.capsule.core.trie.Node
SIZE_EMPTY, SIZE_MORE_THAN_ONE, SIZE_ONE -
Method Summary
Methods inherited from class io.usethesource.capsule.core.PersistentTrieMap.CompactMapNode
containsKey, findByKey, removed, toString, updatedMethods inherited from class io.usethesource.capsule.core.PersistentTrieMap.AbstractMapNode
dataArray, nodeArrayMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface io.usethesource.capsule.core.trie.MapNode
equivalentMethods inherited from interface io.usethesource.capsule.core.trie.Node
sizePredicate
-
Method Details
-
nodeMap
public int nodeMap() -
dataMap
public int dataMap()
-