org.springframework.data.simpledb.util.MapUtils Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of spring-data-simpledb Show documentation
Show all versions of spring-data-simpledb Show documentation
Provides a POJO centric model as per Spring Data interfaces to interact with Amazon SimpleDB, a non-relational datastore
package org.springframework.data.simpledb.util;
import java.util.LinkedHashMap;
import java.util.LinkedList;
import java.util.List;
import java.util.Map;
import java.util.Set;
public final class MapUtils {
private MapUtils() {
// utility class
}
/**
* Splits rawMap's entries into a number of chunk maps of max chunkSize elements
*
* @param rawMap
* @param chunkSize
* @return
*/
public static List