public class FruitBox extends Object
| Constructor and Description |
|---|
FruitBox() |
| Modifier and Type | Method and Description |
|---|---|
List<? extends Fruit> |
getFruitLikeList() |
Map<?,? extends Fruit> |
getFruitLikeMap() |
List |
getRawList() |
Map |
getRawMap() |
List<?> |
getWildCardList() |
Map<?,?> |
getWildCardMap() |
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.