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

io.tiler.internal.SocketState Maven / Gradle / Ivy

There is a newer version: 0.1.28
Show newest version
package io.tiler.internal;

import io.tiler.internal.queries.Query;

import java.util.HashMap;

public class SocketState {
  private HashMap queries = new HashMap<>();

  public HashMap queries() {
    return queries;
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy