public class PresortedMap
extends java.lang.Object
implements java.util.SortedMap
| Constructor and Description |
|---|
PresortedMap() |
PresortedMap(java.util.Comparator comparator) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
java.util.Comparator |
comparator() |
boolean |
containsKey(java.lang.Object key) |
boolean |
containsValue(java.lang.Object value) |
java.util.Set |
entrySet() |
java.lang.Object |
firstKey() |
java.lang.Object |
get(java.lang.Object key) |
java.util.SortedMap |
headMap(java.lang.Object toKey) |
boolean |
isEmpty() |
java.util.Set |
keySet() |
java.lang.Object |
lastKey() |
java.lang.Object |
put(java.lang.Object key,
java.lang.Object value) |
void |
putAll(java.util.Map m) |
java.lang.Object |
remove(java.lang.Object key) |
int |
size() |
java.util.SortedMap |
subMap(java.lang.Object fromKey,
java.lang.Object toKey) |
java.util.SortedMap |
tailMap(java.lang.Object fromKey) |
java.util.Collection |
values() |
public PresortedMap()
public PresortedMap(java.util.Comparator comparator)
public java.util.Comparator comparator()
comparator in interface java.util.SortedMappublic java.util.Set entrySet()
entrySet in interface java.util.MapentrySet in interface java.util.SortedMappublic java.lang.Object firstKey()
firstKey in interface java.util.SortedMappublic java.util.SortedMap headMap(java.lang.Object toKey)
headMap in interface java.util.SortedMappublic java.util.Set keySet()
keySet in interface java.util.MapkeySet in interface java.util.SortedMappublic java.lang.Object lastKey()
lastKey in interface java.util.SortedMappublic java.util.SortedMap subMap(java.lang.Object fromKey,
java.lang.Object toKey)
subMap in interface java.util.SortedMappublic java.util.SortedMap tailMap(java.lang.Object fromKey)
tailMap in interface java.util.SortedMappublic java.util.Collection values()
values in interface java.util.Mapvalues in interface java.util.SortedMappublic void clear()
clear in interface java.util.Mappublic boolean containsKey(java.lang.Object key)
containsKey in interface java.util.Mappublic boolean containsValue(java.lang.Object value)
containsValue in interface java.util.Mappublic java.lang.Object get(java.lang.Object key)
get in interface java.util.Mappublic boolean isEmpty()
isEmpty in interface java.util.Mappublic java.lang.Object put(java.lang.Object key,
java.lang.Object value)
put in interface java.util.Mappublic void putAll(java.util.Map m)
putAll in interface java.util.Mappublic java.lang.Object remove(java.lang.Object key)
remove in interface java.util.Mappublic int size()
size in interface java.util.MapCopyright © 2004–2024 XStream. All rights reserved.