| Class | Description |
|---|---|
| FastHashMap<K,V> |
Simple hash map implementation taken from here
https://github.com/mikvor/hashmapTest/blob/master/src/main/java/map/objobj/ObjObjMap.java
No concrete license specified at the source.
|
| MiniStack<E> |
Extremely light stack implementation.
|
| SimpleArrayList<T> |
Inexpensive (partial) list implementation.
|
Copyright © 2024 HtmlUnit. All rights reserved.