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} @since 1.6

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

Meta