Uses of Interface
io.usethesource.capsule.core.trie.SetNode
-
Packages that use SetNode Package Description io.usethesource.capsule.core io.usethesource.capsule.core.trie -
-
Uses of SetNode in io.usethesource.capsule.core
Classes in io.usethesource.capsule.core that implement SetNode Modifier and Type Class Description protected static class
PersistentTrieSet.AbstractSetNode<K>
private static class
PersistentTrieSet.BitmapIndexedSetNode<K>
protected static class
PersistentTrieSet.CompactMixedSetNode<K>
protected static class
PersistentTrieSet.CompactSetNode<K>
private static class
PersistentTrieSet.HashCollisionSetNode<K>
-
Uses of SetNode in io.usethesource.capsule.core.trie
Classes in io.usethesource.capsule.core.trie with type parameters of type SetNode Modifier and Type Interface Description interface
SetNode<K,R extends SetNode<K,R>>
-