org.jbpm.formModeler.api.model.wrappers
public class I18nSet extends AbstractMap implements Serializable, Comparable
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
I18nSet() |
I18nSet(Map m) |
I18nSet(Set s) |
Modifier and Type | Method and Description |
---|---|
boolean |
add(Object o) |
Map |
asMap()
Deprecated.
|
int |
compareTo(Object o) |
Set |
entrySet() |
String |
getValue(String lang) |
Iterator |
iterator() |
void |
setValue(String lang,
String value) |
public I18nSet()
public I18nSet(Set s)
public I18nSet(Map m)
public Set entrySet()
entrySet
in interface Map
entrySet
in class AbstractMap
public boolean add(Object o)
public int compareTo(Object o)
compareTo
in interface Comparable
public Map asMap()
public Iterator iterator()
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.