TreeSet.this

Constructs a set backed by the specified navigable map.

  1. this(NavigableMap!(E, Object) m)
    class TreeSet(E)
    this
    (
    NavigableMap!(E, Object) m
    )
  2. this()
  3. this(Comparator!E comparator)
  4. this(Collection!E c)

Meta