I’m curious if there are things in the standard class library that you find useful but not widely used.

  • @fabian
    link
    41 year ago

    Not sure if it counts as not widely used, but I think the Collections.unmodifiable(Collection|Set|List…) methods are very useful.