Class TreeRangeMap.AsMapOfRanges

    • Nested Class Summary

      • Nested classes/interfaces inherited from class java.util.AbstractMap

        java.util.AbstractMap.SimpleEntry<K extends java.lang.Object,​V extends java.lang.Object>, java.util.AbstractMap.SimpleImmutableEntry<K extends java.lang.Object,​V extends java.lang.Object>
      • Nested classes/interfaces inherited from interface java.util.Map

        java.util.Map.Entry<K extends java.lang.Object,​V extends java.lang.Object>
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) java.lang.Iterable<java.util.Map.Entry<Range<K>,​V>> entryIterable  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean containsKey​(java.lang.Object key)  
      (package private) java.util.Iterator<java.util.Map.Entry<Range<K>,​V>> entryIterator()  
      V get​(java.lang.Object key)  
      int size()  
      • Methods inherited from class java.util.AbstractMap

        clone, containsValue, equals, hashCode, isEmpty, keySet, put, putAll, remove, toString, values
      • Methods inherited from class java.lang.Object

        finalize, getClass, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface java.util.Map

        compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
    • Field Detail

      • entryIterable

        final java.lang.Iterable<java.util.Map.Entry<Range<K extends java.lang.Comparable>,​V>> entryIterable
    • Method Detail

      • containsKey

        public boolean containsKey​(@Nullable
                                   java.lang.Object key)
        Specified by:
        containsKey in interface java.util.Map<Range<K extends java.lang.Comparable>,​V>
        Overrides:
        containsKey in class java.util.AbstractMap<Range<K extends java.lang.Comparable>,​V>
      • get

        public V get​(@Nullable
                     java.lang.Object key)
        Specified by:
        get in interface java.util.Map<Range<K extends java.lang.Comparable>,​V>
        Overrides:
        get in class java.util.AbstractMap<Range<K extends java.lang.Comparable>,​V>