T - the type of elements maintained by this Collectionpublic static class Object2BooleanMaps.UnmodifyableSortedMap<T> extends Object2BooleanMaps.UnmodifyableMap<T> implements Object2BooleanSortedMap<T>
AbstractObject2BooleanMap.BasicEntry<T>java.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>Object2BooleanSortedMap.FastSortedSet<T>Object2BooleanMap.BuilderCache<T>, Object2BooleanMap.Entry<T>, Object2BooleanMap.FastEntrySet<T>, Object2BooleanMap.MapBuilder| Modifier and Type | Method and Description |
|---|---|
java.util.Comparator<T> |
comparator() |
Object2BooleanSortedMap<T> |
copy()
A Function that does a shallow clone of the Map itself.
|
boolean |
firstBooleanValue()
A method to get the first Value of a Map.
|
T |
firstKey() |
Object2BooleanSortedMap<T> |
headMap(T toKey) |
ObjectSortedSet<T> |
keySet() |
boolean |
lastBooleanValue()
A method to get the last Value of a Map.
|
T |
lastKey() |
T |
pollFirstKey()
A method to get and remove the first Key of a Map.
|
T |
pollLastKey()
A method to get and remove the last Key of a Map.
|
Object2BooleanSortedMap<T> |
subMap(T fromKey,
T toKey) |
Object2BooleanSortedMap<T> |
tailMap(T fromKey) |
clear, computeBoolean, computeBooleanIfAbsent, computeBooleanIfPresent, getBoolean, getOrDefault, mergeAllBoolean, mergeBoolean, object2BooleanEntrySet, put, putIfAbsent, rem, remOrDefault, remove, replaceBooleans, replaceBooleans, supplyBooleanIfAbsent, valuescontainsKey, containsValue, entrySet, equals, forEach, get, getDefaultReturnValue, getOrDefault, hashCode, put, putAll, putAll, putAll, putAll, putAllIfAbsent, remove, replace, replace, setDefaultReturnValuesynchronize, synchronize, unmodifiable, valuesbuilder, compute, computeBoolean, computeBooleanIfAbsent, computeBooleanIfPresent, computeIfAbsent, computeIfPresent, containsValue, containsValue, entrySet, forEach, forEach, get, getBoolean, getDefaultReturnValue, getOrDefault, getOrDefault, merge, mergeAllBoolean, mergeBoolean, object2BooleanEntrySet, put, put, putAll, putAll, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, rem, remOrDefault, remove, remove, remove, replace, replace, replace, replace, replaceAll, replaceBooleans, replaceBooleans, setDefaultReturnValue, supplyBooleanIfAbsentclear, containsKey, equals, hashCode, isEmpty, putAll, sizepublic java.util.Comparator<T> comparator()
comparator in interface java.util.SortedMap<T,java.lang.Boolean>comparator in interface Object2BooleanSortedMap<T>public Object2BooleanSortedMap<T> subMap(T fromKey, T toKey)
subMap in interface java.util.SortedMap<T,java.lang.Boolean>subMap in interface Object2BooleanSortedMap<T>public Object2BooleanSortedMap<T> headMap(T toKey)
headMap in interface java.util.SortedMap<T,java.lang.Boolean>headMap in interface Object2BooleanSortedMap<T>public Object2BooleanSortedMap<T> tailMap(T fromKey)
tailMap in interface java.util.SortedMap<T,java.lang.Boolean>tailMap in interface Object2BooleanSortedMap<T>public ObjectSortedSet<T> keySet()
keySet in interface java.util.Map<T,java.lang.Boolean>keySet in interface java.util.SortedMap<T,java.lang.Boolean>keySet in interface Object2BooleanMap<T>keySet in interface Object2BooleanSortedMap<T>keySet in class Object2BooleanMaps.UnmodifyableMap<T>public T firstKey()
firstKey in interface java.util.SortedMap<T,java.lang.Boolean>public T pollFirstKey()
Object2BooleanSortedMappollFirstKey in interface Object2BooleanSortedMap<T>public T lastKey()
lastKey in interface java.util.SortedMap<T,java.lang.Boolean>public T pollLastKey()
Object2BooleanSortedMappollLastKey in interface Object2BooleanSortedMap<T>public boolean firstBooleanValue()
Object2BooleanSortedMapfirstBooleanValue in interface Object2BooleanSortedMap<T>public boolean lastBooleanValue()
Object2BooleanSortedMaplastBooleanValue in interface Object2BooleanSortedMap<T>public Object2BooleanSortedMap<T> copy()
Object2BooleanMapcopy in interface Object2BooleanMap<T>copy in interface Object2BooleanSortedMap<T>copy in class Object2BooleanMaps.UnmodifyableMap<T>