public class SortedListMap<T,E> extends ListMap<T,E> implements java.util.SortedMap<T,java.util.List<E>>
| Constructor and Description |
|---|
SortedListMap() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Comparator<? super T> |
comparator() |
T |
firstKey() |
protected java.util.SortedMap<T,java.util.List<E>> |
getMap() |
java.util.SortedMap<T,java.util.List<E>> |
headMap(T toKey) |
T |
lastKey() |
protected java.util.SortedMap<T,java.util.List<E>> |
newMap() |
java.util.SortedMap<T,java.util.List<E>> |
subMap(T fromKey,
T toKey) |
java.util.SortedMap<T,java.util.List<E>> |
tailMap(T fromKey) |
add, addAll, build, clear, containsKey, containsValue, entrySet, equals, get, getList, hashCode, isEmpty, keySet, newList, newListMap, put, putAll, remove, removeValue, size, toString, valuespublic java.util.Comparator<? super T> comparator()
public T firstKey()
public T lastKey()
Copyright © 2015 Molindo GmbH. All Rights Reserved.