| Class | Description |
|---|---|
| AddedLeaf | |
| ArrayNode |
Only stores references to other
class HamtNode |
| DelKt | |
| GetKt | |
| HamtNode | |
| HashCollisionNode |
Stores a hash and Key-Values that have that same hash
|
| InternalEntry | |
| KataMap<K,V> |
Persistent/Immutable implementation of a HashMap. This is a port of https://github.com/clojure/clojure/blob/master/src/jvm/clojure/lang/PersistentHashMap.java
Create
|
| PartialNode |
Stores both references and values
|
| PutKt |