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) |
clear, clone, containsKey, containsValue, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, toString, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic I18nSet()
public I18nSet(Set s)
public I18nSet(Map m)
public Set entrySet()
entrySet in interface MapentrySet in class AbstractMappublic boolean add(Object o)
public int compareTo(Object o)
compareTo in interface Comparablepublic Map asMap()
public Iterator iterator()
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.