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