public static class AbstractJsonFactoryTest.WildCardTypes extends Object
Modifier and Type | Field and Description |
---|---|
Collection<? super Integer>[] |
lower |
Map<String,?> |
map |
Collection<? super TreeMap<String,? extends Integer>> |
mapInWild |
Map<String,? extends Integer> |
mapUpper |
Collection<?>[] |
simple |
Collection<? extends Integer>[] |
upper |
Constructor and Description |
---|
WildCardTypes() |
public Collection<? super Integer>[] lower
public Collection<? super TreeMap<String,? extends Integer>> mapInWild
public Collection<?>[] simple
public Collection<? extends Integer>[] upper
Copyright © 2011–2021 Google. All rights reserved.