it.unimi.dsi.fastutil.objects
Class Reference2CharSortedMaps.EmptySortedMap

java.lang.Object
  extended byit.unimi.dsi.fastutil.objects.AbstractReference2CharMap
      extended byit.unimi.dsi.fastutil.objects.Reference2CharMaps.EmptyMap
          extended byit.unimi.dsi.fastutil.objects.Reference2CharSortedMaps.EmptySortedMap
All Implemented Interfaces:
Cloneable, Map, Reference2CharMap, Reference2CharSortedMap, Serializable, SortedMap
Enclosing class:
Reference2CharSortedMaps

public static class Reference2CharSortedMaps.EmptySortedMap
extends Reference2CharMaps.EmptyMap
implements Reference2CharSortedMap, Serializable, Cloneable

An immutable class representing an empty type-specific sorted map.

This class may be useful to implement your own in case you subclass a type-specific sorted map.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes inherited from class it.unimi.dsi.fastutil.objects.AbstractReference2CharMap
AbstractReference2CharMap.BasicEntry
 
Nested classes inherited from class it.unimi.dsi.fastutil.objects.Reference2CharMap
Reference2CharMap.Entry
 
Field Summary
static long serialVersionUID
           
 
Method Summary
 Comparator comparator()
           
 Object firstKey()
           
 SortedMap headMap(Object to)
           
 Object lastKey()
           
 SortedMap subMap(Object from, Object to)
           
 SortedMap tailMap(Object from)
           
 
Methods inherited from class it.unimi.dsi.fastutil.objects.Reference2CharMaps.EmptyMap
clear, clone, containsKey, containsValue, containsValue, defaultReturnValue, defaultReturnValue, entrySet, get, getChar, keySet, put, put, putAll, size, values
 
Methods inherited from class it.unimi.dsi.fastutil.objects.AbstractReference2CharMap
equals, getDefRetValue, hashCode, isEmpty, remove, removeChar, setDefRetValue, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface it.unimi.dsi.fastutil.objects.Reference2CharMap
containsValue, defaultReturnValue, defaultReturnValue, getChar, getDefRetValue, put, removeChar, setDefRetValue
 
Methods inherited from interface java.util.Map
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values
 

Field Detail

serialVersionUID

public static final long serialVersionUID
See Also:
Constant Field Values
Method Detail

comparator

public Comparator comparator()
Specified by:
comparator 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

firstKey

public Object firstKey()
Specified by:
firstKey in interface SortedMap

lastKey

public Object lastKey()
Specified by:
lastKey in interface SortedMap