All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.tinkerpop.rexster.protocol.msg.RexProMessageMeta Maven / Gradle / Ivy

There is a newer version: 2.6.0
Show newest version
package com.tinkerpop.rexster.protocol.msg;

import java.util.HashMap;
import java.util.Map;

/**
 * HashMap with a msgpack template
 *
 * @author Blake Eggleston (bdeggleston.github.com)
 */
public class RexProMessageMeta extends HashMap {

    public RexProMessageMeta() { }
    public RexProMessageMeta(int i) { super(i); }
    public RexProMessageMeta(int i, float v) { super(i, v); }
    public RexProMessageMeta(Map map) { super(map); }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy