Package rocket.collection.client

Examples of rocket.collection.client.MultiValueMap


* @author Miroslav Pokorny (mP)
*/
public class Headers implements IsSerializable {

  public Headers() {
    this.setMultiValueMap(new MultiValueMap());
  }
View Full Code Here

TOP

Related Classes of rocket.collection.client.MultiValueMap

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.