org.openmdx.base.collection
Class MarshallingSortedMap
java.lang.Object
java.util.AbstractMap
org.openmdx.base.collection.MarshallingMap
org.openmdx.base.collection.MarshallingSortedMap
- All Implemented Interfaces:
- Serializable, Map, SortedMap
public class MarshallingSortedMap
- extends MarshallingMap
- implements SortedMap, Serializable
A Marshalling Sorted Map
- See Also:
- Serialized Form
| Nested classes/interfaces inherited from interface java.util.Map |
Map.Entry<K,V> |
| Methods inherited from class org.openmdx.base.collection.MarshallingMap |
clear, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, remove, size, values |
| Methods inherited from interface java.util.Map |
clear, containsKey, containsValue, equals, get, hashCode, isEmpty, put, putAll, remove, size |
sortedMap
protected final SortedMap sortedMap
MarshallingSortedMap
public MarshallingSortedMap(CollectionMarshaller marshaller,
SortedMap sortedMap)
- Constructor
- Parameters:
marshaller - sortedMap -
MarshallingSortedMap
public MarshallingSortedMap(Marshaller marshaller,
SortedMap sortedMap)
- Constructor
- Parameters:
marshaller - sortedMap -
subMap
public SortedMap subMap(Object fromKey,
Object toKey)
- Specified by:
subMap in interface SortedMap
firstKey
public Object firstKey()
- Specified by:
firstKey in interface SortedMap
lastKey
public Object lastKey()
- Specified by:
lastKey in interface SortedMap
headMap
public SortedMap headMap(Object toKey)
- Specified by:
headMap in interface SortedMap
tailMap
public SortedMap tailMap(Object fromKey)
- Specified by:
tailMap in interface SortedMap
comparator
public Comparator comparator()
- Specified by:
comparator in interface SortedMap
This software is published under the BSD license. Copyright © 2003-2007, OMEX AG, Switzerland, All rights reserved. Use is subject to license terms.