|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
T
- The type of the data in the collection.public interface MultiCollection<T>
An interface for a collection that is made up of a group of subcollections.
Method Summary | |
---|---|
int |
getSubCollectionsCount()
Gets the number of sub-collections in the multi-collection. |
Collection<? extends Collection<T>> |
subCollections()
Returns the sub-collections of the multi-collection. |
Methods inherited from interface java.util.Collection |
---|
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray |
Method Detail |
---|
Collection<? extends Collection<T>> subCollections()
int getSubCollectionsCount()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |