TreeMap.tailMap

@throws ClassCastException {@inheritDoc} @throws NullPointerException if {@code fromKey} is null and this map uses natural ordering, or its comparator does not permit null keys @throws IllegalArgumentException {@inheritDoc}

  1. NavigableMap!(K, V) tailMap(K fromKey, bool inclusive)
  2. SortedMap!(K, V) tailMap(K fromKey)
    class TreeMap(K, V)
    SortedMap!(K, V)
    tailMap
    if (
    isOrderingComparable!K
    )

Meta