T
- The type of the data in the collection.public interface MultiCollection<T>
extends java.util.Collection<T>
Modifier and Type | Method and Description |
---|---|
int |
getSubCollectionsCount()
Gets the number of sub-collections in the multi-collection.
|
java.util.Collection<? extends java.util.Collection<T>> |
subCollections()
Returns the sub-collections of the multi-collection.
|
java.util.Collection<? extends java.util.Collection<T>> subCollections()
int getSubCollectionsCount()