Collection.size

Returns the number of elements in this collection. If this collection contains more than <tt>Integer.MAX_VALUE</tt> elements, returns <tt>Integer.MAX_VALUE</tt>.

@return the number of elements in this collection

interface Collection(E)
int
size
()

Meta