Uses of Class
io.usethesource.capsule.core.trie.ImmutablePayloadTuple
-
Packages that use ImmutablePayloadTuple Package Description io.usethesource.capsule.core.trie -
-
Uses of ImmutablePayloadTuple in io.usethesource.capsule.core.trie
Methods in io.usethesource.capsule.core.trie that return ImmutablePayloadTuple Modifier and Type Method Description default ImmutablePayloadTuple<K>
SetNode. getPayload(int index)
static <K> ImmutablePayloadTuple<K>
ImmutablePayloadTuple. of(int hash, K payload)
Methods in io.usethesource.capsule.core.trie with parameters of type ImmutablePayloadTuple Modifier and Type Method Description int
ImmutablePayloadTuple. compareTo(ImmutablePayloadTuple<T> other)
-