it.unimi.dsi.fastutil.ints
Class Int2DoubleSortedMaps.SynchronizedSortedMap
java.lang.Object
it.unimi.dsi.fastutil.ints.AbstractInt2DoubleMap
it.unimi.dsi.fastutil.ints.Int2DoubleMaps.SynchronizedMap
it.unimi.dsi.fastutil.ints.Int2DoubleSortedMaps.SynchronizedSortedMap
- All Implemented Interfaces:
- Int2DoubleMap, Int2DoubleSortedMap, Map, Serializable, SortedMap
- Enclosing class:
- Int2DoubleSortedMaps
- public static class Int2DoubleSortedMaps.SynchronizedSortedMap
- extends Int2DoubleMaps.SynchronizedMap
- implements Int2DoubleSortedMap, Serializable
A synchronized wrapper class for sorted maps.
- See Also:
- Serialized Form
Methods inherited from class it.unimi.dsi.fastutil.ints.Int2DoubleMaps.SynchronizedMap |
clear, containsKey, containsKey, containsValue, containsValue, defaultReturnValue, defaultReturnValue, entrySet, get, get, keySet, put, put, putAll, putAll, remove, remove, size, toString, values |
Methods inherited from interface java.util.Map |
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values |
serialVersionUID
public static final long serialVersionUID
- See Also:
- Constant Field Values
comparator
public Comparator comparator()
- Specified by:
comparator
in interface SortedMap
subMap
public Int2DoubleSortedMap subMap(int from,
int to)
- Specified by:
subMap
in interface Int2DoubleSortedMap
- See Also:
SortedMap.subMap(Object,Object)
headMap
public Int2DoubleSortedMap headMap(int to)
- Specified by:
headMap
in interface Int2DoubleSortedMap
- See Also:
SortedMap.headMap(Object)
tailMap
public Int2DoubleSortedMap tailMap(int from)
- Specified by:
tailMap
in interface Int2DoubleSortedMap
- See Also:
SortedMap.tailMap(Object)
firstIntKey
public int firstIntKey()
- Specified by:
firstIntKey
in interface Int2DoubleSortedMap
- See Also:
SortedMap.firstKey()
lastIntKey
public int lastIntKey()
- Specified by:
lastIntKey
in interface Int2DoubleSortedMap
- See Also:
SortedMap.lastKey()
firstKey
public Object firstKey()
- Specified by:
firstKey
in interface SortedMap
lastKey
public Object lastKey()
- Specified by:
lastKey
in interface SortedMap
subMap
public SortedMap subMap(Object from,
Object to)
- Specified by:
subMap
in interface SortedMap
headMap
public SortedMap headMap(Object to)
- Specified by:
headMap
in interface SortedMap
tailMap
public SortedMap tailMap(Object from)
- Specified by:
tailMap
in interface SortedMap