com.amazon.redshift.util.GettableHashMap Maven / Gradle / Ivy
/*
* Copyright (c) 2018, PostgreSQL Global Development Group
* See the LICENSE file in the project root for more information.
*/
package com.amazon.redshift.util;
import java.util.HashMap;
public class GettableHashMap extends HashMap implements Gettable {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy