List Question
20 TechQA 2023-11-15T23:34:42.830000cannot infer type-variable(s) - Wildcard vs Generic
97 views
Asked by Paul Marcelin Bejan
What is the difference between Collection<?> and Collection<T>
1.8k views
Asked by Tarik
#HyperSkill Type Erasure(JAVA) Violator question, why my solution isn't working?
118 views
Asked by Piyush Keshari
Need to cast an object to unbounded wildcard....but how in my case?
663 views
Asked by user1739658
Making parameterized ScalaCache generic with runtime configuration
449 views
Asked by mdedetrich
Is casting from Wildcard to a specific generic parameterized type an example of capture conversion in Java?
350 views
Asked by Hill Tezk
Java language specification on wildcards
272 views
Asked by Ravindra babu
How to add an entry with an Integer value into Map<String, ?>
4k views
Asked by Ganesh
Why simple “capture of ?” does not compile even type-safety could be compile-time inferred?
428 views
Asked by Piotr Müller
Unable to assign the result returned by the Method that receives a generic List and returns a List<?>
111 views
Asked by Victor Soares
Intellij - Unexpected wildcard mark as problem
376 views
Asked by Ori Marko
Convert method override with wildcard from Java to Scala
198 views
Asked by KeyboardDrummer
How to use multiple wildcards in an API call
179 views
Asked by Wheeler
Difference between an unbound wildcard and a raw type
10.2k views
Asked by Sandy
Incompatible wildcard types that should be compatible
2.3k views
Asked by thecoop
Java compilation error using a generic lambda for a method parameter with an unbounded wildcard type
170 views
Asked by M. Justin
Meaning of the different parameter types in java java.util.List interface
116 views
Asked by Ojonugwa Jude Ochalifu
filtering a stream changes its wildcard bounds?
406 views
Asked by morgwai
Generics with optional multiple bounds, e.g. List<? extends Integer OR String>
1.9k views
Asked by Somu
Attempt #3: Cannot form expression of required type with two question marks in Java
105 views
Asked by Dims