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)
    class TreeMap(K, V)
    tailMap
    if (
    isOrderingComparable!K
    )
  2. SortedMap!(K, V) tailMap(K fromKey)

Meta