com.force.i18n.commons.util.collection.MapSerializer Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of grammaticus Show documentation
Show all versions of grammaticus Show documentation
Localization Framework that allows grammatically correct renaming of nouns
/**
* Copyright 2023 Salesforce, Inc.
* All rights reserved.
* Licensed under the BSD 3-Clause license.
* For full license text, see LICENSE.txt file in the repo root or https://opensource.org/licenses/BSD-3-Clause
*/
package com.force.i18n.commons.util.collection;
import java.io.Serializable;
import java.util.Map;
import com.google.common.collect.ImmutableSortedMap;
/**
* Proxy of {@code Map
© 2015 - 2024 Weber Informatics LLC | Privacy Policy