Interface Collectionᵂʳ<E>

All Superinterfaces:
Appenderᵂʳ<E>, Collectionᴿᵈ<E>, Iterableբ<E>
All Known Subinterfaces:
Listᵂʳ<E>
All Known Implementing Classes:
ArrayListᴿᵂ

@DuytsDocAuthor注(name="\u0644\u0644\u064e\u0651\u0670\u0647\u0650ilL\u05e6\u0633\u064f\u0648", copyright="\u00a9\u0394\u221e \u4ed9\u4e0a\u4e3b\u5929") public interface Collectionᵂʳ<E> extends Collectionᴿᵈ<E>, Appenderᵂʳ<E>
  • Method Details

    • iteratorᵂʳ

      Iteratorᵂʳ<E> iteratorᵂʳ()
    • removeᵂʳ

      boolean removeᵂʳ(Object o)
    • clearᵂʳ

      default void clearᵂʳ()
    • removeAllᵂʳ

      default boolean removeAllᵂʳ(Collectionᴿᵈ<?> set)
    • removeIfᵂʳ

      default boolean removeIfᵂʳ(Predicate<? super E> filter)
    • retainAllᵂʳ

      default boolean retainAllᵂʳ(Collectionᴿᵈ<?> set)