Package herddb.utils
Class ListWithMap<E>
- java.lang.Object
-
- herddb.utils.ListWithMap<E>
-
- Type Parameters:
E-
public class ListWithMap<E> extends Object
Combined strucutre linked list / hash map.If necessary elements can be removed in O1 with
remove(Object)- Author:
- diego.salvi
-
-
Constructor Summary
Constructors Constructor Description ListWithMap()
-