Class HashMapSupplier<K,V>
- java.lang.Object
 - 
- org.apache.tinkerpop.gremlin.util.function.HashMapSupplier<K,V>
 
 
- 
- All Implemented Interfaces:
 Serializable,Supplier<Map<K,V>>
public final class HashMapSupplier<K,V> extends Object implements Supplier<Map<K,V>>, Serializable
- Author:
 - Marko A. Rodriguez (http://markorodriguez.com)
 - See Also:
 - Serialized Form
 
 
- 
- 
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description HashMap<K,V>get()static <K,V>
HashMapSupplier<K,V>instance() 
 -