private BitMappedTrie<T> |
BitMappedTrie.append(java.util.Iterator<? extends T> iterator,
int size) |
|
(package private) BitMappedTrie<T> |
BitMappedTrie.appendAll(java.lang.Iterable<? extends T> iterable) |
|
private BitMappedTrie<T> |
BitMappedTrie.boxed() |
|
private static <T> BitMappedTrie<T> |
BitMappedTrie.collapsed(ArrayType<T> type,
java.lang.Object array,
int offset,
int length,
int shift) |
|
(package private) BitMappedTrie<T> |
BitMappedTrie.drop(int n) |
|
(package private) static <T> BitMappedTrie<T> |
BitMappedTrie.empty() |
|
(package private) BitMappedTrie<T> |
BitMappedTrie.filter(java.util.function.Predicate<? super T> predicate) |
|
(package private) <U> BitMappedTrie<U> |
BitMappedTrie.map(java.util.function.Function<? super T,? extends U> mapper) |
|
(package private) static <T> BitMappedTrie<T> |
BitMappedTrie.ofAll(java.lang.Object array) |
|
private static <T> BitMappedTrie<T> |
BitMappedTrie.ofAll(java.lang.Object array,
ArrayType<T> type,
int size) |
|
private BitMappedTrie<T> |
BitMappedTrie.prepend(java.util.Iterator<? extends T> iterator,
int size) |
|
(package private) BitMappedTrie<T> |
BitMappedTrie.prependAll(java.lang.Iterable<? extends T> iterable) |
|
(package private) BitMappedTrie<T> |
BitMappedTrie.take(int n) |
|
(package private) BitMappedTrie<T> |
BitMappedTrie.update(int index,
T element) |
|