Uses of Class
io.vavr.collection.BitMappedTrie
Packages that use BitMappedTrie
-
Uses of BitMappedTrie in io.vavr.collection
Fields in io.vavr.collection declared as BitMappedTrieModifier and TypeFieldDescriptionprivate static final BitMappedTrie<?> BitMappedTrie.EMPTY(package private) final BitMappedTrie<T> Vector.trieMethods in io.vavr.collection that return BitMappedTrieModifier and TypeMethodDescriptionprivate BitMappedTrie<T> (package private) BitMappedTrie<T> private BitMappedTrie<T> BitMappedTrie.boxed()private static <T> BitMappedTrie<T> (package private) BitMappedTrie<T> BitMappedTrie.drop(int n) (package private) static <T> BitMappedTrie<T> BitMappedTrie.empty()(package private) BitMappedTrie<T> (package private) <U> BitMappedTrie<U> (package private) static <T> BitMappedTrie<T> private static <T> BitMappedTrie<T> private BitMappedTrie<T> (package private) BitMappedTrie<T> BitMappedTrie.prependAll(Iterable<? extends T> iterable) (package private) BitMappedTrie<T> BitMappedTrie.take(int n) (package private) BitMappedTrie<T> Methods in io.vavr.collection with parameters of type BitMappedTrieModifier and TypeMethodDescriptionprivate static <T> Vector<T> Vector.ofAll(BitMappedTrie<T> trie) Vector.wrap(BitMappedTrie<T> trie) Constructors in io.vavr.collection with parameters of type BitMappedTrie