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 5945523
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T16:41:37+00:00 2026-05-22T16:41:37+00:00

I have a feeling this is a question that Google could quickly answer if

  • 0

I have a feeling this is a question that Google could quickly answer if I knew the Java terminology for what I want to do, but I don’t, so in Stack Overflow I trust. 🙂

I have a vector of Objects, and I want an array of Strings containing the string representation of each element in the vector, as generated by calling toString() on each element.

In Ruby (or Perl, or Python, or Scheme, or any of the millions of other languages with a map method), here’s how I’d do it:

vector.map(&:to_s) do |string|
  # do stuff
end

How can I do the equivalent in Java? I’d like to write something like this:

Vector<Object> vector = ...;
String[] strings = vector.map(somethingThatMagicallyCallsToString);

Any ideas?

  • 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-05-22T16:41:38+00:00Added an answer on May 22, 2026 at 4:41 pm

    If you’re OK bringing in Guava, you can use its transform function.

    Iterable<String> strings = Iterables.transform(vector, Functions.toStringFunction());
    

    transform‘s second argument is an instance of the Function interface. Usually you’ll write your own implementations of this, but Guava provides toStringFunction() and a few others.

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

Sidebar

Related Questions

I have the feeling the answer to this question is no but I figured
I have a feeling that I already know the answer to this one, but
I have a feeling I may already know the answer to this question, but
I have a feeling that this is stupid question, but I'll ask anyway... I
I have a feeling that this is a subjective question, but perhaps there's something
I have a feeling that this question is very simple, but I just can't
I have a feeling I know the answer to this question, but I figure
I have a feeling this is a stupid question but I can't find the
I have a feeling this question is a can of worms but I am
I have a really strong feeling that this question will either be closed or

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.