Uses of Interface
io.usethesource.capsule.core.trie.ArrayView
Packages that use ArrayView
-
Uses of ArrayView in io.usethesource.capsule.core
Methods in io.usethesource.capsule.core that return ArrayViewModifier and TypeMethodDescription<T> ArrayView<T> PersistentTrieMap.AbstractMapNode.dataArray(int category, int component) <T> ArrayView<T> PersistentTrieSet.AbstractSetNode.dataArray(int category, int component) <T> ArrayView<T> PersistentTrieSetMultimap.AbstractSetMultimapNode.dataArray(int category, int component) abstract ArrayView<PersistentTrieMap.AbstractMapNode<K, V>> PersistentTrieMap.AbstractMapNode.nodeArray()abstract ArrayView<PersistentTrieSet.AbstractSetNode<K>> PersistentTrieSet.AbstractSetNode.nodeArray()PersistentTrieSetMultimap.AbstractSetMultimapNode.nodeArray() -
Uses of ArrayView in io.usethesource.capsule.core.trie
Methods in io.usethesource.capsule.core.trie that return ArrayView