# Collection接口 下面是Collection API接口的是: ## 答案 D ## 选项 ### A boolean add(E e) ### B boolean addAll(Collection c) ### C boolean isEmpty() ### D 以上都是