public interface Int2CharNavigableMap extends Int2CharSortedMap, java.util.NavigableMap<java.lang.Integer,java.lang.Character>
Int2CharSortedMap.FastSortedSetInt2CharMap.BuilderCache, Int2CharMap.Entry, Int2CharMap.FastEntrySet, Int2CharMap.MapBuilder| Modifier and Type | Method and Description |
|---|---|
Int2CharMap.Entry |
ceilingEntry(int key)
A Type Specific ceilingEntry method to reduce boxing/unboxing.
|
default Int2CharMap.Entry |
ceilingEntry(java.lang.Integer key)
Deprecated.
|
int |
ceilingKey(int key)
A Type Specific ceilingKey method to reduce boxing/unboxing.
|
default java.lang.Integer |
ceilingKey(java.lang.Integer key)
Deprecated.
|
Int2CharNavigableMap |
copy()
A Function that does a shallow clone of the Map itself.
|
IntNavigableSet |
descendingKeySet() |
Int2CharNavigableMap |
descendingMap() |
Int2CharMap.Entry |
firstEntry() |
Int2CharMap.Entry |
floorEntry(int key)
A Type Specific floorEntry method to reduce boxing/unboxing.
|
default Int2CharMap.Entry |
floorEntry(java.lang.Integer key)
Deprecated.
|
int |
floorKey(int key)
A Type Specific floorKey method to reduce boxing/unboxing.
|
default java.lang.Integer |
floorKey(java.lang.Integer key)
Deprecated.
|
int |
getDefaultMaxValue()
A Helper method to get the max value for SubMaps.
|
int |
getDefaultMinValue()
A Helper method to get the min value for SubMaps.
|
default Int2CharNavigableMap |
headMap(int toKey)
A Type Specific HeadMap method to reduce boxing/unboxing
|
Int2CharNavigableMap |
headMap(int toKey,
boolean inclusive)
A Type Specific HeadMap method to reduce boxing/unboxing
|
default Int2CharNavigableMap |
headMap(java.lang.Integer toKey)
Deprecated.
|
default Int2CharNavigableMap |
headMap(java.lang.Integer toKey,
boolean inclusive)
Deprecated.
|
Int2CharMap.Entry |
higherEntry(int key)
A Type Specific higherEntry method to reduce boxing/unboxing.
|
default Int2CharMap.Entry |
higherEntry(java.lang.Integer key)
Deprecated.
|
int |
higherKey(int key)
A Type Specific higherKey method to reduce boxing/unboxing.
|
default java.lang.Integer |
higherKey(java.lang.Integer key)
Deprecated.
|
IntNavigableSet |
keySet() |
Int2CharMap.Entry |
lastEntry() |
Int2CharMap.Entry |
lowerEntry(int key)
A Type Specific lowerEntry method to reduce boxing/unboxing.
|
default Int2CharMap.Entry |
lowerEntry(java.lang.Integer key)
Deprecated.
|
int |
lowerKey(int key)
A Type Specific lowerKey method to reduce boxing/unboxing.
|
default java.lang.Integer |
lowerKey(java.lang.Integer key)
Deprecated.
|
IntNavigableSet |
navigableKeySet() |
Int2CharMap.Entry |
pollFirstEntry() |
Int2CharMap.Entry |
pollLastEntry() |
void |
setDefaultMaxValue(int e)
A Helper method to set the max value for SubMaps.
|
void |
setDefaultMinValue(int e)
A Helper method to set the min value for SubMaps.
|
Int2CharNavigableMap |
subMap(int fromKey,
boolean fromInclusive,
int toKey,
boolean toInclusive)
A Type Specific SubMap method to reduce boxing/unboxing
|
default Int2CharNavigableMap |
subMap(java.lang.Integer fromKey,
boolean fromInclusive,
java.lang.Integer toKey,
boolean toInclusive)
Deprecated.
|
default Int2CharNavigableMap |
subMap(java.lang.Integer fromKey,
java.lang.Integer toKey)
Deprecated.
|
default Int2CharNavigableMap |
subMap(int fromKey,
int toKey)
A Type Specific SubMap method to reduce boxing/unboxing
|
default Int2CharNavigableMap |
synchronize()
Creates a Wrapped NavigableMap that is Synchronized
|
default Int2CharNavigableMap |
synchronize(java.lang.Object mutex)
Creates a Wrapped NavigableMap that is Synchronized
|
default Int2CharNavigableMap |
tailMap(int fromKey)
A Type Specific TailMap method to reduce boxing/unboxing
|
Int2CharNavigableMap |
tailMap(int fromKey,
boolean inclusive)
A Type Specific TailMap method to reduce boxing/unboxing
|
default Int2CharNavigableMap |
tailMap(java.lang.Integer fromKey)
Deprecated.
|
default Int2CharNavigableMap |
tailMap(java.lang.Integer fromKey,
boolean inclusive)
Deprecated.
|
default Int2CharNavigableMap |
unmodifiable()
Creates a Wrapped NavigableMap that is unmodifiable
|
comparator, firstCharValue, firstIntKey, firstKey, lastCharValue, lastIntKey, lastKey, pollFirstIntKey, pollLastIntKey, valuesaddTo, addToAll, builder, compute, computeChar, computeCharIfAbsent, computeCharIfPresent, computeIfAbsent, computeIfPresent, containsKey, containsKey, containsValue, containsValue, entrySet, forEach, forEach, get, get, getDefaultReturnValue, getOrDefault, getOrDefault, int2CharEntrySet, merge, mergeAllChar, mergeChar, put, put, putAll, putAll, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remove, remove, remove, remove, removeOrDefault, replace, replace, replace, replace, replaceAll, replaceChars, replaceChars, setDefaultReturnValue, subFrom, supplyCharIfAbsentInt2CharNavigableMap copy()
Int2CharMapcopy in interface Int2CharMapcopy in interface Int2CharSortedMapInt2CharNavigableMap descendingMap()
descendingMap in interface java.util.NavigableMap<java.lang.Integer,java.lang.Character>IntNavigableSet navigableKeySet()
navigableKeySet in interface java.util.NavigableMap<java.lang.Integer,java.lang.Character>IntNavigableSet descendingKeySet()
descendingKeySet in interface java.util.NavigableMap<java.lang.Integer,java.lang.Character>Int2CharMap.Entry firstEntry()
firstEntry in interface java.util.NavigableMap<java.lang.Integer,java.lang.Character>Int2CharMap.Entry lastEntry()
lastEntry in interface java.util.NavigableMap<java.lang.Integer,java.lang.Character>Int2CharMap.Entry pollFirstEntry()
pollFirstEntry in interface java.util.NavigableMap<java.lang.Integer,java.lang.Character>Int2CharMap.Entry pollLastEntry()
pollLastEntry in interface java.util.NavigableMap<java.lang.Integer,java.lang.Character>IntNavigableSet keySet()
keySet in interface Int2CharMapkeySet in interface Int2CharSortedMapkeySet in interface java.util.Map<java.lang.Integer,java.lang.Character>keySet in interface java.util.SortedMap<java.lang.Integer,java.lang.Character>default Int2CharNavigableMap synchronize()
synchronize in interface Int2CharMapsynchronize in interface Int2CharSortedMapInt2CharMaps.synchronize(speiger.src.collections.ints.maps.interfaces.Int2CharMap)default Int2CharNavigableMap synchronize(java.lang.Object mutex)
synchronize in interface Int2CharMapsynchronize in interface Int2CharSortedMapmutex - is the controller of the synchronization blockInt2CharMaps.synchronize(speiger.src.collections.ints.maps.interfaces.Int2CharMap)default Int2CharNavigableMap unmodifiable()
unmodifiable in interface Int2CharMapunmodifiable in interface Int2CharSortedMapInt2CharMaps.unmodifiable(speiger.src.collections.ints.maps.interfaces.Int2CharMap)Int2CharNavigableMap subMap(int fromKey, boolean fromInclusive, int toKey, boolean toInclusive)
fromKey - where the submap should startfromInclusive - if the fromKey is inclusive or nottoKey - where the subMap should endtoInclusive - if the toKey is inclusive or notInt2CharNavigableMap headMap(int toKey, boolean inclusive)
toKey - where the HeadMap should endinclusive - if the toKey is inclusive or notInt2CharNavigableMap tailMap(int fromKey, boolean inclusive)
fromKey - where the TailMap should startinclusive - if the fromKey is inclusive or notdefault Int2CharNavigableMap subMap(int fromKey, int toKey)
Int2CharSortedMapsubMap in interface Int2CharSortedMapfromKey - where the submap should starttoKey - where the subMap should enddefault Int2CharNavigableMap headMap(int toKey)
Int2CharSortedMapheadMap in interface Int2CharSortedMaptoKey - where the headMap should enddefault Int2CharNavigableMap tailMap(int fromKey)
Int2CharSortedMaptailMap in interface Int2CharSortedMapfromKey - where the TailMap should startvoid setDefaultMaxValue(int e)
e - the new max valueint getDefaultMaxValue()
void setDefaultMinValue(int e)
e - the new min valueint getDefaultMinValue()
int lowerKey(int key)
key - that should be compared with.int higherKey(int key)
key - that should be compared with.int floorKey(int key)
key - that should be compared with.int ceilingKey(int key)
key - that should be compared with.Int2CharMap.Entry lowerEntry(int key)
key - that should be compared with.Int2CharMap.Entry higherEntry(int key)
key - that should be compared with.Int2CharMap.Entry floorEntry(int key)
key - that should be compared with.Int2CharMap.Entry ceilingEntry(int key)
key - that should be compared with.@Deprecated default java.lang.Integer lowerKey(java.lang.Integer key)
lowerKey in interface java.util.NavigableMap<java.lang.Integer,java.lang.Character>@Deprecated default java.lang.Integer floorKey(java.lang.Integer key)
floorKey in interface java.util.NavigableMap<java.lang.Integer,java.lang.Character>@Deprecated default java.lang.Integer ceilingKey(java.lang.Integer key)
ceilingKey in interface java.util.NavigableMap<java.lang.Integer,java.lang.Character>@Deprecated default java.lang.Integer higherKey(java.lang.Integer key)
higherKey in interface java.util.NavigableMap<java.lang.Integer,java.lang.Character>@Deprecated default Int2CharMap.Entry lowerEntry(java.lang.Integer key)
lowerEntry in interface java.util.NavigableMap<java.lang.Integer,java.lang.Character>@Deprecated default Int2CharMap.Entry floorEntry(java.lang.Integer key)
floorEntry in interface java.util.NavigableMap<java.lang.Integer,java.lang.Character>@Deprecated default Int2CharMap.Entry ceilingEntry(java.lang.Integer key)
ceilingEntry in interface java.util.NavigableMap<java.lang.Integer,java.lang.Character>@Deprecated default Int2CharMap.Entry higherEntry(java.lang.Integer key)
higherEntry in interface java.util.NavigableMap<java.lang.Integer,java.lang.Character>@Deprecated default Int2CharNavigableMap subMap(java.lang.Integer fromKey, boolean fromInclusive, java.lang.Integer toKey, boolean toInclusive)
subMap in interface java.util.NavigableMap<java.lang.Integer,java.lang.Character>@Deprecated default Int2CharNavigableMap headMap(java.lang.Integer toKey, boolean inclusive)
headMap in interface java.util.NavigableMap<java.lang.Integer,java.lang.Character>@Deprecated default Int2CharNavigableMap tailMap(java.lang.Integer fromKey, boolean inclusive)
tailMap in interface java.util.NavigableMap<java.lang.Integer,java.lang.Character>@Deprecated default Int2CharNavigableMap subMap(java.lang.Integer fromKey, java.lang.Integer toKey)
subMap in interface Int2CharSortedMapsubMap in interface java.util.NavigableMap<java.lang.Integer,java.lang.Character>subMap in interface java.util.SortedMap<java.lang.Integer,java.lang.Character>@Deprecated default Int2CharNavigableMap headMap(java.lang.Integer toKey)
headMap in interface Int2CharSortedMapheadMap in interface java.util.NavigableMap<java.lang.Integer,java.lang.Character>headMap in interface java.util.SortedMap<java.lang.Integer,java.lang.Character>@Deprecated default Int2CharNavigableMap tailMap(java.lang.Integer fromKey)
tailMap in interface Int2CharSortedMaptailMap in interface java.util.NavigableMap<java.lang.Integer,java.lang.Character>tailMap in interface java.util.SortedMap<java.lang.Integer,java.lang.Character>