public static interface CollectionsAcceptanceTest.T
Modifier and Type | Method and Description |
---|---|
void |
withArray(java.lang.Object[] a) |
void |
withList(java.util.List l) |
void |
withMap(java.util.Map m) |
void |
withObject(java.lang.Object o) |
void |
withSet(java.util.Set s) |