Class Sets
java.lang.Object
com.google.api.client.util.Sets
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <E> HashSet<E> Returns a new mutable, emptyHashSetinstance.static <E extends Comparable<?>>
TreeSet<E> Returns a new mutable, emptyTreeSetinstance sorted by the natural sort ordering of its elements.
-
Constructor Details
-
Sets
private Sets()
-
-
Method Details
-
newHashSet
Returns a new mutable, emptyHashSetinstance. -
newTreeSet
Returns a new mutable, emptyTreeSetinstance sorted by the natural sort ordering of its elements.
-