INode

Functions

Link copied to clipboard
abstract operator fun get(key: Long, shift: Int): V
Link copied to clipboard
abstract fun put(key: Long, value: V?, shift: Int): LongKeyPMap.INode<*>?
Link copied to clipboard
abstract fun remove(key: Long, shift: Int): LongKeyPMap.INode<*>?
Link copied to clipboard
abstract fun visitChanges(oldNode: LongKeyPMap.INode<V>, visitor: LongKeyPMap.IChangeVisitor<V>)
Link copied to clipboard
abstract fun visitEntries(visitor: BiPredicate<Long, V>): Boolean