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

com.google.appengine.api.datastore.KeyFactory Maven / Gradle / Ivy

The newest version!
package com.google.appengine.api.datastore;

/**
 *
 * @author os
 */
public class KeyFactory {
    public static String keyToString(Key key) {
        throw new UnsupportedOperationException("Not supported yet.");
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy