NavigableMap.tailMap

{@inheritDoc}

<p>Equivalent to {@code tailMap(fromKey, true)}.

@throws ClassCastException {@inheritDoc} @throws NullPointerException {@inheritDoc} @throws IllegalArgumentException {@inheritDoc}

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

Meta