What is the equivalent of C# CollectionBase in Java?
From stackoverflow
-
AbstractCollectionis probably the closest; but sinceCollectionBaseimplementsIList, you might wantAbstractListinstead.
0 comments:
Post a Comment