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 TypeMethodDescriptionprivate <T> ArrayView
<T> PersistentTrieMap.AbstractMapNode.categoryArrayView0()
private <T> ArrayView
<T> PersistentTrieSet.AbstractSetNode.categoryArrayView0()
private <T> ArrayView
<T> PersistentTrieSetMultimap.AbstractSetMultimapNode.categoryArrayView0
(int component) private <T> ArrayView
<T> PersistentTrieMap.AbstractMapNode.categoryArrayView1()
private <T> ArrayView
<T> PersistentTrieSetMultimap.AbstractSetMultimapNode.categoryArrayView1
(int component) <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()
PersistentTrieMap.BitmapIndexedMapNode.nodeArray()
PersistentTrieMap.HashCollisionMapNode.nodeArray()
abstract ArrayView
<PersistentTrieSet.AbstractSetNode<K>> PersistentTrieSet.AbstractSetNode.nodeArray()
PersistentTrieSet.BitmapIndexedSetNode.nodeArray()
PersistentTrieSet.HashCollisionSetNode.nodeArray()
PersistentTrieSetMultimap.AbstractSetMultimapNode.nodeArray()
PersistentTrieSetMultimap.BitmapIndexedSetMultimapNode.nodeArray()
PersistentTrieSetMultimap.HashCollisionNode.nodeArray()
-
Uses of ArrayView in io.usethesource.capsule.core.trie
Methods in io.usethesource.capsule.core.trie that return ArrayView