Menu
Who Do Is
  • Home
  • What
  • How
  • Is
  • Can
  • Are
  • Does
  • Do
  • Why
  • Who
  • Where
  • Which
  • Which
  • Should
  • Will
  • When
  • What’s
  • Did
Who Do Is

[ANSWERED] java – Get the parent values in the arraylist from a list of decimal numbers

Posted on November 14, 2022

Solution 1 :

Try this.

List<String> list = List.of(
    "1", "1.1", "1.2", "1.3",
    "2", "2.1", "2.2", "2.3",
    "3", "3.1", "3.2", "3.3", "3.4", "3.5", "3.6", "3.7", "3.8", "3.9", "3.10",
    "4", "4.1", "4.1.1", "4.1.1.1", "4.1.1.2", "4.1.2", "4.1.2.1", "4.1.2.2", "4.2", "4.2.1", "4.2.2", "4.3",
    "5", "5.1");
Set<String> fathers = list.stream()
    .map(e -> e.replaceAll("\.\d+$", ""))
    .collect(Collectors.toCollection(LinkedHashSet::new));
System.out.println(fathers);

output

[1, 2, 3, 4, 4.1, 4.1.1, 4.1.2, 4.2, 5]

Problem :

Closed. This question needs details or clarity. It is not currently accepting answers.


Want to improve this question? Add details and clarify the problem by editing this post.

Closed 2 years ago.


Improve this question

I have an arraylist with these values (the values can change):

1  
1.1
1.2
1.3
2  
2.1
2.2
2.3
3  
3.1
3.2
3.3
3.4
3.5
3.6
3.7
3.8
3.9
3.10
4  
4.1
4.1.1
4.1.1.1
4.1.1.2
4.1.2
4.1.2.1
4.1.2.2
4.2
4.2.1
4.2.2
4.3
5  
5.1

I need to identifiy the fathers value in an arraylist, for this case, the arraylist has this fathers values:

1, 2, 3, 4, 4.1, 4.1.1, 4.1.2, 4.2, 5

enter image description here

for example, in this picture the “fathers values” (1, 1.3) can’t be selected, because it has child options.

I have an spinner in an android app, and I want to do something like that, the idea is in the spinner only parent values are hidden or cannot be selected. I don’t have idea how can I do with this exercise.

Any idea? Please

Comments

Comment posted by khelwood

What does “fathers value” mean?

Comment posted by etutorials.org/shared/images/tutorials/tutorial_72/18fig16.gif

Hi @khelwood look at this picture:

Comment posted by khelwood

You should add that information to your question.

READ  [ANSWERED] android - How to show image slider in flutter?
Powered by Inline Related Posts

Recent Posts

  • How can I play with my cat without toys?
  • What is a bag pipe band called?
  • Are Honda Civics actually fast?
  • Are Yankee candles toxic?
  • How do I pair my Michael Kors smartwatch with my Android?

Recent Comments

No comments to show.

Archives

  • January 2023
  • December 2022
  • November 2022
  • October 2022
  • September 2022

Categories

  • ¿Cómo
  • ¿Cuál
  • ¿Cuántas
  • ¿Cuánto
  • ¿Que
  • ¿Quién
  • 90” and 108” so you may have to round up to the nearest size.
  • and delete any Spotify folders from it. Once this is done
  • Android
  • Are
  • At
  • Bei
  • blink
  • C'est
  • Can
  • carbs
  • Comment
  • Did
  • Do
  • Does
  • During
  • For
  • Has
  • How
  • In
  • Is
  • Ist
  • Kann
  • Können
  • nouveau
  • On
  • or 108 inches.2020-08-03
  • Où
  • owning
  • Pourquoi
  • Puis-je
  • Quand
  • Quante
  • Quel
  • Quelle
  • Quelles
  • Quels
  • Qui
  • Should
  • Sind
  • Sollte
  • spiritual
  • tap the downward-facing arrow on the top left. A downward-facing arrow will appear underneath each song in the album; they'll turn green as the download completes.2020-07-28
  • Uncategorized
  • Wann
  • Warum
  • Was
  • Welche
  • Welcher
  • Welches
  • Welke
  • Wer
  • Were
  • What
  • What's
  • When
  • Where
  • Which
  • Who
  • Whose
  • Why
  • Wie
  • Will
  • Wo
  • Woher
  • you will receive two curtains each with the same measurements of width 66"" (168cm) x drop 54""(137cm).
  • you'll see a green downward-facing arrow next to each song.2021-02-26
©2023 Who Do Is | Powered by SuperbThemes & WordPress