SortedMap

Undocumented in source.

Members

Functions

comparator
Comparator comparator()
Undocumented in source.
firstKey
Object firstKey()
Undocumented in source.
headMap
SortedMap headMap(Object toKey)
Undocumented in source.
lastKey
Object lastKey()
Undocumented in source.
subMap
SortedMap subMap(Object fromKey, Object toKey)
Undocumented in source.
tailMap
SortedMap tailMap(Object fromKey)
Undocumented in source.

Inherited Members

From Map

Entry
interface Entry
Undocumented in source.
clear
void clear()
Undocumented in source.
containsKey
bool containsKey(Object key)
Undocumented in source.
containsKey
bool containsKey(String key)
Undocumented in source.
containsValue
bool containsValue(Object value)
Undocumented in source.
entrySet
Set entrySet()
Undocumented in source.
opEquals
equals_t opEquals(Object o)
Undocumented in source.
get
Object get(Object key)
Undocumented in source.
get
Object get(String key)
Undocumented in source.
toHash
hash_t toHash()
Undocumented in source.
isEmpty
bool isEmpty()
Undocumented in source.
keySet
Set keySet()
Undocumented in source.
put
Object put(Object key, Object value)
Undocumented in source.
put
Object put(String key, Object value)
Undocumented in source.
put
Object put(Object key, String value)
Undocumented in source.
put
Object put(String key, String value)
Undocumented in source.
putAll
void putAll(Map t)
Undocumented in source.
remove
Object remove(Object key)
Undocumented in source.
remove
Object remove(String key)
Undocumented in source.
size
int size()
Undocumented in source.
values
Collection values()
Undocumented in source.
opApply
int opApply(int delegate(ref Object value) dg)
Undocumented in source.
opApply
int opApply(int delegate(ref Object key, ref Object value) dg)
Undocumented in source.

Meta