public class SortedMapProxy<K,V>
extends java.lang.Object
implements java.util.SortedMap<K,V>, java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected java.util.SortedMap<K,V> |
delegate |
Constructor and Description |
---|
SortedMapProxy() |
SortedMapProxy(Initializor<java.util.SortedMap<K,V>> initializor) |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
java.util.Comparator<? super K> |
comparator() |
boolean |
containsKey(java.lang.Object o) |
boolean |
containsValue(java.lang.Object o) |
java.util.Set<java.util.Map.Entry<K,V>> |
entrySet() |
boolean |
equals(java.lang.Object o) |
K |
firstKey() |
V |
get(java.lang.Object o) |
int |
hashCode() |
java.util.SortedMap<K,V> |
headMap(K k) |
boolean |
isEmpty() |
java.util.Set<K> |
keySet() |
K |
lastKey() |
V |
put(K k,
V v) |
void |
putAll(java.util.Map<? extends K,? extends V> map) |
V |
remove(java.lang.Object o) |
int |
size() |
java.util.SortedMap<K,V> |
subMap(K k,
K k1) |
java.util.SortedMap<K,V> |
tailMap(K k) |
java.util.Collection<V> |
values() |
public SortedMapProxy()
public SortedMapProxy(Initializor<java.util.SortedMap<K,V>> initializor)
public boolean containsKey(java.lang.Object o)
public boolean containsValue(java.lang.Object o)
public java.util.Set<K> keySet()
public java.util.Collection<V> values()
public java.util.Comparator<? super K> comparator()
public boolean equals(java.lang.Object o)
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.