Package cz.tvrzna.dbrunk
Class DbConcurrentMap<V>
- java.lang.Object
-
- cz.tvrzna.dbrunk.DbConcurrentMap<V>
-
- Type Parameters:
V- the value type
- All Implemented Interfaces:
Serializable
public class DbConcurrentMap<V> extends Object implements Serializable
The Class DbConcurrentMap.- Since:
- 0.1.0
- Author:
- michalt
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DbConcurrentMap(Class<V> clazz)Instantiates a new db concurrent map.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclear()Clear.Vget(Long key)Gets the.Vput(Long key, V value)Put.voidremove(Long key)Removes the.Collection<V>values()Values.
-