Breaking News: Grepper is joining You.com. Read the official announcement!
Check it out

How can you make a Collection class read Only in Java?

Pragya Keshap answered on February 4, 2023 Popularity 2/10 Helpfulness 1/10

Contents


More Related Answers

  • how to collect objective in java
  • declaring collection java
  • get all properties of an object java
  • java collection
  • Java Collections Framework
  • dicom read with java
  • How can we inject a Java Collection in Spring framework?

  • How can you make a Collection class read Only in Java?

    0

    In Java, there are useful methods to make a Collection class read

    Only. We can make the Collection read Only by using one of the

    following methods:

    Collections.unmodifiableMap(Map m)

    Collections.unmodifiableList(List l)

    Collections.unmodifiableSet(Set s)

    Collections.unmodifiableCollection(Collection c)

    https://www.geeksforgeeks.org/how-to-make-a-collection-read-only-in-java/#:~:text=The%20unmodifiableCollection()%20is%20a,()%20to%20make%20Read%2DOnly.

    Popularity 2/10 Helpfulness 1/10 Language java
    Source: Grepper
    Tags: class java
    Link to this answer
    Share Copy Link
    Contributed on Feb 04 2023
    Pragya Keshap
    0 Answers  Avg Quality 2/10


    X

    Continue with Google

    By continuing, I agree that I have read and agree to Greppers's Terms of Service and Privacy Policy.
    X
    Grepper Account Login Required

    Oops, You will need to install Grepper and log-in to perform this action.