StackOverflow Questions for Tag: unbounded-wildcard

yanpengl
yanpengl

Reputation: 260

After capture conversion, why I got two fresh type-variables with the generic type only having one type parameter?

Score: 0

Views: 46

Answers: 1

Read More
davidalayachew
davidalayachew

Reputation: 1553

How can I insert into a Map<K, ?>?

Score: 0

Views: 79

Answers: 1

Read More
Paul Marcelin Bejan
Paul Marcelin Bejan

Reputation: 1675

cannot infer type-variable(s) - Wildcard vs Generic

Score: 0

Views: 107

Answers: 1

Read More
user16422658
user16422658

Reputation:

Java Generics supertypes Wildcard ? VS Object VS AbstractList

Score: 0

Views: 193

Answers: 2

Read More
Zizou
Zizou

Reputation: 943

Java Function interface with bounded wildcard

Score: 0

Views: 155

Answers: 2

Read More
Ori Marko
Ori Marko

Reputation: 58772

Intellij - Unexpected wildcard mark as problem

Score: 0

Views: 403

Answers: 1

Read More
Victor Soares
Victor Soares

Reputation: 880

Unable to assign the result returned by the Method that receives a generic List and returns a List<?>

Score: 1

Views: 81

Answers: 3

Read More
Ganesh
Ganesh

Reputation: 101

How to add an entry with an Integer value into Map<String, ?>

Score: 3

Views: 5658

Answers: 3

Read More
Tarik
Tarik

Reputation: 81721

What is the difference between Collection<?> and Collection<T>

Score: 25

Views: 2040

Answers: 5

Read More
morgwai
morgwai

Reputation: 2803

filtering a stream changes its wildcard bounds?

Score: 8

Views: 446

Answers: 1

Read More
kittu
kittu

Reputation: 7008

What is the purpose of List<?> if one can only insert a null value?

Score: 8

Views: 1470

Answers: 3

Read More
theutonium.18
theutonium.18

Reputation: 525

List<? super List<? super Integer>> and List<? extends List<? super Integer>> and how to use it correctly?

Score: 1

Views: 154

Answers: 1

Read More
M. Justin
M. Justin

Reputation: 21114

Java compilation error using a generic lambda for a method parameter with an unbounded wildcard type

Score: 5

Views: 161

Answers: 1

Read More
Hill Tezk
Hill Tezk

Reputation: 151

Is casting from Wildcard to a specific generic parameterized type an example of capture conversion in Java?

Score: 2

Views: 325

Answers: 0

Read More
valoo86
valoo86

Reputation: 23

Java : Generics, wildcards with multiple bounds

Score: 0

Views: 108

Answers: 0

Read More
Piyush Keshari
Piyush Keshari

Reputation: 192

#HyperSkill Type Erasure(JAVA) Violator question, why my solution isn't working?

Score: 1

Views: 80

Answers: 0

Read More
Harsh Kanakhara
Harsh Kanakhara

Reputation: 1153

Generics in Java - Wildcard Usecases

Score: 1

Views: 122

Answers: 1

Read More
Martin Geisse
Martin Geisse

Reputation: 1431

What is the correct way to obtain the class object for class List without losing type information?

Score: 0

Views: 772

Answers: 1

Read More
stg
stg

Reputation: 2797

How to avoid the wildcard in the return type

Score: 1

Views: 111

Answers: 1

Read More
Oleg Vazhnev
Oleg Vazhnev

Reputation: 24067

casting from List<B extends A> to List<A> using intermediate wildcard - safe?

Score: 2

Views: 55

Answers: 0

Read More
PreviousPage 1Next