Class TrieLongArrayNode<T>
java.lang.Object
org.javimmutable.collections.array.TrieLongArrayNode<T>
-
Method Summary
Modifier and TypeMethodDescriptionvoid
delete
(long index) static <T> TrieLongArrayNode
<T> empty()
entries()
getValueOr
(long index, T defaultValue) boolean
isEmpty()
keys()
int
size()
values()
-
Method Details
-
empty
-
isEmpty
public boolean isEmpty() -
size
public int size() -
getValueOr
-
assign
-
delete
-
keys
-
values
-
entries
-
checkInvariants
public void checkInvariants()
-