Android java.util Set
Android examples for java.util:Set
HOME
Android
java.util
Set
Description
Click the following links for the tutorial for java.util and Set.
compare Entry Sets
Constructs a SortedSet<T> with all the elements available from i
Constructs the sorted union of two sets
Convert list to set
Convert set to list
Returns the intersection of two sets without modifying the original sets.
Set intersects
Set union
Filters the given list by removing all elements which do not pass a condition set
Set One way diff
Set Two way diff.
Returns true if the given set is a case-insensitive set.
Creates a case-insensitive set.
Creates an unmodifiable set from a variable number arguments.
Returns a set containing all the elements which are not contained by the two given sets.
as Immutable Set
This method finds the difference between set A and set B i.e.
This method returns true if set A is a subset of set B i.e.
This method finds the intersection between set A and set B
This method finds the union of set A and set B
Converts the given array of elements to a set.
Converts the given array of elements to a sortedset.
union Sorted Set
Convert object array to Set
Generic method to create Set from array
Copies the given Set into a new Set .
intersect Set
Copy one Set to another Set
get Difference Set
Converts the given array to a set with the given type.