Package java.util
Interface Set

Public Method size

abstract int size()

_INSERT_METHOD_SIGNATURE_HERE_

Description:

Retunrs the number of elements in this set (its cardinality). If this set contains more Integer.MAX_VALUE elements, returns Integer.MAX_VALUE.