public class DerivedMockBeanCollectionSplit extends AnnotatedMockBeanCollectionSplit
| Constructor and Description |
|---|
DerivedMockBeanCollectionSplit() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.commons.collections4.Bag<Integer> |
getBagType() |
IntegerSetSortedToString |
getNonparameterizedCollectionType() |
org.apache.commons.collections4.SortedBag<Integer> |
getSortedBagType() |
Stack<Integer> |
getStackType() |
void |
setBagType(org.apache.commons.collections4.Bag<Integer> bagType) |
void |
setNonparameterizedCollectionType(IntegerSetSortedToString nonparameterizedCollectionType) |
void |
setSortedBagType(org.apache.commons.collections4.SortedBag<Integer> sortedBagType) |
void |
setStackType(Stack<Integer> stackType) |
getCollectionType, getDequeType, getListType, getNavigableSetType, getQueueType, getSetType, getSortedSetType, setCollectionType, setDequeType, setListType, setNavigableSetType, setQueueType, setSetType, setSortedSetTypepublic org.apache.commons.collections4.Bag<Integer> getBagType()
public void setBagType(org.apache.commons.collections4.Bag<Integer> bagType)
public org.apache.commons.collections4.SortedBag<Integer> getSortedBagType()
public void setSortedBagType(org.apache.commons.collections4.SortedBag<Integer> sortedBagType)
public IntegerSetSortedToString getNonparameterizedCollectionType()
public void setNonparameterizedCollectionType(IntegerSetSortedToString nonparameterizedCollectionType)
Copyright © 2005–2025. All rights reserved.