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 Node
SIZE_EMPTY, SIZE_MORE_THAN_ONE, SIZE_ONE -
Method Summary
Methods inherited from class PersistentTrieSet.CompactSetNode
contains, findByKey, removed, toString, updatedMethods inherited from class PersistentTrieSet.AbstractSetNode
dataArray, iterator, nodeArray, recursivePayloadHashCode, size, spliterator, streamMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface Node
sizePredicateMethods inherited from interface SetNode
equivalent, findFirst, getKey, getKeyHash, getPayload, hasPayload, intersect, payloadArity, subtract, union