V - the value type of this mappublic class RightMap<V> extends AbstractMap<Right,V> implements Serializable, Cloneable
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
RightMap()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
protected Object |
clone() |
boolean |
containsKey(Object o) |
boolean |
containsValue(Object o) |
Set<Map.Entry<Right,V>> |
entrySet() |
boolean |
equals(Object o) |
V |
get(Object o) |
int |
hashCode() |
boolean |
isEmpty() |
Set<Right> |
keySet() |
V |
put(Right right,
V value) |
void |
putAll(Map<? extends Right,? extends V> map) |
V |
remove(Object o) |
int |
size() |
String |
toString() |
Collection<V> |
values() |
finalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic void clear()
protected Object clone() throws CloneNotSupportedException
clone in class AbstractMap<Right,V>CloneNotSupportedExceptionpublic boolean containsKey(Object o)
containsKey in interface Map<Right,V>containsKey in class AbstractMap<Right,V>public boolean containsValue(Object o)
containsValue in interface Map<Right,V>containsValue in class AbstractMap<Right,V>public boolean equals(Object o)
public int hashCode()
public boolean isEmpty()
public int size()
public String toString()
toString in class AbstractMap<Right,V>public Collection<V> values()
Copyright © 2004–2019 XWiki. All rights reserved.