Skip to content
sneppets

sneppets

  • Algorithms
  • Interview Programs
  • Datastructures
  • Java
  • Golang
  • Cloud

java.util AbstractCollection with Examples

December 18, 2018 Editorial StaffLeave a Comment on java.util AbstractCollection with Examples

AbstractCollection is an abstract class that extends Object and implements Collection interface. This class provides a skeletal implementation of the Collection interface, to minimize the effort required to implement this interface. This is a member of the Java Collections Framework.… Read More!

Collections, Java, util AbstractCollection, java.util
Copyright © 2018 Sneppets. All Rights Reserved