Package io.usethesource.capsule.core
Class PersistentTrieSet.CompactMixedSetNode<K>
java.lang.Object
io.usethesource.capsule.core.PersistentTrieSet.AbstractSetNode<K>
io.usethesource.capsule.core.PersistentTrieSet.CompactSetNode<K>
io.usethesource.capsule.core.PersistentTrieSet.CompactMixedSetNode<K>
- All Implemented Interfaces:
Node,SetNode<K,,PersistentTrieSet.AbstractSetNode<K>> Serializable,Iterable<K>
- Enclosing class:
PersistentTrieSet<K>
protected abstract static class PersistentTrieSet.CompactMixedSetNode<K>
extends PersistentTrieSet.CompactSetNode<K>
- 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.PersistentTrieSet.CompactSetNode
contains, findByKey, removed, toString, updatedMethods inherited from class io.usethesource.capsule.core.PersistentTrieSet.AbstractSetNode
dataArray, iterator, nodeArray, recursivePayloadHashCode, size, spliterator, streamMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface io.usethesource.capsule.core.trie.Node
sizePredicateMethods inherited from interface io.usethesource.capsule.core.trie.SetNode
equivalent, findFirst, getKey, getKeyHash, getPayload, hasPayload, intersect, payloadArity, subtract, union