Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7950321
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T02:14:01+00:00 2026-06-04T02:14:01+00:00

These methods return Backed Collection since change in one Collection affects the other Collection.[

  • 0

These methods return Backed Collection since change in one Collection affects the other Collection.[ kind of write through process ]

headSet(e, b)     Returns a subset ending at element e and exclusive of e

headMap(k, b)     Returns a submap ending at key k and exclusive of key k

tailSet(e, b)     Returns a subset starting at and inclusive of element e

tailMap(k, b)     Returns a submap starting at and inclusive of key k

subSet(s, b, e, b)    Returns a subset starting at element s and ending just before element e

subMap(s, b, e, b)    Returns a submap starting at key s and ending just before key e

Then what’s the difference with Arrays.asList() method? The method copies an array into a List.The API says “changes to the returned list ‘write through’ to the array & vice versa”.

So, is it too a Backed Collection? If it’s, then there’s toArray() method in List interface –is that a Backed Collection too?

Is there any other method like Arrays.asList() which allows write through? How can I find out if the method allows write through or not just by seeing the method signature?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-04T02:14:03+00:00Added an answer on June 4, 2026 at 2:14 am

    Yes, Arrays.asList returns a list backed by the array, because it doesn’t make a copy, but Collection.toArray makes a copy, so it is not backed by the collection.

    You cannot tell if a method returns a collection backed by its inputs just from the signature — only from the documentation. Usually, it’s documented using the words “backed by,” “view,” or the like. There are many examples — List.subList, for example, Collections.newSetFromMap, and many more — as well as countless examples in third-party libraries.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have several methods that have a return type IEnumerable<T> . These methods are
First of all both methods below return True. I'd expect the second one to
I am trying to return an IEnumerable from a method that is backed by
For any given NSManagedObject, is there any method to return a set or array
Is there a method allowing me to return my stored data in an ExtJS
In this method I return a value of the type Double, but there is
I want a method to return an XML Serialized Typed object. Is there an
ExecuteQuery() method returns an IEnumerable but is there a way to make it return
is there anyway to return the object and not the value from Method: Mongoid::Contexts::Enumerable#max
Is there a way to make this method generic so I can return a

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.