Package java.util
Interface Collection
- All Known Implementing Classes:
AbstractCollection,AbstractList,AbstractSequentialList,AbstractSet,ArrayList,HashSet,LinkedList,Stack,TreeSet,Vector
public interface Collection
-
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanaddAll(Collection var0) voidclear()booleanbooleancontainsAll(Collection var0) booleaninthashCode()booleanisEmpty()iterator()booleanbooleanremoveAll(Collection var0) booleanretainAll(Collection var0) intsize()Object[]toArray()Object[]